Merge branch 'master' into arm64
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
UNRELEASED:
|
||||
* Fix Raspberry Pi Imager's WLAN configuration for lite images
|
||||
2023-12-05:
|
||||
* Serial port switching in rc_gui and raspi-config modified to support Raspberry Pi 5
|
||||
* Touch screens now identified with unique per-device strings to enable correct association with display devices
|
||||
* Compatibility with RP1 displays added
|
||||
|
@@ -22,6 +22,7 @@ until ensure_next_loopdev && LOOP_DEV="$(losetup --show --find --partscan "$IMG_
|
||||
fi
|
||||
done
|
||||
|
||||
ensure_loopdev_partitions "$LOOP_DEV"
|
||||
BOOT_DEV="${LOOP_DEV}p1"
|
||||
ROOT_DEV="${LOOP_DEV}p2"
|
||||
|
||||
|
Reference in New Issue
Block a user