index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-09-21 18:11:43 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-09-21 18:11:43 -0300 |
commit | 997dabbce2f8b621dacdac268212c4cb1be8956d (patch) | |
tree | c9cda970acb9575ffe1b75d4b5d5a1e443a68db6 /docs/README.build | |
parent | 4d25ed614ab34e093e477b1ceb491f6ad2300de7 (diff) |
-rw-r--r-- | docs/README.build | 5 |
diff --git a/docs/README.build b/docs/README.build index 80d4b2c..e22ec65 100644 --- a/docs/README.build +++ b/docs/README.build @@ -13,6 +13,7 @@ INDEX *** Build requirements ** For mkarchiso script needs these packages (build host): + + arch-install-scripts for pacstrap/arch-chroot + squashfs-tools for mksquashfs + libisoburn for xorriso + btrfs-progs for mkfs.btrfs (optional) @@ -83,7 +84,7 @@ module of SYSLINUX. ISOLINUX can not find config files on *** Building the most basic Arch Linux live media. (configs/baseline) * Install needed packages. - # pacman -S git make squashfs-tools libisoburn rsync --needed + # pacman -S git make arch-install-scripts squashfs-tools libisoburn rsync --needed * Install archiso. # git clone git://projects.archlinux.org/archiso.git @@ -99,7 +100,7 @@ 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 dosfstools lynx --needed + # pacman -S git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx --needed * Install archiso. # git clone git://projects.archlinux.org/archiso.git |