From c1bf6976ef3b1f6a578757005e28596f1870db86 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 14 May 2018 14:31:06 +0100 Subject: [PATCH] Fix typo in 'u(n)mount' --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.46.2