mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
mount only takes one filesystem
This commit is contained in:
parent
4c982856a3
commit
1744612df6
@ -1,7 +1,9 @@
|
||||
#!/bin/ash
|
||||
# First thing it is vital to mount the /dev and other system directories
|
||||
mkdir /proc /sys /dev /tmp /boot /media 2>&- 1>&-
|
||||
mount /dev /proc /sys
|
||||
mount /dev
|
||||
mount /proc
|
||||
mount /sys
|
||||
|
||||
# Setup our path
|
||||
export PATH=/sbin:/bin
|
||||
|
Loading…
Reference in New Issue
Block a user