Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-09-27 11:20:13 -0400
committerGitHub <noreply@github.com>2023-09-27 17:20:13 +0200
commit072519ad11448053cc062ac4efa66c624b4aa887 (patch)
tree23939a4f7a55b9f6961ca3ec05f2078c80fc15ac /README.md
parent2394e64dc2d84df3de1616d166ea9fce9b9144cc (diff)
Simplify command in `README.md` example (#2122)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84520d6b..5c799116 100644
--- a/README.md
+++ b/README.md
@@ -196,8 +196,7 @@ To test this without a live ISO, the simplest approach is to use a local image a
This can be done by installing `pacman -S arch-install-scripts util-linux` locally and doing the following:
# truncate -s 20G testimage.img
- # losetup -fP ./testimage.img
- # losetup -a | grep "testimage.img" | awk -F ":" '{print $1}'
+ # losetup --partscan --show --find ./testimage.img
# pip install --upgrade archinstall
# python -m archinstall --script guided
# qemu-system-x86_64 -enable-kvm -machine q35,accel=kvm -device intel-iommu -cpu host -m 4096 -boot order=d -drive file=./testimage.img,format=raw -drive if=pflash,format=raw,readonly,file=/usr/share/ovmf/x64/OVMF_CODE.fd -drive if=pflash,format=raw,readonly,file=/usr/share/ovmf/x64/OVMF_VARS.fd