fix: correct mounting proc to /dev

This commit is contained in:
Nasir Hossain 2024-02-17 01:53:06 +06:00
parent f4f18d3016
commit c84b6a7484

View File

@ -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