Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
aa7939e0
Commit
aa7939e0
authored
Sep 18, 2013
by
Daniel Baumann
Browse files
Removing unused description variable in syslinux configs.
parent
ddb8ad5d
Changes
5
Hide whitespace changes
Inline
Side-by-side
scripts/build/binary_syslinux
View file @
aa7939e0
...
...
@@ -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"
\
...
...
share/bootloaders/extlinux/splash.svg.in
View file @
aa7939e0
...
...
@@ -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"
...
...
share/bootloaders/isolinux/splash.svg.in
View file @
aa7939e0
...
...
@@ -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"
...
...
share/bootloaders/pxelinux/splash.svg.in
View file @
aa7939e0
...
...
@@ -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"
...
...
share/bootloaders/syslinux/splash.svg.in
View file @
aa7939e0
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment