Removing unused description variable in syslinux configs.

This commit is contained in:
Daniel Baumann 2013-09-18 11:43:49 +02:00
parent ddb8ad5dae
commit aa7939e085
5 changed files with 4 additions and 19 deletions

View File

@ -232,24 +232,10 @@ _LIVE_TOOLS_VERSION="$(chroot chroot apt-cache policy live-tools | awk '/Install
case "${LB_MODE}" in
progress-linux)
_PROJECT="Progress Linux"
if ls config/package-lists/base-system.list*
then
_DESCRIPTION="Base System"
elif ls config/package-lists/gnome-desktop.list*
then
_DESCRIPTION="GNOME Desktop"
elif ls config/package-lists/lxc-server.list* > /dev/null 2>&1
then
_DESCRIPTION="LXC Server"
else
_DESCRIPTION=""
fi
;;
*)
_PROJECT="Debian GNU/Linux"
_DESCRIPTION=""
;;
esac
@ -266,7 +252,6 @@ do
-e "s|@PARENT_DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
-e "s|@VERSION@|${_VERSION}|g" \
-e "s|@ARCHITECTURE@|${_ARCHITECTURE}|g" \
-e "s|@DESCRIPTION@|${_DESCRIPTION}|g" \
-e "s|@DATE@|${_DATE}|g" \
-e "s|@YEAR@|${_YEAR}|g" \
-e "s|@MONTH@|${_MONTH}|g" \

View File

@ -244,7 +244,7 @@
x="190.68135"
sodipodi:role="line"
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
id="tspan3041">@DESCRIPTION@ @ARCHITECTURE@</tspan><tspan
id="tspan3041">@ARCHITECTURE@</tspan><tspan
y="659.20679"
x="190.68135"
sodipodi:role="line"

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -244,7 +244,7 @@
x="190.68135"
sodipodi:role="line"
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
id="tspan3041">@DESCRIPTION@ @ARCHITECTURE@</tspan><tspan
id="tspan3041">@ARCHITECTURE@</tspan><tspan
y="659.20679"
x="190.68135"
sodipodi:role="line"

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -244,7 +244,7 @@
x="190.68135"
sodipodi:role="line"
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
id="tspan3041">@DESCRIPTION@ @ARCHITECTURE@</tspan><tspan
id="tspan3041">@ARCHITECTURE@</tspan><tspan
y="659.20679"
x="190.68135"
sodipodi:role="line"

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -244,7 +244,7 @@
x="190.68135"
sodipodi:role="line"
style="font-size:19.99996948px;font-style:normal;font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold"
id="tspan3041">@DESCRIPTION@ @ARCHITECTURE@</tspan><tspan
id="tspan3041">@ARCHITECTURE@</tspan><tspan
y="659.20679"
x="190.68135"
sodipodi:role="line"

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB