X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Flive-initramfs%2Flive.conf;fp=etc%2Fgrml%2Ffai%2Flive-initramfs%2Flive.conf;h=930ae22062e83fc65cab92da1749b43b7380bd11;hb=cfd32a33aab0d28608bba9e34c65b2a1967be9b7;hp=0000000000000000000000000000000000000000;hpb=de6d7ed3e096db257ca1434c895ff69e3b0ef481;p=grml-live.git diff --git a/etc/grml/fai/live-initramfs/live.conf b/etc/grml/fai/live-initramfs/live.conf new file mode 100644 index 0000000..930ae22 --- /dev/null +++ b/etc/grml/fai/live-initramfs/live.conf @@ -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