Skip to content
Snippets Groups Projects
Unverified Commit 48f2ade2 authored by minute's avatar minute
Browse files

ci: turns out 4GB is too small

parent 45594a55
No related branches found
No related tags found
2 merge requests!12RC1 of MNT Reform System Image and Rescue Image,!11CI: Build image on gitlab runner (arm64 based)
......@@ -17,8 +17,8 @@ sudo ./mkuserland.sh
# chroot into the userland and build custom packages (mesa, xserver...)
sudo ./mkuserland2.sh
# create ext4 partition from target root directory directly at 4MiB offset, 4096MiB image size
sudo /sbin/mke2fs -v -L 'MNTREFORM' -N 0 -O 64bit -E offset=4194304 -d target-userland -m 5 -r 1 -t ext4 reform-system.img 4092M
# create ext4 partition from target root directory directly at 4MiB offset, 8192MiB (8GiB) image size
sudo /sbin/mke2fs -v -L 'MNTREFORM' -N 0 -O 64bit -E offset=4194304 -d target-userland -m 5 -r 1 -t ext4 reform-system.img 8188M
sudo /sbin/parted -s reform-system.img "mklabel msdos"
sudo /sbin/parted -s reform-system.img "mkpart primary ext4 4MiB -1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment