Skip to content

Commit d9ecc09

Browse files
committed
Fix mount paths
1 parent 6fecad9 commit d9ecc09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-os.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ done
103103
prepare-base-os
104104
cd base-os/archive
105105

106-
mount -t proc proc root/proc/
107-
mount -t sysfs sys root/sys/
106+
mount -t proc /proc root/proc/
107+
mount -t sysfs /sys root/sys/
108108
mount -o bind /dev root/dev/
109109
mount -o bind "${DATA_PATH}" root/mnt/
110110

0 commit comments

Comments
 (0)