From c993e3007ecf72a7f5b45154bdeee801d8a3e2d5 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Fri, 26 May 2023 07:54:30 +0100 Subject: Update to kernel 5.15 and busybox 1.36 --- create_installroot/create_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'create_installroot/create_image.sh') 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 -- cgit v1.2.3