From 0e992c0464125a0cb0207171a053dbf64c593833 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 9 Nov 2005 21:22:44 +0000 Subject: added logic to free up initrd memory once it's not needed anymore --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index af6bcf5..82e5fc5 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -41,7 +41,7 @@ if [ -e /initrd/dev/mapper/root ]; then fi # Unmount and free up the old initrd if it exists if [ -f /initrd/linuxrc ]; then - stat_busy "Freeing memory from initial ramdisk" + stat_busy "Freeing memory from Initial Ramdisk" umount /initrd 2>/dev/null /sbin/blockdev --flushbufs /dev/rd/0 2>/dev/null stat_done -- cgit v1.2.3