summaryrefslogtreecommitdiff
path: root/scripts/live
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-04 09:39:37 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commit8b3bea69df843fa1642ef836f2cfa80e80da0f7c (patch)
tree1a933943caa8ba549317ab6248df95cbb6536050 /scripts/live
parentd4943aab270a6e43662d63220e4c9e3315b01987 (diff)
downloadlive-boot-8b3bea69df843fa1642ef836f2cfa80e80da0f7c.tar.gz
live-boot-8b3bea69df843fa1642ef836f2cfa80e80da0f7c.zip
Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of live-config.
Diffstat (limited to 'scripts/live')
-rwxr-xr-xscripts/live7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/live b/scripts/live
index 5c6a82e..4eaf3a6 100755
--- a/scripts/live
+++ b/scripts/live
@@ -34,9 +34,6 @@ then
touch /etc/mtab
fi
-[ -f /etc/live.conf ] && . /etc/live.conf
-export USERNAME USERFULLNAME HOSTNAME
-
. /scripts/live-helpers
if [ ! -f /live.vars ]
@@ -1829,8 +1826,4 @@ mountroot ()
exec 2>&7 7>&-
kill ${tailpid}
[ -w "${rootmnt}/var/log/" ] && cp live.log "${rootmnt}/var/log/" 2>/dev/null
- if [ -f /etc/live.conf ]
- then
- cp /etc/live.conf "${rootmnt}/etc/"
- fi
}