Skip to content

Commit

Permalink
docs: mention architecture in migration guide (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Sep 12, 2024
1 parent d5018e7 commit 2f730cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/docs/upgrading-from-v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2f730cf

Please sign in to comment.