diff options
Diffstat (limited to 'scripts/live-helpers')
| -rw-r--r-- | scripts/live-helpers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-helpers b/scripts/live-helpers index 40058e9..e25e4bc 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -22,7 +22,7 @@ custom_overlay_label="custom-ov" root_snapshot_label="live-sn" old_root_snapshot_label="live-sn" home_snapshot_label="home-sn" -persistence_list="live.persist" +persistence_list="live-persistence.conf" Arguments () { @@ -1261,7 +1261,7 @@ do_union () get_custom_mounts () { - # Side-effect: leaves $devices with live.persist mounted in ${rootmnt}/live/persistence + # Side-effect: leaves $devices with live-persistence.conf mounted in ${rootmnt}/live/persistence # Side-effect: prints info to file $custom_mounts local custom_mounts=${1} |
