From: Paul Hänsch Date: Tue, 15 Oct 2019 14:09:39 +0000 (+0200) Subject: set up mount dir before img_mount X-Git-Url: http://git.plutz.net/?p=blast;a=commitdiff_plain;h=c93ce56e03ef4c879e34b6c0385becd1835d1c2c set up mount dir before img_mount --- diff --git a/Makefile b/Makefile index 274d1c7..b683f13 100644 --- a/Makefile +++ b/Makefile @@ -415,7 +415,7 @@ endif _mount: _mount_root _mount_boot -_img_mount: +_img_mount: ${CFGROOT} mount -o loop,offset="$$((${BOOT_MB} + 2))"M,sizelimit=${ROOT_MB}M \ -t ext4 "$${VOLUME}" "$${CFGROOT}" chmod 755 "$${CFGROOT}"