How to apply configuration?

这个提交包含在:
Bandie 2019-08-15 00:52:28 +02:00
父节点 c30e227b84
当前提交 b4dd478303
签署人:: Bandie
GPG 密钥 ID: 843D7FA93BA46312
共有 1 个文件被更改,包括 9 次插入0 次删除

查看文件

@ -34,6 +34,15 @@ OWNER="Alex Alexsen <a@a.tld>"
OWNER_TIMEOUT=10
```
### Apply configuration
To apply the configuration you need to regenerate the GRUB2 config.
```bash
grub-mkconfig -o /boot/grub/grub.cfg
# OR on Debian like systems
update-grub
```
## Uninstall