-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAI-CD: Add Grub2 background image + DejaVuSansMono font. #124
base: master
Are you sure you want to change the base?
FAI-CD: Add Grub2 background image + DejaVuSansMono font. #124
Conversation
f0b4a6f
to
bbe730f
Compare
Please also provide a grub.cfg that can be used with the GFX mode proposed here. I guess we should provide it in addition to the grub.cfg used by default in FAI. |
@dzatoah Also, this branch does not merge. |
bbe730f
to
4d7c5af
Compare
Please have another look @sunweaver |
No, the image must be present on the build host, currently. |
8facb70
to
c9e9cc9
Compare
So I've changed it that you'll need to install |
…nsMono font to FAI-CD. Background image: $NFSROOT/usr/share/images/desktop-base/desktop-grub.png - Can be changed via: `chroot $NFSROOT update-alternatives --config desktop-grub` Font file: $NFSROOT/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf Needs 'grub2-common' *on host*, and 'fonts-dejavu-core' and 'desktop-base' packages *inside of NFSROOT*.
c9e9cc9
to
15f6018
Compare
Background image: /usr/share/images/desktop-base/desktop-grub.png
Font file: /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
Needed packages:
grub2-common desktop-base fonts-dejavu-core
See https://salsa.debian.org/debian-edu/debian-edu-router/-/merge_requests/236 (needs activated salsa account to see)
This patch is based on
commit 2f2e63b0dbe932e872772829dd6d4d0213e3db58 (tag: 6.0.1)
. The current Debian version.