That would be non-trivial if they share the same module-directory.
It's NO problem if you have several kernels that define their individual
kernel-versions, and have their own /lib/modules/`uname -r` directory.
Code:
# Linux bootable partition config begins
image = /boot/vmlinuz-2.4.31
root = /dev/hda7
label = yeppers
append="LOCATION=yeppers"
password=xxxxxxx
restricted
read-only
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz-minik
root = /dev/hda7
label = test
append="LOCATION=home"
password = xxxxxxxx
restricted
read-only
# Linux bootable partition config ends
Cheers,
Tink