diff options
Diffstat (limited to 'create_installroot')
-rwxr-xr-x | create_installroot/create_image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_installroot/create_image.sh b/create_installroot/create_image.sh index 6a56fbc..2b9afa1 100755 --- a/create_installroot/create_image.sh +++ b/create_installroot/create_image.sh @@ -2,7 +2,7 @@ set -x IMG_NAME=xos_image -LOOP_NUM=2 +LOOP_NUM=0 LOOP=/dev/mapper/loop${LOOP_NUM} dd if=/dev/zero of=${IMG_NAME}.img bs=1048576 count=256 @@ -37,4 +37,4 @@ umount /mnt/disk1 kpartx -d ${IMG_NAME}.img chown fam ${IMG_NAME}.img -chgrp fam ${IMG_NAME}.img
\ No newline at end of file +chgrp fam ${IMG_NAME}.img |