From 30d62ff8c984b0eb975f34096ce17c40f8f1f9fc Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 18 Apr 2006 14:48:52 +0000 Subject: - get rid of /initrd handling, since that's long dead. --- rc.d/rc.sysinit | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index d28b17e4..be9c5456 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -373,12 +373,7 @@ if [ -z "$fastboot" -a "$READONLY" != "yes" ]; then chvt 8 fi fi -# Unmount the initrd, if necessary -if LC_ALL=C fgrep -q /initrd /proc/mounts && ! LC_ALL=C fgrep -q /initrd/loopfs /proc/mounts ; then - umount /initrd - /sbin/blockdev --flushbufs /dev/ram0 >/dev/null 2>&1 -fi - + # Update quotas if necessary if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then if [ -x /sbin/convertquota ]; then -- cgit v1.2.1