Initial configuration for FAI (work in progress)
[grml-live.git] / initramfs / live.conf
diff --git a/initramfs/live.conf b/initramfs/live.conf
new file mode 100644 (file)
index 0000000..930ae22
--- /dev/null
@@ -0,0 +1,51 @@
+# /etc/live.conf - configuration file for live-initramfs(7)
+
+# We have a Debian based system of course:
+export BUILD_SYSTEM="Debian"
+
+# grml specific settings:
+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"
+
+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"
+
+# EOF