diff --git a/liveCD/isolinux.txt b/liveCD/isolinux.txt new file mode 100644 index 000000000..76cdda09e --- /dev/null +++ b/liveCD/isolinux.txt @@ -0,0 +1,34 @@ +default vesamenu.c32 +prompt 0 +timeout 100 + +menu title BeEF Live CD +menu background splash.png +menu color title 1;37;44 #c0ffffff #00000000 std + +label live + menu label live - BeEF Beef Live + kernel /casper/vmlinuz + append file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.gz quiet splash -- + +label xforcevesa + menu label xforcevesa - boot Live in safe graphics mode + kernel /casper/vmlinuz + append file=/cdrom/preseed/custom.seed boot=casper xforcevesa initrd=/casper/initrd.gz quiet splash -- + +label install + menu label install - start the installer directly + kernel /casper/vmlinuz + append file=/cdrom/preseed/custom.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash -- + +label memtest + menu label memtest - Run memtest + kernel /install/memtest + append - + +label hd + menu label hd - boot the first hard disk + localboot 0x80 + append - + + diff --git a/liveCD/splash.png b/liveCD/splash.png new file mode 100644 index 000000000..8f1965468 Binary files /dev/null and b/liveCD/splash.png differ