Upgrading from v0.6
To upgrade to v0.7, first update the run-bakery script with:
curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7.0/bakery/run-bakery && chmod +x ./run-bakery
Please also remove the old cache with:
rm -rf .rugpi
Here are the changes you need to make compared to version 0.6:
- The image option
boot_flowhas been superseded by thetargetoption. To use the newtargetoption make the following changes depending your previousboot_flow:boot_flow = "u-boot"⇒target = "rpi-uboot"boot_flow = "tryboot"⇒target = "rpi-tryboot"- no
boot_flowoption ⇒target = "rpi-tryboot"
- The
include_firmwareoption has been replaced with thecore/rpi-include-firmwarerecipe. Please use that recipe and remove the old option. - The
architectureoption is no longer optional. Set it toarm64for the previous default. - The following core recipes have been renamed:
core/raspberrypi⇒core/rpi-raspios-setupcore/pi-cleanup⇒core/rpi-raspios-cleanupcore/apt-cleanup⇒core/pkg-cleanup(also supportsapknow)core/apt-update⇒core/pkg-upgrade(also supportsapknow)core/apt-upgrade⇒core/pkg-upgrade(also supportsapknow)
- The following core recipes have been removed:
core/disable-swap(now part ofrpi-raspios-cleanupvia parameter)