From: Maximilian Friedersdorff Date: Mon, 14 May 2018 13:31:06 +0000 (+0100) Subject: Fix typo in 'u(n)mount' X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=c1bf6976ef3b1f6a578757005e28596f1870db86;p=max%2Finitramfs.git Fix typo in 'u(n)mount' --- diff --git a/init b/init index 5d24645..b78fe1f 100755 --- a/init +++ b/init @@ -28,7 +28,7 @@ rescue_shell /bin/busybox mount -o ro /dev/main/root /mnt/root || rescue_shell # Unmount filesystems -/bin/busybox unmount /dev +/bin/busybox umount /dev || rescue_shell # Boot system exec switch_root /mnt/root /sbin/init