summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorFelix Endres2006-01-26 15:42:54 +0100
committerFelix Endres2006-01-26 15:42:54 +0100
commit183ceaa552e6c79709492a0b767a8aebd4649231 (patch)
tree6d3a2fd16d1d9247960f2ce5c7791280c24de9f3 /initrd/initrd-stuff/init
parentEinige Bugfix und Aufräumaktionen in der mkdxsinitrd. functions-10.0 auf (diff)
downloadcore-183ceaa552e6c79709492a0b767a8aebd4649231.tar.gz
core-183ceaa552e6c79709492a0b767a8aebd4649231.tar.xz
core-183ceaa552e6c79709492a0b767a8aebd4649231.zip
Libraryabhängigkeiten für nfs und kleinere Bugfixes
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@42 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 48a9f144..a81bbcb1 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -377,8 +377,7 @@ and list the modules loaded until\n now."
waitfor /tmp/svcfg 20000 || error " For some reason the software config \
of this client did not finish in\n time. You might check the process list \
and list the modules loaded until\n now."
-date
-#bash
+bash
# IP configuration is made and should not be updated automatically
killall -9 dhcpcd dhclient pump 2>/dev/null
# unmount the bind mounted modules directory
@@ -400,6 +399,7 @@ umount -n /proc
[ -n "${UNIONFS}" ] && mount -n --move /root /mnt/mnt
pivot_root . mnt || error " Could not execute pivot_root due to missing \
command or wrong\n parameters given."
+echo "Exiting the initial ramdisk init"
exec `which chroot` . sh -c 'rm -rf mnt/*; exec /sbin/init' \
<dev/console >dev/console 2>&1