@@ -47,6 +47,9 @@ mkfs.btrfs -f ${BUILD_IMG} mount -t btrfs -o loop,nodatacow ${BUILD_IMG} ${MOUNT_PATH} btrfs subvolume create ${BUILD_PATH} # copy the makepkg.conf into chroot cp /etc/makepkg.conf rootfs/etc/makepkg.conf # bootstrap using our configuration pacstrap -K -...