diff options
author | Peter Jones <pjones@redhat.com> | 2006-04-18 14:48:52 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-04-18 14:48:52 +0000 |
commit | 30d62ff8c984b0eb975f34096ce17c40f8f1f9fc (patch) | |
tree | 820784136dfd352d562b07a1612c41c1fe13e047 /rc.d | |
parent | 1cbdf42e4853ecf510cd46f1aa154e08b4988c3b (diff) | |
download | initscripts-30d62ff8c984b0eb975f34096ce17c40f8f1f9fc.tar initscripts-30d62ff8c984b0eb975f34096ce17c40f8f1f9fc.tar.gz initscripts-30d62ff8c984b0eb975f34096ce17c40f8f1f9fc.tar.bz2 initscripts-30d62ff8c984b0eb975f34096ce17c40f8f1f9fc.tar.xz initscripts-30d62ff8c984b0eb975f34096ce17c40f8f1f9fc.zip |
- get rid of /initrd handling, since that's long dead.
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 7 |
1 files changed, 1 insertions, 6 deletions
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 |