|
@@ -8,6 +8,7 @@ menu ${os} - Current Arch [ ${arch} ]
|
|
item --gap Use the username linuxlite with a blank password
|
|
item --gap Use the username linuxlite with a blank password
|
|
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 5 ${space} ${os} 5
|
|
item 4 ${space} ${os} 4
|
|
item 4 ${space} ${os} 4
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
goto ${live_version}
|
|
goto ${live_version}
|
|
@@ -15,14 +16,24 @@ goto ${live_version}
|
|
:4
|
|
:4
|
|
set squash_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}filesystem.squashfs
|
|
set squash_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}filesystem.squashfs
|
|
set kernel_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}
|
|
set kernel_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}
|
|
-goto boot
|
|
|
|
|
|
+goto boot-4
|
|
|
|
|
|
-:boot
|
|
|
|
|
|
+:5
|
|
|
|
+set squash_url ${live_endpoint}{{ endpoints["linux-lite-5-squash"].path }}filesystem.squashfs
|
|
|
|
+set kernel_url ${live_endpoint}{{ endpoints["linux-lite-5-squash"].path }}
|
|
|
|
+goto boot-5
|
|
|
|
+
|
|
|
|
+:boot-4
|
|
imgfree
|
|
imgfree
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} username=linuxlite userfullname=linuxlite initrd=initrd
|
|
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} username=linuxlite userfullname=linuxlite initrd=initrd
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
|
|
+:boot-5
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} username=linuxlite userfullname=linuxlite initrd=initrd
|
|
|
|
+initrd ${kernel_url}initrd
|
|
|
|
+boot
|
|
|
|
+
|
|
:live_exit
|
|
:live_exit
|
|
clear menu
|
|
clear menu
|
|
exit 0
|
|
exit 0
|