summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 14 insertions, 12 deletions
diff --git a/README b/README
index dee3a50..3fd8c3b 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
INDEX
-----
+This is a rebranded fork of the original Archiso for Parabola GNU/Linux-libre.
+
* Image types generated by mkarchiso.
* File format for aitab.
-* Why the /isolinux and /arch/boot/syslinux directories?
-* Building the most basic Arch Linux live media. (configs/baseline)
-* Building official Arch Linux live media. (configs/releng)
+* Why the /isolinux and /libre/boot/syslinux directories?
+* Building the most basic Parabola live media. (configs/baseline)
+* Building official Parabola live media. (configs/releng)
@@ -52,13 +54,13 @@ Note: Some combinations are invalid, example: sfs_comp=none and fs_type=none
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
-*** Building the most basic Arch Linux live media. (configs/baseline)
+*** Building the most basic Parabola live media. (configs/baseline)
* First install devtools if needed, mkarchroot needs it.
[host] # pacman -S devtools
@@ -75,7 +77,7 @@ When make your custom boot-pendrive, you need to copy /arch directory to it.
[chroot] # mknod /dev/loop0 b 7 0
* Setup a mirror.
- [chroot] # echo 'Server = MIRROR/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
+ [chroot] # echo 'Server = http://repo.parabolagnulinux.org/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
* Install aditional packages needed for mkarchiso.
(git is only needed to get a copy of archiso.git)
@@ -99,7 +101,7 @@ used to build official images with much more things.
-*** Building official Arch Linux live media. (configs/releng)
+*** Building official Parabola live media. (configs/releng)
Note: These steps should be done with 64 bits support.
@@ -107,7 +109,7 @@ Note: These steps should be done with 64 bits support.
linux32 mkarchroot /tmp/chroot32 base
linux32 mkarchroot -r bash /tmp/chroot32
-echo 'Server = MIRROR/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
+echo 'Server = http://repo.parabolagnulinux.org/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
pacman -S squashfs-tools syslinux devtools cdrkit make mkinitcpio-nfs-utils nbd --noconfirm --needed
exit
@@ -115,7 +117,7 @@ exit
mkarchroot /tmp/chroot64 base
mkarchroot -r bash /tmp/chroot64
-echo 'Server = MIRROR/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
+echo 'Server = http://repo.parabolagnulinux.org/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
pacman -S squashfs-tools syslinux devtools cdrkit make mkinitcpio-nfs-utils nbd --noconfirm --needed
exit
@@ -123,7 +125,7 @@ exit
mkdir /tmp/shared
cd /tmp/shared
-git clone git://github.com/djgera/archiso.git -b dm-snapshot
+git clone http://projects.parabolagnulinux.org/archiso.git
cd
mount --bind /tmp/shared /tmp/chroot32/tmp
mount --bind /tmp/shared /tmp/chroot64/tmp