summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjamesm-sitegen <jamesm.sitegen@gmail.com>2012-01-05 17:58:12 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-01-05 17:58:12 -0300
commit197cf4327aa20f74eb4d63b3185aee38363026be (patch)
treea5a7e334d5176b0779f8c0b1f3d704ab7ff41896 /README
parent882d9fa5ec509ccd52413e135b0f613fa7ea7f3b (diff)
[archiso] README: Fixed a tiny issue
We are not inside the chroots until we are chrooted ;-) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d23ade7..48b0595 100644
--- a/README
+++ b/README
@@ -286,7 +286,7 @@ Note: These steps should be done with 64 bits support.
* Enter 32 bits chroot enviroment then build core and netinstall single images.
- [chroot32] # linux32 mkarchroot -r bash /tmp/chroot32
+ [host32] # linux32 mkarchroot -r bash /tmp/chroot32
[chroot32] # mknod /dev/loop1032 b 7 1032 # assumed loop.max_part=0 (by default)
[chroot32] # cp -r /usr/share/archiso/configs/releng /tmp
[chroot32] # cd /tmp/releng
@@ -295,7 +295,7 @@ Note: These steps should be done with 64 bits support.
* Enter 64 bits chroot enviroment then build core and netinstall single images.
- [chroot64] # mkarchroot -r bash /tmp/chroot64
+ [host64] # mkarchroot -r bash /tmp/chroot64
[chroot64] # mknod /dev/loop1064 b 7 1064 # assumed loop.max_part=0 (by default)
[chroot64] # cp -r /usr/share/archiso/configs/releng /tmp
[chroot64] # cd /tmp/releng