Double rootfs partition size, make manifest

This commit is contained in:
Lee Miller 2023-01-25 02:09:11 +02:00
parent 765d5c372e
commit 4aaf2cd35e
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 39 additions and 36 deletions

View File

@ -40,8 +40,9 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
make info
make image \
PROFILE=rpi-4 \
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
kmod-usb-audio kmod-usb-net-rtl8152 \
alsa-lib pciutils usbutils \
@ -76,7 +77,9 @@ make image \
wireguard-tools wget-ssl \
"
ls -lah packages
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"
out=../../out