diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-24 21:55:50 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-24 21:55:50 +0200 |
commit | 91cee8cf99e548d74df95deb7794743c961bf010 (patch) | |
tree | 169255d5b2c2ec1d4847fb6f100d959ee324fa47 | |
parent | b14538aeeb0e9422d827f3ef183aa50baa2fa693 (diff) | |
download | live-boot-91cee8cf99e548d74df95deb7794743c961bf010.tar.gz live-boot-91cee8cf99e548d74df95deb7794743c961bf010.zip |
Dropping old pre-wheezy persistence list handling.
-rwxr-xr-x | components/9990-aaa-fixme.sh | 1 | ||||
-rwxr-xr-x | components/9990-misc-helpers.sh | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/components/9990-aaa-fixme.sh b/components/9990-aaa-fixme.sh index 5a39739..9696c74 100755 --- a/components/9990-aaa-fixme.sh +++ b/components/9990-aaa-fixme.sh @@ -32,7 +32,6 @@ fi custom_overlay_label="persistence" persistence_list="persistence.conf" -old_persistence_list="live-persistence.conf" if [ ! -f /live.vars ] then diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 194b871..9312381 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -1286,9 +1286,6 @@ get_custom_mounts () if [ -r "${backing}/${persistence_list}" ] then include_list="${backing}/${persistence_list}" - elif [ -r "${backing}/${old_persistence_list}" ] - then - include_list="${backing}/${old_persistence_list}" else continue fi |