mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
This commit will help the boot speed on most PC devices and requested by the Taipei team. The changes to the auto-generated parts are done via: ``` $ cd boot/assets $ go build -o ./genasset/genasset ./genasset/ $ ./genasset/genasset -in ./data/grub.cfg -out grub_cfg_asset.go -name grub.cfg ``` and the `Snapd-Boot-Config-Edition` for `grub.cfg` was bumped. Note that no changes for the recovery grub configuration are done in this commit. I'm happy to do a follwup for this.
Edition 1 of grub.cfg and grub-recovery.cfg imported from https://github.com/snapcore/pc-amd64-gadget, commit:
commit e4d63119322691f14a3f9dfa36a3a075e941ec9d (HEAD -> 20, origin/HEAD, origin/20)
Merge: b70d2ae d113aca
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Thu May 7 19:30:00 2020 +0100
Merge pull request #47 from xnox/production-keys
gadget: bump edition to 2, using production signing keys for everything.