How to apply configuration?

This commit is contained in:
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