From 2ca0aa4b6416ea60f78b5359eded3ebd7f7eecdf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 21 Jun 2001 16:34:46 +0000 Subject: use /boot/initrd, and flush the buffers when done --- rc.d/rc.sysinit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 03651448..01799ce6 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -53,8 +53,9 @@ fi action $"Mounting proc filesystem: " mount -n -t proc /proc /proc # Unmount the initrd, if necessary -if grep -q /tmp/initrd /proc/mounts ; then - action $"Unmounting initrd: " umount /tmp/initrd +if grep -q /boot/initrd /proc/mounts ; then + action $"Unmounting initrd: " umount /boot/initrd + /sbin/blockdev --flushbufs /dev/ram0 >/dev/null 2>&1 fi # Configure kernel parameters -- cgit v1.2.1