[DebianGIS-dev] r2898 - packages/debian-gis
pere at alioth.debian.org
pere at alioth.debian.org
Sat Jun 12 10:05:05 UTC 2010
Author: pere
Date: 2010-06-12 10:04:53 +0000 (Sat, 12 Jun 2010)
New Revision: 2898
Modified:
packages/debian-gis/build-gis-live
Log:
Rewrite volume name to get it short enough.
Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live 2010-06-12 10:03:08 UTC (rev 2897)
+++ packages/debian-gis/build-gis-live 2010-06-12 10:04:53 UTC (rev 2898)
@@ -97,6 +97,7 @@
fi
# configure live-helper
+# Rewrite volume name to get it short enought when dist=squeeze.
export LH_BOOTAPPEND_LIVE="quiet splash"
if /usr/bin/lh_config \
--apt aptitude \
@@ -109,6 +110,7 @@
--union-filesystem aufs \
--linux-packages 'linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6' \
--iso-publisher "$publisher" \
+ --iso-volume "DebGisLive $dist (DATE)" \
--username "$live_username" \
--hostname "$live_hostname" \
--verbose
More information about the Pkg-grass-devel
mailing list