From 6b768f803fc8bf786f6a1ad397d22c9c8001d9f6 Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Fri, 17 Feb 2006 00:35:31 +0000 Subject: fixes: dhclient in ubuntu, ide-generic git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@79 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'initrd/initrd-stuff/init') 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 -- cgit v1.2.3-55-g7522