Updated gummiboot
This commit is contained in:
parent
a29842e355
commit
9575912258
1 changed files with 8 additions and 2 deletions
|
@ -139,8 +139,14 @@ And also remove some junk left over by grub.
|
||||||
# unlink /boot/boot
|
# unlink /boot/boot
|
||||||
```
|
```
|
||||||
|
|
||||||
> If you have multiple operating systems installed you can change the default OS it loads into with `/boot/efi/loader/loader.conf` and adding the line: `default alpine`.
|
You can also install `os-prober` which can find operating systems and add them to your bootloader. Besides that `gummiboot` can also be configured with the file `/boot/efi/loader/loader.conf` in which you can specify the timeout and what OS it should load into by default.
|
||||||
> You can also install `os-prober` which can find operating systems and add them to your bootloader.
|
|
||||||
|
```
|
||||||
|
default alpine
|
||||||
|
timeout 0
|
||||||
|
console-mode max
|
||||||
|
editor no
|
||||||
|
```
|
||||||
|
|
||||||
Before finishing up the installation `networkmanager` will be installed for networking.
|
Before finishing up the installation `networkmanager` will be installed for networking.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue