From c84b6a7484267fe32fe1cee48b070263b331350d Mon Sep 17 00:00:00 2001 From: Nasir Hossain Date: Sat, 17 Feb 2024 01:53:06 +0600 Subject: [PATCH] fix: correct mounting proc to /dev --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index 027de93..707c9c6 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -5,7 +5,7 @@ dmesg -n 1 # Mount the file system mount -t devtmpfs none /dev -mount -t proc none /dev +mount -t proc none /proc mount -t sysfs none /sys clear