diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-04-08 21:22:57 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-04-08 21:22:57 +0200 |
commit | 6b2b3e5af97dacea1e9099fcefc123c0598c915b (patch) | |
tree | 9bf542eacb57838aefed1af1b248ec61a61ef852 /files/live-dracut.conf | |
parent | 9c15e029b8a5373a96ff7fd55b9b0427e7577f60 (diff) | |
download | draklive-config-6b2b3e5af97dacea1e9099fcefc123c0598c915b.tar draklive-config-6b2b3e5af97dacea1e9099fcefc123c0598c915b.tar.gz draklive-config-6b2b3e5af97dacea1e9099fcefc123c0598c915b.tar.bz2 draklive-config-6b2b3e5af97dacea1e9099fcefc123c0598c915b.tar.xz draklive-config-6b2b3e5af97dacea1e9099fcefc123c0598c915b.zip |
we use overlaym not unionfs
Diffstat (limited to 'files/live-dracut.conf')
-rw-r--r-- | files/live-dracut.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 0c644a5..1403690 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -9,7 +9,7 @@ omit_drivers+=" radeon nouveau i915 " # compress initrd with xz compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB -filesystems="iso9660 vfat =fs/nls squashfs unionfs" +filesystems="iso9660 vfat =fs/nls squashfs overlay" # fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files omit_drivers+=" qla1280 qla2xxx qla4xxx " # pata_acpi is not wanted on boot |