Skip to content

Commit

Permalink
resize x86 rootfs to 36 MB and kernel to 16 MB
Browse files Browse the repository at this point in the history
This will allow x86 devices with 256 MB disk to upgrade.
  • Loading branch information
nrbffs authored and nrb committed Jun 24, 2019
1 parent 800c3b2 commit 9f82767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions targets/x86.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ packages 'kmod-ath9k'
packages $ATH10K_PACKAGES
packages 'kmod-gpio-button-hotplug' 'kmod-gpio-nct5104d' 'kmod-hwmon-core' 'kmod-leds-gpio' 'kmod-leds-apu2' 'kmod-sp5100_tco'
packages 'kmod-usb-core' 'kmod-usb-ohci' 'kmod-usb2' 'kmod-usb3' 'kmod-usb-serial'

config 'CONFIG_TARGET_KERNEL_PARTSIZE=16'
config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36'

0 comments on commit 9f82767

Please sign in to comment.