os
os copied to clipboard
Don't patch grub2 or grub2-signed
May be able to make modifications without carry patches, which would be living the dream since this is the patchload that breaks down most often.
Tasks to make this happen:
- [ ] Create
/etc/grub.d/06_elementary_theme
during iso build so that parts of05_debian_theme
get overridden - [ ] Create
/etc/default/grub
with desired values likeGRUB_TIMEOUT=5
during iso build - [ ] Upstream modification of Ubuntu's
grub2
install_efi_ubuntu_flavours.patch
that treatselementary
case likekubuntu
(See https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1242417) - [ ] Upstream modification of Ubuntu's
grub2
mkconfig_ubuntu_distributor.patch
that treatselementary
${GRUB_DISTRIBUTOR}
case likeUbuntu|Kubuntu
so it does not appendGNU/Linux
to boot entry