Disable ext4 images. Fixes #13.

This commit is contained in:
Lee Miller 2023-02-09 22:23:55 +02:00
parent 2f3be6009c
commit c5d9f4329a
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ make info
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
# Disable ext4 images
echo "CONFIG_TARGET_ROOTFS_EXT4FS=n" >> .config
# Setup files
mkdir -p files/root/.ssh