summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-06-07 09:47:16 +0000
committerOlivier Blin <oblin@mandriva.com>2007-06-07 09:47:16 +0000
commitf1a344bb939257e2bf0b6554b0ecc812bd399427 (patch)
tree7659a67e5ee2901a0d1115d6f863d0c152171e90
parent0697a39d078658506909ef2ed250aa343da79b7c (diff)
downloaddraklive-f1a344bb939257e2bf0b6554b0ecc812bd399427.tar
draklive-f1a344bb939257e2bf0b6554b0ecc812bd399427.tar.gz
draklive-f1a344bb939257e2bf0b6554b0ecc812bd399427.tar.bz2
draklive-f1a344bb939257e2bf0b6554b0ecc812bd399427.tar.xz
draklive-f1a344bb939257e2bf0b6554b0ecc812bd399427.zip
remove multi squash union, better replaced with modules
-rwxr-xr-xdraklive13
1 files changed, 0 insertions, 13 deletions
diff --git a/draklive b/draklive
index eea7fe0..163d468 100755
--- a/draklive
+++ b/draklive
@@ -76,19 +76,6 @@ my %predefined = (
$dir_memory,
],
},
- multi_squash_union => {
- root => '/union',
- overlay => 'unionfs',
- dirs => [
- $dir_distrib_sqfs,
- {
- mountpoint => '/system',
- type => 'squashfs',
- path => '/system.sqfs'
- },
- $dir_memory,
- ],
- },
},
);