diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2013-03-13 19:42:00 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2013-03-13 19:42:00 -0300 |
commit | c21ad99729886daa5fd1d26a182b0f77dcc30bde (patch) | |
tree | 751eed746963bd0e8fbd8946e7a90b181f1a6cb1 | |
parent | d1edf271fdd6424d1e51c8d9e0a255bc472c36c9 (diff) |
Replace: ARCH -> PARABOLA
-rwxr-xr-x | archiso/mkarchiso | 2 | ||||
-rwxr-xr-x | configs/baseline/build.sh | 2 | ||||
-rwxr-xr-x | configs/releng/build.sh | 2 | ||||
-rw-r--r-- | docs/README.altbootmethods | 4 | ||||
-rw-r--r-- | docs/README.transfer | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 35ea2b0..78510e2 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -10,7 +10,7 @@ pkg_list="" run_cmd="" quiet="y" pacman_conf="/etc/pacman.conf" -export iso_label="ARCH_$(date +%Y%m)" +export iso_label="PARABOLA_$(date +%Y%m)" iso_publisher="Parabola GNU/Linux-libre <https://parabolagnulinux.org>" iso_application="Parabola GNU/Linux-libre Live/Rescue CD" install_dir="arch" diff --git a/configs/baseline/build.sh b/configs/baseline/build.sh index c215bdb..f2c7c12 100755 --- a/configs/baseline/build.sh +++ b/configs/baseline/build.sh @@ -3,7 +3,7 @@ set -e -u iso_name=parabola -iso_label="ARCH_$(date +%Y%m)" +iso_label="PARABOLA_$(date +%Y%m)" iso_version=$(date +%Y.%m.%d) install_dir=arch arch=$(uname -m) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 369f36b..be9699f 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -3,7 +3,7 @@ set -e -u iso_name=parabola -iso_label="ARCH_$(date +%Y%m)" +iso_label="PARABOLA_$(date +%Y%m)" iso_version=$(date +%Y.%m.%d) install_dir=arch work_dir=work diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods index 4d6304d..bee4832 100644 --- a/docs/README.altbootmethods +++ b/docs/README.altbootmethods @@ -114,12 +114,12 @@ methods can be used to serve the rest of live-medium. * NBD -Note: Adjust ARCH_201302 as needed. +Note: Adjust PARABOLA_201302 as needed. # cat << EOF > /tmp/nbd-server.conf [generic] [parabolaiso] readonly = true - exportname = /dev/disk/by-label/ARCH_201302 + exportname = /dev/disk/by-label/PARABOLA_201302 EOF # nbd-server -C /tmp/nbd-server.conf diff --git a/docs/README.transfer b/docs/README.transfer index 37dfa77..b2d0b5b 100644 --- a/docs/README.transfer +++ b/docs/README.transfer @@ -55,7 +55,7 @@ Nomeclature: <ISO-SOURCE>: Path to the ISO file parabola-<YYYY>.<MM>.<DD>-dual.iso (example: ~/parabola-2012.07.22-dual.iso) <FS-LABEL>: Represents the filesystem label of the <ISO-SOURCE> - (example: ARCH_201302) + (example: PARABOLA_201302) * PC-BIOS (MBR): |