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
5ecae6eb
Commit
5ecae6eb
authored
Sep 06, 2013
by
Daniel Baumann
Browse files
Updating hardcoded defaults for syslinux splash descriptions for progress-linux.
parent
f6a51c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/build/binary_syslinux
View file @
5ecae6eb
...
...
@@ -233,14 +233,17 @@ case "${LB_MODE}" in
progress-linux)
_PROJECT="
Progress Linux
"
if ls config/package-lists/
desktop-gnome
.list*
if ls config/package-lists/
base-system
.list*
then
_DESCRIPTION="
Desktop GNOME
"
elif ls config/package-lists/server-lxc.list* > /dev/null 2>&1
_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="
Server
LXC
"
_DESCRIPTION="
LXC
Server
"
else
_DESCRIPTION="
Base System
"
_DESCRIPTION=""
fi
;;
...
...
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