Updated syntax.
This commit is contained in:
parent
c42675f121
commit
2df1d4f9c8
2 changed files with 4 additions and 5 deletions
|
@ -38,7 +38,7 @@ The other "setup" scripts can be used to configure key aspects of the system.
|
|||
# passwd root
|
||||
```
|
||||
|
||||
Set the `hwclock` to use `localtime` instead of `UTC` in `/etc/conf.d/hwclock`
|
||||
Set the `hwclock` to use `localtime` instead of `UTC` in `/etc/conf.d/hwclock`:
|
||||
|
||||
```
|
||||
clock="local"
|
||||
|
@ -46,7 +46,7 @@ clock_hctosys="NO"
|
|||
clock_systohc="NO"
|
||||
```
|
||||
|
||||
Edit `/etc/fstab` for correct mounts.
|
||||
Edit `/etc/fstab` for correct mounts:
|
||||
|
||||
```
|
||||
/dev/disk/by-label/efi /boot/efi vfat defaults 0 2
|
||||
|
@ -58,8 +58,7 @@ Edit `/etc/fstab` for correct mounts.
|
|||
proc /proc proc nosuid,nodev,noexec,hidepid=2 0 0
|
||||
```
|
||||
|
||||
By default Alpine Linux uses `mkinitfs` to create initramfs, although it's minimal that also means that it lacks some functionality which is needed for a proper setup.
|
||||
Because of this `mkinitfs` and `grub-efi `will be replaced with `booster` and `secureboot-hook`.
|
||||
By default Alpine Linux uses `mkinitfs` to create initramfs, although it is minimal that also means that it lacks some functionality which is needed for a proper setup. Because of this `mkinitfs` and `grub-efi `will be replaced with `booster` and `secureboot-hook`.
|
||||
|
||||
```
|
||||
# apk add booster secureboot-hook sbctl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Provisioning
|
||||
|
||||
After flasing the Alpine Linux extended ISO on a usbdrive, partition a disk. For this internet is required because `gptfdisk` is only available in the repositories and is not included on the extended ISO.
|
||||
After flasing the Alpine Linux extended ISO, partition a disk. For this action internet is required since `gptfdisk` is not included on the extended ISO, therefore it needs to be obtained from the repository.
|
||||
|
||||
To set it up `setup-interfaces` and `setup-apkrepos` will be used.
|
||||
|
||||
|
|
Loading…
Reference in a new issue