openwrt/target/imagebuilder/files
Paul Spooren bc99ce5b22 imagebuilder: allow to specific ROOTFS_PARTSIZE
Setting this options modifies the rootfs size of created images. When
installing a large number of packages it may become necessary to
increase the size to have enough storage.

This option is only useful for supported devices, i.e. with an attached
SD Card or installed on a hard drive.

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 7b7edd25a5)
2023-04-09 14:28:16 +02:00
..
Makefile imagebuilder: allow to specific ROOTFS_PARTSIZE 2023-04-09 14:28:16 +02:00
README.md imagebuilder: fix local packages/ folder 2022-02-10 20:06:04 +01:00
repositories.conf merge: etc: update remaining files 2017-12-08 19:41:18 +01:00

README.md

./packages folder

Add .ipk packages to this folder will allow the ImageBuilder to install them.

For more complex setups consider adding a custom feed containing packages.

src custom file:///path/to/packages

Whenever the ImageBuilder builds a firmware image this folder will be reloaded and a new package index created. In case signature checks are enabled the ./packages/Packages index will be signed with a locally generated key pair.