X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Flive-initramfs%2Flive.conf;h=a50296e8e1a6e87c141be1a0da3087c75aef0c1c;hp=930ae22062e83fc65cab92da1749b43b7380bd11;hb=4d3cdad3f1578e31f57c6d5b62b1fe4af4267657;hpb=ef959606acf71972690b75197801a0354444c160 diff --git a/etc/grml/fai/live-initramfs/live.conf b/etc/grml/fai/live-initramfs/live.conf index 930ae22..a50296e 100644 --- a/etc/grml/fai/live-initramfs/live.conf +++ b/etc/grml/fai/live-initramfs/live.conf @@ -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