[SCM] debian-live/config-webc branch, master, updated. 886f8752b7080d9a57609ce3486d01d641ed2c68

Daniel Baumann daniel at debian.org
Sun Mar 2 09:59:22 UTC 2008


The following commit has been merged in the master branch:
commit 886f8752b7080d9a57609ce3486d01d641ed2c68
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 2 10:59:21 2008 +0100

    Explicitly configure filesystems.

diff --git a/webconverger/config/chroot b/webconverger/config/chroot
index a7d52fd..76834e0 100644
--- a/webconverger/config/chroot
+++ b/webconverger/config/chroot
@@ -2,11 +2,11 @@
 
 # $LH_CHROOT_FILESYSTEM: set chroot filesystem
 # (Default: squashfs)
-#LH_CHROOT_FILESYSTEM="squashfs"
+LH_CHROOT_FILESYSTEM="squashfs"
 
 # $LH_UNION_FILESYSTEM: set union filesystem
 # (Default: aufs)
-#LH_UNION_FILESYSTEM="aufs"
+LH_UNION_FILESYSTEM="aufs"
 
 # $LH_EXPOSED_ROOT: expose root as read only
 # (Default: disabled)
@@ -34,7 +34,7 @@
 
 # $LH_LINUX_PACKAGES: set kernel packages to use
 # (Default: autodetected)
-#LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
+LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
 
 # $LH_PACKAGES: set packages to install
 # (Default: empty)

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list