X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=fd0da8ba0f1e7717ac38c42b8158719806e21395;hb=8af69eb3e88459ca949aa95727dc2212266c6669;hp=0f4ef0d1378921cec5d5b51f2a46d4bcacbb4c00;hpb=a298ae49a77f528b0d57e013343473bb5162cd61;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 0f4ef0d..fd0da8b 100755 --- a/scripts/live +++ b/scripts/live @@ -1151,14 +1151,14 @@ setup_unionfs () # snapshots to be sure to really store some e.g key config files, # but not on the same media blacklistdev="${cowprobe}" - PERSISTENCE_IS_ON="Yes" + PERSISTENCE_IS_ON="1" export PERSISTENCE_IS_ON fi # homecow just mount something on /home, this should be generalized some way homecow=$(find_cow_device "${home_persistence}" "${blacklistdev}") if [ -b "${homecow}" ] then - PERSISTENCE_IS_ON="Yes" + PERSISTENCE_IS_ON="1" export PERSISTENCE_IS_ON fi root_snapdata=$(find_snap "${root_snapshot_label}" "${blacklistdev}")