Displaying 2 results from an estimated 2 matches for "4e22".
Did you mean:
422
2013 Jan 04
2
Syslinux 5.00 - Doesn't boot my system / Not passing the kernel options to the kernel?
...40
MENU COLOR border 30;40
MENU COLOR unsel 37;40
LABEL kernel1_bzImage-latest
MENU LABEL Gentoo Linux Latest
LINUX /kernel-genkernel-x86_64-3.7.1
INITRD /initramfs-genkernel-x86_64-3.7.1
APPEND domdadm dolvm video=1024x768
crypt_root=UUID=6edcbea7-bb2c-4e22-9839-9f682f6fd51f
real_root=UUID=06e2ba17-c88a-4d13-bfa0-2dd0845ede6c
root=UUID=06e2ba17-c88a-4d13-bfa0-2dd0845ede6c rootfs=ext4
I tested a lot of things, but I don't really know what the problem with
Syslinux 5.00 is. Seems like it has problems with the RAID. I think
Syslinux 5.00 don't...
2006 Jul 18
2
2-column select lists (Available/Selected)
...all of the available items in one select list, and the
selected ones in the other.
Items move from one list to the other, but can''t be in both (mutually
exclusive). This would be an alternative to a huge list of
checkboxes.
An example: http://www.mikenimer.com/downloads/examples/89C5C90F-4E22-1671-56455682AC423A19/index.cfm
Has anyone done something like this in Rails yet? The submit would be
tricky as it would need to pass back the id''s that are in the
"selected" list. Also keeping state after an error returns you to the
page might be a little difficult...