Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
1a3c56c0
Commit
1a3c56c0
authored
Sep 13, 2018
by
Jan Groenewald
💬
Browse files
Add aims-fix-grub-splash
parent
dfcd4685
Changes
4
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-desktop-2017/bin/aims-fix-grub-splash
0 → 100755
View file @
1a3c56c0
sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/' /etc/default/grub
update-grub
2017.1/aims-desktop-2017/debian/changelog
View file @
1a3c56c0
aims-desktop (2018.09.05) stretch; urgency=medium
* Add aims-fix-grub-splash
-- Jan Groenewald <jan@aims.ac.za> Thu, 13 Sep 2018 14:52:22 +0200
aims-desktop (2018.09.04) stretch; urgency=medium
* Add zram-tools
...
...
2017.1/aims-desktop-2017/debian/install
View file @
1a3c56c0
...
...
@@ -2,6 +2,7 @@ aims-collect-support-data.desktop usr/share/applications
aims-starburst.png usr/share/pixmaps
bin/aims-collect-support-data usr/bin
bin/aims-complete-install usr/sbin
bin/aims-fix-grub-splash usr/sbin
bin/aims-install-irkernel usr/sbin
bin/aims-install-r35 usr/sbin
bin/aims-install-restricted-extras usr/sbin
...
...
2017.1/aims-live-2017/debian/postrm
View file @
1a3c56c0
...
...
@@ -12,5 +12,6 @@ chmod 0755 /
# Add splash for grub, if you dont want it, add 'nosplash'
sed
-i
's/GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/'
/etc/default/grub
update-grub
exit
0
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