diff options
Diffstat (limited to 'docs/README.build')
-rw-r--r-- | docs/README.build | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/README.build b/docs/README.build index ca52ca2..f2fb594 100644 --- a/docs/README.build +++ b/docs/README.build @@ -19,7 +19,6 @@ INDEX ** For configs/releng build.sh needs theses packages (build host): + dosfstools for mkfs.vfat - + patch for patch + lynx for fetching the latest installation guide ** For these hooks needs these packages (on target root-image) @@ -77,9 +76,7 @@ It consists of some fields which define the behaviour of images. The /isolinux directory holds files needed for the ISOLINUX boot loader module of SYSLINUX. ISOLINUX can not find config files on -/parabola/boot/syslinux, like other boot loaders modules (EXTLINUX, SYSLINUX, etc). -When make your custom boot-pendrive, you need to copy /parabola directory to it. -/isolinux/isolinux.cfg just holds /parabola/boot/syslinux/syslinux.cfg +/parabola/boot/syslinux, like other boot loaders modules (SYSLINUX, PXELINUX). @@ -102,7 +99,7 @@ used to build official images with much more things. *** Building official Parabola GNU/Linux-libre live media. (configs/releng) * Install needed packages. - # pacman -S git make squashfs-tools libisoburn dosfstools lynx patch --needed + # pacman -S git make squashfs-tools libisoburn dosfstools lynx --needed * Install parabolaiso. # git clone git://projects.parabolagnulinux.org/parabolaiso.git |