summaryrefslogtreecommitdiff
path: root/configs/profile
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 /configs/profile
parent5f36bc3825293dee9e407c65d2950030c37fdaa7 (diff)
Change disk label to PARA_YYYYMM because the limit is 11 characters.
Diffstat (limited to 'configs/profile')
-rwxr-xr-xconfigs/profile/build.sh2
1 files changed, 1 insertions, 1 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