index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 23:54:38 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 23:54:38 -0500 |
commit | 6f9cdf5958a8e56381d6776c95dfb3908a0f5c3e (patch) | |
tree | eb5eb05651ec1c89550ce577527b663512c3232e /configs/xfce4/overlay/boot/grub/more.lst | |
parent | 59b50c5b8058f981f54c29c2e07cc5b47b74ef1d (diff) |
-rw-r--r-- | configs/xfce4/overlay/boot/grub/more.lst | 30 |
diff --git a/configs/xfce4/overlay/boot/grub/more.lst b/configs/xfce4/overlay/boot/grub/more.lst new file mode 100644 index 0000000..097d7d3 --- /dev/null +++ b/configs/xfce4/overlay/boot/grub/more.lst @@ -0,0 +1,30 @@ +timeout 300 +default 0 +color light-blue/blue black/light-grey +splashimage=/boot/splash.xpm.gz + +title << Back to Main Menu +configfile /boot/grub/menu.lst + +title [EXPERIMENTAL] Attempt existing Linux detection +configfile /boot/grub/tryboot.lst + +title [EDIT ME] Diskless Boot (PXE / BOOTP) +#TODO wtf? +root (nd) +kernel /vmlinuz26 ip=dhcp root=/dev/nfs nfsroot=192.168.1.2:/boot/dir + +title [EDIT ME] NFS Root Boot +root (cd) +kernel /vmlinuz26 ip=dhcp root=/dev/nfs nfsroot=192.168.1.2:/boot/dir + +title [EDIT ME] Boot Existing Linux Install +root (hd0,0) +kernel /vmlinuz26 root=/dev/hda3 ro +initrd /kernel26.img + +title [EDIT ME] Boot Existing Windows Install +rootnoverify (hd0,0) +makeactive +chainloader +1 + |