aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
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