diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-05-26 07:54:30 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-05-26 07:54:30 +0100 |
commit | c993e3007ecf72a7f5b45154bdeee801d8a3e2d5 (patch) | |
tree | 7adcb9c1b2d65055d2873db0c1b00291f5c32930 /create_installroot | |
parent | b619102d7c56a5d5080f4651ba131f6ccc6e8474 (diff) | |
download | os201-c993e3007ecf72a7f5b45154bdeee801d8a3e2d5.tar.gz os201-c993e3007ecf72a7f5b45154bdeee801d8a3e2d5.zip |
Update to kernel 5.15 and busybox 1.36
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 |