diff --git a/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc b/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc index f6d38bc6..eb59c6e7 100644 --- a/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc +++ b/content/documentation/PinePhone_Pro/Software/Multi-distribution_image.adoc @@ -76,14 +76,14 @@ DEVICE=sdb PARTSIZE=11GiB PARTATTR=RequiredPartition,LegacyBIOSBootable -DISTROURL=https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240308/archlinux-pinephone-pro-phosh-20240308.img.xz +DISTROURL=https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240326/archlinux-pinephone-pro-phosh-20240326.img.xz MENUNAME=ARCH PARTNAME=ppp-multi-image-${MENUNAME,,} ---- This guide has been tested with following images: -* https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240308/archlinux-pinephone-pro-phosh-20240308.img.xz +* https://github.com/dreemurrs-embedded/Pine64-Arch/releases/download/20240326/archlinux-pinephone-pro-phosh-20240326.img.xz * https://github.com/manjaro-pinephone/phosh/releases/download/beta37/Manjaro-ARM-phosh-pinephonepro-beta37.img.xz * https://images.mobian.org/pinephonepro/weekly/mobian-rockchip-phosh-20240324.img.xz * https://images.postmarketos.org/bpo/v23.12/pine64-pinephonepro/phosh/20240320-0453/20240320-0453-postmarketOS-v23.12-phosh-22.3-pine64-pinephonepro.img.xz @@ -103,7 +103,7 @@ To erase all signatures, type: [source,console] ---- -$ sudo wipefs --all --force /dev/$DEVICE +$ sudo wipefs --all --force /dev/$DEVICE* ---- Clean the device by overwriting the first sectors with zeroes: @@ -323,7 +323,12 @@ Then write the new _/boot/extlinux/extlinux.conf_ file, making sure you remove ` $ sudo tee /mnt/$PARTNAME/device/boot/extlinux/extlinux.conf <