install stage 1: fix more stupid

master
BodgeMaster 2023-06-28 20:21:48 +02:00
parent c98dd32cc7
commit 83a56d1007
1 changed files with 3 additions and 3 deletions

View File

@ -142,11 +142,11 @@ mount -t tmpfs -o size=3g tmpfs /mnt/target
mkdir /mnt/target/run
mount --rbind /run /mnt/target/run
mkdir /mnt/target/proc
mount --rbind /run /mnt/target/proc
mount --rbind /proc /mnt/target/proc
mkdir /mnt/target/sys
mount --rbind /run /mnt/target/sys
mount --rbind /sys /mnt/target/sys
mkdir /mnt/target/dev
mount --rbind /run /mnt/target/dev
mount --rbind /dev /mnt/target/dev
# actual storage
mkdir /mnt/target/boot