summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:39 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:39 -0300
commit073ecf773ecc7e6112d091392063e99511b0139b (patch)
treed02a4c1770b07ac23af828ab3dffa3d9f5759c25
parent5f36bc3825293dee9e407c65d2950030c37fdaa7 (diff)
Change disk label to PARA_YYYYMM because the limit is 11 characters.
-rwxr-xr-xconfigs/profile/build.sh2
-rw-r--r--docs/README.altbootmethods4
-rw-r--r--docs/README.transfer2
-rwxr-xr-xparabolaiso/mkparabolaiso2
4 files changed, 5 insertions, 5 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index 5facf0f..a978772 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -3,7 +3,7 @@
set -e -u
iso_name=parabola
-iso_label="PARABOLA_$(date +%Y%m)"
+iso_label="PARA_$(date +%Y%m)"
iso_version=$(date +%Y.%m.%d)
install_dir=parabola
work_dir=work
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index 77ff917..d9acc89 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 PARABOLA_201302 as needed.
+Note: Adjust PARA_201302 as needed.
# cat << EOF > /tmp/nbd-server.conf
[generic]
[parabolaiso]
readonly = true
- exportname = /dev/disk/by-label/PARABOLA_201302
+ exportname = /dev/disk/by-label/PARA_201302
EOF
# nbd-server -C /tmp/nbd-server.conf
diff --git a/docs/README.transfer b/docs/README.transfer
index fd916fc..f6879e0 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -56,7 +56,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: PARABOLA_201302)
+ (example: PARA_201302)
* PC-BIOS (MBR):
diff --git a/parabolaiso/mkparabolaiso b/parabolaiso/mkparabolaiso
index 02e5b95..93e6995 100755
--- a/parabolaiso/mkparabolaiso
+++ b/parabolaiso/mkparabolaiso
@@ -10,7 +10,7 @@ pkg_list=""
run_cmd=""
quiet="y"
pacman_conf="/etc/pacman.conf"
-export iso_label="PARABOLA_$(date +%Y%m)"
+export iso_label="PARA_$(date +%Y%m)"
iso_publisher="Parabola GNU/Linux-libre <https://parabolagnulinux.org>"
iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
install_dir="parabola"