X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-overlay.sh;h=e8e00b6b00aaab23eed2785e7efec2d4e6ee4d28;hb=5701a2b39947f1a512c3140894ffd8cc80457922;hp=acb2e911d2f4b706a5c8743810a058109d28b791;hpb=698de1fad6697ea3f9c0d723a4b6a21dfe325380;p=live-boot-grml.git diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index acb2e91..e8e00b6 100755 --- a/scripts/boot/9990-overlay.sh +++ b/scripts/boot/9990-overlay.sh @@ -205,7 +205,7 @@ setup_unionfs () if is_in_comma_sep_list overlay ${PERSISTENCE_METHOD} then - overlays="${old_root_overlay_label} ${old_home_overlay_label} ${custom_overlay_label}" + overlays="${custom_overlay_label}" fi local overlay_devices="" @@ -214,18 +214,6 @@ setup_unionfs () media="$(echo ${media} | tr ":" " ")" case ${media} in - ${old_root_overlay_label}=*) - device="${media#*=}" - fix_backwards_compatibility ${device} / union - overlay_devices="${overlay_devices} ${device}" - ;; - - ${old_home_overlay_label}=*) - device="${media#*=}" - fix_backwards_compatibility ${device} /home bind - overlay_devices="${overlay_devices} ${device}" - ;; - ${custom_overlay_label}=*) device="${media#*=}" overlay_devices="${overlay_devices} ${device}"