|
@@ -7,6 +7,7 @@ set os BackBox
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
|
|
+item 7 ${space} ${os} 7
|
|
item 6 ${space} ${os} 6
|
|
item 6 ${space} ${os} 6
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
goto ${live_version}
|
|
goto ${live_version}
|
|
@@ -31,6 +32,12 @@ kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
|
|
+:7-boot
|
|
|
|
+imgfree
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd
|
|
|
|
+initrd ${kernel_url}initrd
|
|
|
|
+boot
|
|
|
|
+
|
|
:live_exit
|
|
:live_exit
|
|
clear menu
|
|
clear menu
|
|
exit 0
|
|
exit 0
|