[DebianGIS-dev] r992 - packages/debian-gis
pere at alioth.debian.org
pere at alioth.debian.org
Fri Aug 3 23:03:12 UTC 2007
Author: pere
Date: 2007-08-03 23:03:12 +0000 (Fri, 03 Aug 2007)
New Revision: 992
Modified:
packages/debian-gis/build-gis-live
Log:
Typos.
Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live 2007-08-03 22:23:53 UTC (rev 991)
+++ packages/debian-gis/build-gis-live 2007-08-03 23:03:12 UTC (rev 992)
@@ -100,10 +100,10 @@
--mirror-bootstrap $mirror \
--distribution etch \
--sections "main" \
- --packages debian-edu-install \
--packages-lists packages-live \
--apt-recommends disabled \
--hooks /root/post-install-hook
+# --packages early-package
then
msg_info generating configuration succeeded
else
@@ -131,13 +131,12 @@
>> debian-live/config/chroot_sources/$file
done
-# Generate RLE from our boot splash image PNG in debian-edu-artwork
+# Generate RLE from a splash image PNG
# Color index 0 is background, and index 7 is foreground. Set to
# black and white respecively
if [ -f "$SPLASHPNG" ] ; then
mkdir -p debian-live/config/binary_syslinux
- pngtopnm < /usr/share/pixmaps/splash/debian-edu-splash.png | \
- ppmquant 16 2>/dev/null | \
+ pngtopnm < $SPLASHPNG | ppmquant 16 2>/dev/null | \
ppmtolss16 "#ffffff=7" "#000000=0" 2>/dev/null \
> debian-live/config/binary_syslinux/splash.rle
fi
More information about the Pkg-grass-devel
mailing list