diff options
| author | Evgeni Golov <evgeni@debian.org> | 2012-12-17 16:52:25 +0100 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-12-17 20:22:28 +0100 | 
| commit | a2a0f6d26927de20a55b7a7c8d2b22be97156172 (patch) | |
| tree | 7643af1bbe10b16c2cca078b7eb63620bb3993e4 /scripts/boot | |
| parent | f0703a01e8a54294c9eb8500f0493837abc07442 (diff) | |
| download | live-boot-a2a0f6d26927de20a55b7a7c8d2b22be97156172.tar.gz live-boot-a2a0f6d26927de20a55b7a7c8d2b22be97156172.zip | |
Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
Diffstat (limited to 'scripts/boot')
| -rwxr-xr-x | scripts/boot/9990-misc-helpers.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 35448b9..71ba7e1 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -1581,7 +1581,7 @@ fix_backwards_compatibility ()  	fi  	include_list="${backing}/${persistence_list}" -	if [ ! -r "${include_list}" ] +	if [ ! -r "${include_list}" ] && [ ! -r "${backing}/${old_persistence_list}" ]  	then  		echo "# persistence backwards compatibility:  ${dir} ${opt},source=." > "${include_list}" | 
