summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-09-03 18:19:57 +0000
committerChristian Heim <phreak@gentoo.org>2005-09-03 18:19:57 +0000
commit89da8ac7210f532017b84bfc81bc4f774655accc (patch)
tree1561e628aba26762884f46378dad6e4d9425975a /sbin
parentDelete (now) invalid depends of the init-scripts (diff)
downloadbaselayout-vserver-89da8ac7210f532017b84bfc81bc4f774655accc.tar.gz
baselayout-vserver-89da8ac7210f532017b84bfc81bc4f774655accc.tar.bz2
baselayout-vserver-89da8ac7210f532017b84bfc81bc4f774655accc.zip
Removing lib/ completly
svn path=/baselayout-vserver/trunk/; revision=15
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/rc13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbin/rc b/sbin/rc
index bda2707..d980c9e 100755
--- a/sbin/rc
+++ b/sbin/rc
@@ -4,8 +4,6 @@
trap ":" INT QUIT TSTP
source /sbin/functions.sh
-# Only source this when this is a livecd booting ...
-[ -f /sbin/livecd-functions.sh ] && source /sbin/livecd-functions.sh
umask 022
try() {
@@ -231,8 +229,6 @@ then
# Read off the kernel commandline to see if there's any special settings
# especially check to see if we need to set the CDBOOT environment variable
# Note: /proc MUST be mounted
- [ -f /sbin/livecd-functions.sh ] && livecd_read_commandline
-
if [ "$(get_KV)" -ge "$(KV_to_int '2.6.0')" ] ; then
if [[ -d /sys ]] ; then
ebegin "Mounting sysfs at /sys"
@@ -565,15 +561,6 @@ then
eend 0
fi
- # If booting off CD, we want to update inittab before setting the runlevel
- if [ -f "/sbin/livecd-functions.sh" -a -n "${CDBOOT}" ]
- then
- ebegin "Updating inittab"
- livecd_fix_inittab
- eend $?
- /sbin/telinit q &>/dev/null
- fi
-
# Clear $svcdir from stale entries, but leave the caches around, as it
# should help speed things up a bit
rm -rf $(ls -d1 "${svcdir}/"* 2>/dev/null | \