aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Reyes (likewhoa) <design@missionaccomplish.com>2014-08-04 03:23:02 +0200
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2015-08-11 14:21:16 -0400
commitf3b1c95130892ec98e233efced096a876ac8e4f6 (patch)
tree6e7c34ba4ca0f9853afae266f6267f34f2669937 /defaults/initrd.defaults
parentChanged to the dd command which creates the livecd.aufs image for (diff)
downloadgenkernel-f3b1c95130892ec98e233efced096a876ac8e4f6.tar.gz
genkernel-f3b1c95130892ec98e233efced096a876ac8e4f6.tar.bz2
genkernel-f3b1c95130892ec98e233efced096a876ac8e4f6.zip
Fixed a bug which prevented aufs.modules from functioning properly
and changed the variables names to reflect the actual logic.
Diffstat (limited to 'defaults/initrd.defaults')
-rwxr-xr-xdefaults/initrd.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 782fd14..f2cb42a 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -72,6 +72,7 @@ CDROOT_MARKER='/livecd'
# AUFS variables
aufs=0
aufs_union_file=/livecd.aufs
+aufs_modules_dir=mnt/cdrom
LOOPS='/livecd.loop /zisofs /livecd.squashfs /image.squashfs /livecd.gcloop'