X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=build.sh;h=b04f89aba89114f788c467a023de98a06a59835d;hp=48ea033fed73298e9b9d13525cbe10abfd9ab1f1;hb=HEAD;hpb=63332d9d23c401d24aa6f751fc6c412ff54d49c2 diff --git a/build.sh b/build.sh index 48ea033..b04f89a 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,10 @@ function build_all { dd if=/dev/zero of=./rootfs.img \ bs=1M count=$IMGSIZE fi + else + echo "creating rootfs.img" + dd if=/dev/zero of=./rootfs.img \ + bs=1M count=$IMGSIZE fi # make fs and mount umount_if_mounted rootfs.mnt @@ -58,6 +62,7 @@ function build_all { mkfs.${ROOTFS} $FORCEFS -L rootfs ./rootfs.img rm -rf rootfs.mnt mkdir rootfs.mnt + modprobe loop mount -o loop ./rootfs.img ./rootfs.mnt # debootstrap first part debootstrap --verbose --arch $ARCH --variant=minbase \