Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phitem
Design Linux UGA
Commits
172812f6
Commit
172812f6
authored
Jun 10, 2021
by
Maxime Accadia
Browse files
Dossier plymouth
parent
a141ed07
Changes
2
Hide whitespace changes
Inline
Side-by-side
plymouth/logo
0 → 100644
View file @
172812f6
#!/bin/sh
# initramfs conf-hook
# Place this file in /usr/share/initramfs-tools/conf-hooks.d/
# Place your logo in `/usr/share/plymouth/logo.png` to replace the Ubuntu logo
LOGO_PNG
=
"/usr/share/plymouth/logo.png"
if
[
-f
"
${
LOGO_PNG
}
"
]
;
then
cp
--backup
"
${
LOGO_PNG
}
"
"/usr/share/plymouth/ubuntu-logo.png"
fi
plymouth/logo.png
0 → 100644
View file @
172812f6
4.66 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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