Get rid of scripts/local-top/live; revert conf/live.conf
authorMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 12:36:46 +0000 (14:36 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 12:36:46 +0000 (14:36 +0200)
conf/live.conf
scripts/local-top/live [deleted file]

index 0de5b6c..930ae22 100644 (file)
@@ -1,7 +1,51 @@
 # /etc/live.conf - configuration file for live-initramfs(7)
 
-USERNAME="user"
-USERFULLNAME="Debian Live user"
-HOSTNAME="debian"
+# We have a Debian based system of course:
+export BUILD_SYSTEM="Debian"
 
-export USERNAME USERFULLNAME HOSTNAME
+# 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
diff --git a/scripts/local-top/live b/scripts/local-top/live
deleted file mode 100755 (executable)
index 8d18786..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ="udev"
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-# live-initramfs script
-
-# The following modprobe entry is a workaround to live-initramfs not
-# finding the root filesytem.
-#
-# See also:
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001459.html
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-June/001517.html
-#  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363047
-
-modprobe ide-generic