asb / raspi-config

Configuration tool for the Raspberry Pi. Now maintained at https://github.com/RPi-Distro/raspi-config
Other
264 stars 332 forks source link

Adds ability to non-interactively run disk expansion with --expand-rootfs. #14

Closed vpetersson closed 11 years ago

vpetersson commented 11 years ago

Also introduces a INTERACTIVE flag that can be re-used for other similar features to control if the whiptail menu should be visible.

This is very useful if you need to implement an automatic root-fs space expansion.

(Also, some minor trailing whitespace cleanup)