summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorNico Dietrich2006-02-17 01:35:31 +0100
committerNico Dietrich2006-02-17 01:35:31 +0100
commit6b768f803fc8bf786f6a1ad397d22c9c8001d9f6 (patch)
treefe1a2827dec6e9173bf096ec013d97e9e23a1f3e /initrd/initrd-stuff/init
parentpostinit function added (e.g. for running udevstart again) (diff)
downloadcore-6b768f803fc8bf786f6a1ad397d22c9c8001d9f6.tar.gz
core-6b768f803fc8bf786f6a1ad397d22c9c8001d9f6.tar.xz
core-6b768f803fc8bf786f6a1ad397d22c9c8001d9f6.zip
fixes: dhclient in ubuntu, ide-generic
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@79 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index b1858d72..6dd27b75 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -291,7 +291,7 @@ if [ -n "${UNIONFS}" ] ; then
mkdir -p ${RWDIR}/union ${RWDIR}/uniontmp
mount -n -t tmpfs none ${RWDIR}/uniontmp
mount -n --move /mnt /root
- mount -n -t unionfs -o dirs=${RWDIR}/uniontmp=rw:/root=ro none /mnt
+ mount -n -t unionfs -o dirs=${RWDIR}/uniontmp=rw:/root=nfsro none /mnt
mkdir -p /mnt/uniontmp
mount -n --move ${RWDIR}/uniontmp /mnt/uniontmp
# run ldconfig if not switched off via kernel command line
@@ -398,6 +398,7 @@ d_mkbootld close
# should be killed if started within init
killall -9 dhcpcd dhclient pump 2>/dev/null
+
#bash
# post init for some distro specific