[Debian-live-changes] r2431 - dists/trunk/live-helper/helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Sat Jul 7 14:17:45 UTC 2007
Author: daniel
Date: 2007-07-07 14:17:45 +0000 (Sat, 07 Jul 2007)
New Revision: 2431
Modified:
dists/trunk/live-helper/helpers/lh_binary_grub
Log:
Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub 2007-07-07 14:16:32 UTC (rev 2430)
+++ dists/trunk/live-helper/helpers/lh_binary_grub 2007-07-07 14:17:45 UTC (rev 2431)
@@ -218,7 +218,7 @@
Grub_live_entry "live, kernel ${VERSION}" "`basename ${DESTDIR_LIVE}`/`basename ${KERNEL}`" "`basename ${DESTDIR_LIVE}`/initrd.img-${VERSION}" "quiet"
fi
- Grub_live_entry "live (fail-safe mode), kernel ${VERSION}" "`basename ${DESTDIR_LIVE}`/`basename ${KERNEL}`" "`basename ${DESTDIR_LIVE}`/initrd.img-${VERSION}" "${FAILSAFE}"
+ Grub_live_entry "live, kernel ${VERSION} (fail-safe mode)" "`basename ${DESTDIR_LIVE}`/`basename ${KERNEL}`" "`basename ${DESTDIR_LIVE}`/initrd.img-${VERSION}" "${FAILSAFE}"
done
LINUX_LIVE="`echo ${LINUX_LIVE} | sed -e 's/binary//g' -e 's#//#/#g'`"
More information about the Debian-live-changes
mailing list