summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlivecd-functions.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/livecd-functions.sh b/livecd-functions.sh
index 0a5bf9e..b82a978 100755
--- a/livecd-functions.sh
+++ b/livecd-functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/livecd-tools/livecd-functions.sh,v 1.8 2005/06/21 14:31:14 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/livecd-tools/livecd-functions.sh,v 1.9 2005/06/27 20:28:41 wolf31o2 Exp $
# Global Variables:
# CDBOOT -- is booting off CD
@@ -398,5 +398,7 @@ livecd_fix_inittab() {
echo "s0:12345:respawn:/sbin/agetty -nl /bin/bashlogin ${LIVECD_CONSOLE_BAUD} ${LIVECD_CONSOLE} vt100" >> /etc/inittab
fi
fi
+ # force reread of inittab
+ kill -HUP 1
return 0
}