summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-04-17 19:37:44 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-04-17 19:37:44 -0300
commite14b4d6423752db1b4a4250b81bba23fd0731106 (patch)
tree83948bb04b29c377f7b91b3fd11f4d6607f3088f /README
parentc82d309eb8e7c25896bb211d15c553dad636eb22 (diff)
[archiso] README: update build instructions
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 5df3128..924dedb 100644
--- a/README
+++ b/README
@@ -227,7 +227,7 @@ When make your custom boot-pendrive, you need to copy /arch directory to it.
*** Building the most basic Arch Linux live media. (configs/baseline)
* Install needed packages.
- # pacman -S git make squashfs-tools libisoburn --needed
+ # pacman -S git make squashfs-tools libisoburn rsync --needed
* Install archiso.
# git clone git://projects.archlinux.org/archiso.git
@@ -240,11 +240,10 @@ Note: If you want to customize, just see the configs/releng directory which is
used to build official images with much more things.
-
*** Building official Arch Linux live media. (configs/releng)
* Install needed packages.
- # pacman -S git make squashfs-tools libisoburn --needed
+ # pacman -S git make squashfs-tools libisoburn rsync dosfstools --needed
* Install archiso.
# git clone git://projects.archlinux.org/archiso.git