]> git.friedersdorff.com Git - max/initramfs.git/blobdiff - init
Fix typo in 'u(n)mount'
[max/initramfs.git] / init
diff --git a/init b/init
index 5d24645178ab998a6d6beab929f62d4950e0788e..b78fe1f6a715585e121e483626de25a96cf2fcce 100755 (executable)
--- 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