Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
machinejobfeatures
mjf-scripts
Commits
3de93836
Commit
3de93836
authored
Nov 14, 2016
by
Andrew McNab
Browse files
Use hide-splash with plymouth
parent
3cc6f3cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
3de93836
VERSION=00.1
6
VERSION=00.1
7
db12.init
View file @
3de93836
...
...
@@ -27,15 +27,11 @@ start() {
echo
-n
$"Run DB12 fast benchmark: "
if
[
-x
/bin/plymouth
]
;
then
plymouth
deactivate
plymouth
hide-splash
fi
db12_sum
=
`
/usr/sbin/DIRACbenchmark.py
$total_cpu
|
cut
-f2
-d
' '
`
if
[
-x
/bin/plymouth
]
;
then
plymouth reactivate
fi
if
[
"
$db12_sum
"
!=
""
]
;
then
echo
"
$db12_sum
"
>
/etc/db12/db12
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