forked from int0x80/pxe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbacktrack.menu
More file actions
17 lines (16 loc) · 750 Bytes
/
backtrack.menu
File metadata and controls
17 lines (16 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# initrd path is relative to pxe root (/tftpboot)
# nfsroot ip is pxe server's address
LABEL 21
MENU LABEL Backtrack 5 R1 x86 KDE
KERNEL /backtrack/5/R1/x86/kde/casper/vmlinuz
APPEND initrd=/backtrack/5/R1/x86/kde/casper/initrd.gz boot=casper text vga=789 netboot=nfs nfsroot=192.168.2.134:/tftpboot/backtrack/5/R1/x86/kde
TEXT HELP
Boot the Backtrack 5 R1 x86 KDE Live CD
ENDTEXT
LABEL 22
MENU LABEL Backtrack 5 R1 x64 KDE
KERNEL /backtrack/5/R1/x64/kde/casper/vmlinuz
APPEND initrd=/backtrack/5/R1/x64/kde/casper/initrd.gz boot=casper text vga=789 netboot=nfs nfsroot=192.168.2.134:/tftpboot/backtrack/5/R1/x64/kde
TEXT HELP
Boot the Backtrack 5 R1 x64 KDE Live CD
ENDTEXT