X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=5be6fe2cc73728ebd43463a0e5d32ca7972ab352;hb=6fd3b2db8ca683513709560744aebd4cff3d378d;hp=8761138c0842bcc72fc978a953708d87f675c4a5;hpb=990480f58dde1722f8ab87514b4443c1ea418b85;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 8761138..5be6fe2 100755 --- a/scripts/live +++ b/scripts/live @@ -1155,7 +1155,9 @@ setup_unionfs () # homecow just mount something on /home, this should be generalized some way homecow=$(find_cow_device "${home_persistence}" "${blacklistdev}") root_snapdata=$(find_snap "${root_snapshot_label}" "${blacklistdev}") - # This second type should be removed when snapshot grow smarter + # This second type should be removed when snapshot will get smarter, + # hence when "/etc/live-snapshot*list" will be supported also by + # ext2|ext3|jffs2 snapshot types. home_snapdata=$(find_snap "${home_snapshot_label}" "${blacklistdev}") if [ -b "${cowprobe}" ]