From 760080640da3e0adb3fab9f4da05ec9031c53441 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Wed, 13 Mar 2013 20:01:47 -0300 Subject: Replace: "arch" -> "parabola" --- archiso/initcpio/hooks/archiso | 4 ++-- archiso/mkarchiso | 2 +- docs/README.altbootmethods | 2 +- docs/README.bootparams | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/archiso/initcpio/hooks/archiso b/archiso/initcpio/hooks/archiso index 9c93db9..c23fd3d 100644 --- a/archiso/initcpio/hooks/archiso +++ b/archiso/initcpio/hooks/archiso @@ -104,8 +104,8 @@ run_hook() { [[ -z "${arch}" ]] && arch="$(uname -m)" [[ -z "${cowspace_size}" ]] && cowspace_size="75%" [[ -z "${copytoram_size}" ]] && copytoram_size="75%" - [[ -z "${parabolaisobasedir}" ]] && parabolaisobasedir="arch" - [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="arch" + [[ -z "${parabolaisobasedir}" ]] && parabolaisobasedir="parabola" + [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="parabola" [[ -z "${parabolaisodevice}" ]] && parabolaisodevice="/dev/disk/by-label/${parabolaisolabel}" if [[ -z "${cowfile_size}" ]]; then cowfile_size="100" diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 78510e2..e323899 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -13,7 +13,7 @@ pacman_conf="/etc/pacman.conf" export iso_label="PARABOLA_$(date +%Y%m)" iso_publisher="Parabola GNU/Linux-libre " iso_application="Parabola GNU/Linux-libre Live/Rescue CD" -install_dir="arch" +install_dir="parabola" work_dir="work" out_dir="out" diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods index 6932652..b88b6cd 100644 --- a/docs/README.altbootmethods +++ b/docs/README.altbootmethods @@ -98,7 +98,7 @@ Note: Not all NIC firmware supports HTTP and DNS (if domain name is used). Once the kernel is started from PXE, SquashFS files and other misc files -inside "arch" directory must be loaded (second stage). One of the following +inside "parabola" directory must be loaded (second stage). One of the following methods can be used to serve the rest of live-medium. * HTTP diff --git a/docs/README.bootparams b/docs/README.bootparams index 0f19b5b..592fd1e 100644 --- a/docs/README.bootparams +++ b/docs/README.bootparams @@ -20,7 +20,7 @@ INDEX * parabolaisodevice= Set the device node where parabolaiso medium is located. Default: "/dev/disk/by-label/${parabolaisolabel}" * parabolaisobasedir= Set the base directory where all files reside. - Default: "arch" + Default: "parabola" * aitab= Set the path for "aitab" file. Default: ${parabolaisobasedir}/aitab * copytoram= If set to "y" or just "copytoram" without arguments, @@ -56,7 +56,7 @@ INDEX in percentage of available RAM. Default: "75%" * dm_snap_prefix= Set a prefix for device-mapper snapshot node names. - Default: "arch" + Default: "parabola" * arch= Force an architecture type (i686 | x86_64). Do not set it for normal operations. Useful for running a 64 bit kernel / 32 bit userspace. -- cgit v1.2.2