added FreeDOS
This commit is contained in:
@@ -56,7 +56,7 @@ label -
|
||||
LABEL rescue
|
||||
MENU LABEL * Rescuezilla Live
|
||||
kernel free/rz/casper/vmlinuz
|
||||
APPEND initrd=free/rz/casper/initrd.lz netboot=nfs root=/dev/nfs ramdisk_size=1500000 ip=dhcp nfsroot=192.168.75.3:/srv/tftp/free/rz/ boot=casper locale=de_DE keyboard-configuration/layoutcode=de bootkbd=de console-setup/layoutcode=de quiet
|
||||
APPEND initrd=free/rz/casper/initrd.lz netboot=nfs root=/dev/nfs ramdisk_size=1500000 ip=dhcp nfsroot=__NFSSERVERIP__:/srv/tftp/free/rz/ boot=casper locale=de_DE keyboard-configuration/layoutcode=de bootkbd=de console-setup/layoutcode=de quiet
|
||||
|
||||
MENU BEGIN
|
||||
MENU LABEL * Weitere Optionen...
|
||||
@@ -64,7 +64,7 @@ MENU BEGIN
|
||||
LABEL rescue2
|
||||
MENU LABEL * Rescuezilla Live Fail-Safe
|
||||
kernel free/rz/casper/vmlinuz
|
||||
APPEND initrd=free/rz/casper/initrd.lz netboot=nfs root=/dev/nfs ramdisk_size=1500000 ip=dhcp nfsroot=192.168.75.3:/srv/tftp/free/rz/ boot=casper locale=de_DE keyboard-configuration/layoutcode=de bootkbd=de console-setup/layoutcode=de xforcevesa nomodeset vga=791 quiet
|
||||
APPEND initrd=free/rz/casper/initrd.lz netboot=nfs root=/dev/nfs ramdisk_size=1500000 ip=dhcp nfsroot=__NFSSERVERIP__:/srv/tftp/free/rz/ boot=casper locale=de_DE keyboard-configuration/layoutcode=de bootkbd=de console-setup/layoutcode=de xforcevesa nomodeset vga=791 quiet
|
||||
|
||||
LABEL cz
|
||||
MENU LABEL * Clonezilla Live (Ramdisk)
|
||||
@@ -154,6 +154,15 @@ MENU BEGIN
|
||||
MENU LABEL * Memtest86
|
||||
kernel free/memtest86
|
||||
|
||||
LABEL fdos
|
||||
MENU LABEL * iPXE FreeDOS Live-CD
|
||||
KERNEL ipxe.lkrn dhcp && sanboot http://__NFSSERVERIP__/free/FD13LIVE.iso
|
||||
|
||||
LABEL fdos
|
||||
MENU LABEL * FreeDOS Bootdisk
|
||||
KERNEL memdisk
|
||||
APPEND initrd=free/FD13BOOT.img
|
||||
|
||||
label win98
|
||||
MENU LABEL * Windows 98 Bootdisk (DOS 7)
|
||||
kernel memdisk
|
||||
|
Reference in New Issue
Block a user