File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11__author__ = "desultory"
2- __version__ = "0.7.0 "
2+ __version__ = "0.7.1 "
33
44from zenlib .util import contains
55
@@ -52,7 +52,7 @@ def set_squashfs_root_source(self) -> str:
5252 otherwise checks that the built-in squashfs source exists."""
5353 return """
5454 root_source="$(readvar MOUNTS_ROOT_SOURCE)"
55- squashfs_image_name="$(readvar squashfs_image )"
55+ squashfs_image_name="$(readvar ugrd_squashfs_image )"
5656 squashfs_image="/run/livecd/$squashfs_image_name"
5757 if [ -n "$squashfs_image_name" ]; then
5858 if [ -e "$squashfs_image" ]; then
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ test_copy_config = ["squashfs_image", "livecd_label"]
2020"set_squashfs_root_source" = " mount_root" # The squashfs must be mounted before the root (overlay)
2121"mount_livecd" = " set_squashfs_root_source" # The root source should be checked before mounting
2222
23-
2423[custom_parameters ]
2524squashfs_image = " Path" # the path to the squashfs image (at runtime)
2625livecd_label = " str" # The label of the livecd
You can’t perform that action at this time.
0 commit comments