Rename /etc/grml/fai/files to /etc/grml/fai/config/files and move /etc/grml/fai/live...
[grml-live.git] / etc / grml / fai / config / files / etc / live.conf / GRMLBASE
1 ##################################################################
2 # Notice: this file is NOT the official configuration file of
3 # the Debian package live-initramfs but instead is installed by
4 # /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
5 ##################################################################
6
7 # /etc/live.conf - configuration file for live-initramfs(7)
8
9 # We have a Debian based system of course:
10 export BUILD_SYSTEM="Debian"
11
12 # grml specific settings:
13 export USERNAME="grml"
14 export USERFULLNAME="grml user"
15 export HOSTNAME="grml"
16
17 # disable "mount failed for selinuxfs on /selinux" warning message:
18 export SELINUX_INIT="No"
19 # unionfs or aufs?
20 export UNIONTYPE="aufs"
21
22 #export NOAUTOLOGIN="Yes"
23 #export NOFASTBOOT="Yes"
24 #export NOSUDO="Yes"
25 #export NOUSER="Yes"
26 #export NOXAUTOCONFIG="Yes"
27 #export NOFSTAB="Yes"
28 #export NOHOSTS="Yes"
29 #export NOPERSISTENT="Yes"
30 #export NOACCESSIBILITY="Yes"
31 #export NOAPPARMOR="Yes"
32 #export NOAPTCDROM="Yes"
33 #export NOCONSOLEKEYBOARD="Yes"
34 #export NOGNOMEPANEL="Yes"
35 #export NOKPERSONALIZER="Yes"
36 #export NOKWALLET="Yes"
37 #export NOLANGUAGESELECTOR="Yes"
38 #export NOLOCALES="Yes"
39 #export NONETWORKING="Yes"
40 #export NOPOWERMANAGEMENT="Yes"
41 #export NOPRESEED="Yes"
42 #export NOPROGRAMCRASHES="Yes"
43 #export NORESTRICTEDMANAGER="Yes"
44 #export NOTIMEZONE="Yes"
45 #export NOUPDATENOTIFIER="Yes"
46 #export NOXAUTOLOGIN="Yes"
47 #export NOXSCREENSAVER="Yes"
48
49 # EOF