Skip to content

Tags: gdamjan/secure-boot

Tags

v1.5.0

Toggle v1.5.0's commit message
added boot/amd-ucode.img to pacman hook

v1.4.1

Toggle v1.4.1's commit message
just plain `cp` /proc/cmdline

this removes the bash-ism
```
`< …`
```

v1.4.0

Toggle v1.4.0's commit message
allow /etc/kernel/cmdline to have newlines

newlines in /etc/kernel/cmdline are replaced with spaces

v1.3.1

Toggle v1.3.1's commit message
add back SUFFIX var for backward compatibility

v1.3

Toggle v1.3's commit message
added fwupd hook

v1.2

Toggle v1.2's commit message

v1.1

Toggle v1.1's commit message
support config file and other small updates:

* support specifing the boot device for efibootmgr

Some of the options that can be specified (and their defaults):
```
ESP    = /boot
EFIDIR = /EFI/Secure
EFIBOOTDEVICE =

SIGNER = ArchSecureBoot
SUFFIX = linux
UCODE = /boot/intel-ucode.img
```

v1.0

Toggle v1.0's commit message
initial commit