LiveCD config files and splash logo
This commit is contained in:
34
liveCD/isolinux.txt
Normal file
34
liveCD/isolinux.txt
Normal file
@@ -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 -
|
||||
|
||||
|
||||
BIN
liveCD/splash.png
Normal file
BIN
liveCD/splash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user