Disable ext4 images #17
|
@ -46,6 +46,8 @@ make info
|
||||||
|
|
||||||
# Double the size of the root partition
|
# Double the size of the root partition
|
||||||
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
|
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
|
||||||
|
# Disable ext4 images
|
||||||
|
echo "CONFIG_TARGET_ROOTFS_EXT4FS=n" >> .config
|
||||||
|
|
||||||
# Setup files
|
# Setup files
|
||||||
mkdir -p files/root/.ssh
|
mkdir -p files/root/.ssh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user