Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-06-14 09:52:29 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2021-06-14 09:52:29 +0200
commit51cb64cc97a662380d69b93cf82fd863625aacea (patch)
treed15771fe5f69d8537943d929d0bf4899ebdb4cde /README.md
parentd4f0d411f6b96ad29d367e84af6502794a92a7d9 (diff)
Instructed to use truncate instead of dd, as dd is a bit slow.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c430ac0e..7876fdc9 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,7 @@ After this, running archinstall with `python -m archinstall` will run against wh
To test this without a live ISO, the simplest approach is to use a local image and create a loop device.<br>
This can be done by installing `pacman -S arch-install-scripts util-linux` locally and doing the following:
- # dd if=/dev/zero of=./testimage.img bs=1G count=5
+ # truncate -s 20G testimage.img
# losetup -fP ./testimage.img
# losetup -a | grep "testimage.img" | awk -F ":" '{print $1}'
# pip install --upgrade archinstall