summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-05-31 13:36:07 +0000
committerOlivier Blin <oblin@mandriva.com>2007-05-31 13:36:07 +0000
commitdd660706edff3b0380b0286aad0b6558340596a8 (patch)
treeb6d8e56e1321cc300800545fedf309b4d0a813ac /draklive
parent54e881e5fe0261d20d7aa182984e9c5b931c5bcc (diff)
downloaddrakiso-dd660706edff3b0380b0286aad0b6558340596a8.tar
drakiso-dd660706edff3b0380b0286aad0b6558340596a8.tar.gz
drakiso-dd660706edff3b0380b0286aad0b6558340596a8.tar.bz2
drakiso-dd660706edff3b0380b0286aad0b6558340596a8.tar.xz
drakiso-dd660706edff3b0380b0286aad0b6558340596a8.zip
use modules source for squash_union
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive8
1 files changed, 8 insertions, 0 deletions
diff --git a/draklive b/draklive
index 65c3f60..67c37e0 100755
--- a/draklive
+++ b/draklive
@@ -46,6 +46,13 @@ my $dir_memory = {
type => 'tmpfs',
};
+my $dir_modules = {
+ mountpoint => '/modules',
+ type => 'modules',
+ path => '/modules',
+ list => '/live-modules',
+};
+
# this is not unused (it can be used from config file):
my %predefined = (
mounts => {
@@ -106,6 +113,7 @@ my %custom = (
overlay => 'unionfs',
dirs => [
$dir_distrib_sqfs,
+ $dir_modules,
{
mountpoint => '/system',
type => 'loopfs',