From 2f730cf496346b0f9213f490f3f080bdc177fc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Thu, 12 Sep 2024 22:19:09 +0200 Subject: [PATCH] docs: mention `architecture` in migration guide (#32) --- www/docs/upgrading-from-v0.6.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/docs/upgrading-from-v0.6.md b/www/docs/upgrading-from-v0.6.md index 97797ed..2fe07d4 100644 --- a/www/docs/upgrading-from-v0.6.md +++ b/www/docs/upgrading-from-v0.6.md @@ -22,11 +22,12 @@ Here are the changes you need to make compared to version 0.6: - `boot_flow = "u-boot"` ⇒ `target = "rpi-uboot"` - `boot_flow = "tryboot"` ⇒ `target = "rpi-tryboot"` 2. The `include_firmware` option has been replaced with the `core/rpi-include-firmware` recipe. Please use that recipe and remove the old option. -3. The following core recipes have been renamed: +3. The `architecture` option is no longer optional. Set it to `arm64` for the previous default. +4. The following core recipes have been renamed: - `core/raspberrypi` ⇒ `core/rpi-raspios-setup` - `core/pi-cleanup` ⇒ `core/rpi-raspios-cleanup` - `core/apt-cleanup` ⇒ `core/pkg-cleanup` (also supports `apk` now) - `core/apt-update` ⇒ `core/pkg-upgrade` (also supports `apk` now) - `core/apt-upgrade` ⇒ `core/pkg-upgrade` (also supports `apk` now) -4. The following core recipes have been removed: +5. The following core recipes have been removed: - `core/disable-swap` (now part of `rpi-raspios-cleanup` via parameter) \ No newline at end of file