From 68d1cfcd26cf31178120bf4fab8c033810e2d776 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Wed, 13 Mar 2013 19:25:06 -0300 Subject: Replace: Arch Linux -> Parabola GNU/Linux-libre --- docs/README.altbootmethods | 4 ++-- docs/README.build | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods index 4bf44c4..1084d66 100644 --- a/docs/README.altbootmethods +++ b/docs/README.altbootmethods @@ -28,14 +28,14 @@ Note: Described method is for using with GRUB2. is at path on disk and partition

, where filesystem is labeled as . -menuentry "Arch Linux (x86_64)" { +menuentry "Parabola GNU/Linux-libre (x86_64)" { set isofile="//parabola-..

-dual.iso" loopback loop (hd,

)$isofile linux (loop)/arch/boot/x86_64/vmlinuz archisolabel= img_label= img_loop=$isofile initrd (loop)/arch/boot/x86_64/archiso.img } -menuentry "Arch Linux (i686)" { +menuentry "Parabola GNU/Linux-libre (i686)" { set isofile="//parabola-..

-dual.iso" loopback loop (hd,

)$isofile linux (loop)/arch/boot/i686/vmlinuz archisolabel= img_label= img_loop=$isofile diff --git a/docs/README.build b/docs/README.build index 40d6444..faf6cca 100644 --- a/docs/README.build +++ b/docs/README.build @@ -5,8 +5,8 @@ INDEX * 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) +* Building the most basic Parabola GNU/Linux-libre live media. (configs/baseline) +* Building official Parabola GNU/Linux-libre live media. (configs/releng) @@ -83,7 +83,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) +*** Building the most basic Parabola GNU/Linux-libre live media. (configs/baseline) * Install needed packages. # pacman -S git make squashfs-tools libisoburn rsync --needed @@ -99,7 +99,7 @@ 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 GNU/Linux-libre live media. (configs/releng) * Install needed packages. # pacman -S git make squashfs-tools libisoburn dosfstools lynx patch --needed -- cgit v1.2.3