use --bind instead of -o bind

looks nicer
master
lub 4 years ago
parent 8275995e0c
commit f196246e7d

@ -46,8 +46,8 @@ debootstrap --variant=minbase --arch=amd64 buster "$chroot" https://deb.debian.o
mount -t proc none "$chroot/proc"
mount -t sysfs none "$chroot/sys"
mount -o bind /dev "$chroot/dev"
mount -o bind /run "$chroot/run"
mount --bind /dev "$chroot/dev"
mount --bind /run "$chroot/run"
# set hostname

Loading…
Cancel
Save