fix: correct mounting proc to /dev
This commit is contained in:
parent
f4f18d3016
commit
c84b6a7484
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user