From f196246e7dfda96b35aa2693587bd6aaba012bae Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 26 Mar 2020 21:28:05 +0100 Subject: [PATCH] use --bind instead of -o bind looks nicer --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index f2b2dcf..9055cfd 100755 --- a/setup.sh +++ b/setup.sh @@ -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