Improve /etc/grml/fai/live-initramfs/live.conf handling
[grml-live.git] / etc / grml / fai / live-initramfs / live.conf
index 930ae22..a50296e 100644 (file)
@@ -1,3 +1,9 @@
+##################################################################
+# Notice: this file is NOT the official configuration file of
+# the Debian package live-initramfs but instead is installed by
+# /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
+##################################################################
+
 # /etc/live.conf - configuration file for live-initramfs(7)
 
 # We have a Debian based system of course:
@@ -8,44 +14,36 @@ export USERNAME="grml"
 export USERFULLNAME="grml user"
 export HOSTNAME="grml"
 
-# unionfs or aufs?
-export UNIONTYPE="aufs"
-# we do not want to have a modified /etc/initab:
-export NOAUTOLOGIN="Yes"
-# grml does not require /fastboot:
-export NOFASTBOOT="Yes"
 # disable "mount failed for selinuxfs on /selinux" warning message:
 export SELINUX_INIT="No"
-# do not touch /etc/sudoers:
-export NOSUDO="Yes"
-# do not touch anything inside passwd/shadow/group/gshadow:
-export NOUSER="Yes"
-# do not generate xorg.conf via dexconf - let's use grml-x instead:
-export NOXAUTOCONFIG="Yes"
-# do not modify /etc/fstab:
-export NOFSTAB="Yes"
-# do not modify /etc/hosts:
-export NOHOSTS="Yes"
+# unionfs or aufs?
+export UNIONTYPE="aufs"
 
-export NOACCESSIBILITY="Yes"
-export NOAPPARMOR="Yes"
-export NOAPTCDROM="Yes"
-export NOCONSOLEKEYBOARD="Yes"
-export NOFSTAB="Yes"
-export NOKPERSONALIZER="Yes"
-export NOKWALLET="Yes"
-export NOLANGUAGESELECTOR="Yes"
-export NOLOCALES="Yes"
-export NONETWORKING="Yes"
-export NOPERSISTENT="Yes"
-export NOPOWERMANAGEMENT="Yes"
-export NOPRESEED="Yes"
-export NOPROGRAMCRASHES="Yes"
-export NORESTRICTEDMANAGER="Yes"
-export NOTIMEZONE="Yes"
-export NOUPDATENOTIFIER="Yes"
-export NOXAUTOLOGIN="Yes"
-export NOXSCREENSAVER="Yes"
-export NOGNOMEPANEL="Yes"
+#export NOAUTOLOGIN="Yes"
+#export NOFASTBOOT="Yes"
+#export NOSUDO="Yes"
+#export NOUSER="Yes"
+#export NOXAUTOCONFIG="Yes"
+#export NOFSTAB="Yes"
+#export NOHOSTS="Yes"
+#export NOPERSISTENT="Yes"
+#export NOACCESSIBILITY="Yes"
+#export NOAPPARMOR="Yes"
+#export NOAPTCDROM="Yes"
+#export NOCONSOLEKEYBOARD="Yes"
+#export NOGNOMEPANEL="Yes"
+#export NOKPERSONALIZER="Yes"
+#export NOKWALLET="Yes"
+#export NOLANGUAGESELECTOR="Yes"
+#export NOLOCALES="Yes"
+#export NONETWORKING="Yes"
+#export NOPOWERMANAGEMENT="Yes"
+#export NOPRESEED="Yes"
+#export NOPROGRAMCRASHES="Yes"
+#export NORESTRICTEDMANAGER="Yes"
+#export NOTIMEZONE="Yes"
+#export NOUPDATENOTIFIER="Yes"
+#export NOXAUTOLOGIN="Yes"
+#export NOXSCREENSAVER="Yes"
 
 # EOF