|
@@ -18,7 +18,7 @@ goto ${live_version}
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-focal-squash"].path }}filesystem.squashfs
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-focal-squash"].path }}filesystem.squashfs
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-focal-squash"].path }}
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-focal-squash"].path }}
|
|
imgfree
|
|
imgfree
|
|
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd ${cmdline}
|
|
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
@@ -26,7 +26,7 @@ boot
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-bionic-squash"].path }}filesystem.squashfs
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-bionic-squash"].path }}filesystem.squashfs
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-bionic-squash"].path }}
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-bionic-squash"].path }}
|
|
imgfree
|
|
imgfree
|
|
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd ${cmdline}
|
|
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} {{ kernel_params }}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
@@ -34,7 +34,7 @@ boot
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-buster-squash"].path }}filesystem.squashfs
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-buster-squash"].path }}filesystem.squashfs
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-buster-squash"].path }}
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-buster-squash"].path }}
|
|
imgfree
|
|
imgfree
|
|
-kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} initrd=initrd ${cmdline}
|
|
|
|
|
|
+kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} {{ kernel_params }}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
@@ -42,7 +42,7 @@ boot
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-eoan-squash"].path }}filesystem.squashfs
|
|
set squash_url ${live_endpoint}{{ endpoints["voyager-eoan-squash"].path }}filesystem.squashfs
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-eoan-squash"].path }}
|
|
set kernel_url ${live_endpoint}{{ endpoints["voyager-eoan-squash"].path }}
|
|
imgfree
|
|
imgfree
|
|
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd ${cmdline}
|
|
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} {{ kernel_params }}
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|