summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 11 insertions, 9 deletions
diff --git a/README b/README
index 2068bc2..5940898 100644
--- a/README
+++ b/README
@@ -1,6 +1,8 @@
INDEX
-----
+This is a rebranded fork of the original Archiso for Parabola GNU/Linux-libre.
+
* Boot parameters (initramfs stage)
* hooks/archiso
* hooks/archiso_pxe_common
@@ -26,10 +28,10 @@ INDEX
* Build requirements
* Image types generated by mkarchiso.
* File format for aitab.
-* Why the /isolinux and /arch/boot/syslinux directories?
+* Why the /isolinux and /libre/boot/syslinux directories?
* Know issues
-* Building the most basic Arch Linux live media. (configs/baseline)
-* Building official Arch Linux live media. (configs/releng)
+* Building the most basic Parabola live media. (configs/baseline)
+* Building official Parabola live media. (configs/releng)
@@ -436,9 +438,9 @@ 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
-/arch/boot/syslinux, like other boot loaders modules (EXTLINUX, SYSLINUX, etc).
-When make your custom boot-pendrive, you need to copy /arch directory to it.
-/isolinux/isolinux.cfg just holds /arch/boot/syslinux/syslinux.cfg
+/libre/boot/syslinux, like other boot loaders modules (EXTLINUX, SYSLINUX, etc).
+When make your custom boot-pendrive, you need to copy /libre directory to it.
+/isolinux/isolinux.cfg just holds /libre/boot/syslinux/syslinux.cfg
*** Know issues
@@ -457,7 +459,7 @@ When make your custom boot-pendrive, you need to copy /arch directory to it.
# pacman -S git make squashfs-tools libisoburn rsync --needed
* Install archiso.
- # git clone git://projects.archlinux.org/archiso.git
+ # git clone git://projects.parabolagnulinux.org/archiso.git
# make -C archiso install
* Build a basic iso.
@@ -467,13 +469,13 @@ 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)
+*** Building official Parabola live media. (configs/releng)
* Install needed packages.
# pacman -S git make squashfs-tools libisoburn dosfstools lynx patch --needed
* Install archiso.
- # git clone git://projects.archlinux.org/archiso.git
+ # git clone git://projects.parabolagnulinux.org/archiso.git
# make -C archiso install
* Build them!