Update 2-system-configuration.rst (#321)

Add correct path to `aliases` file on immutable step
This commit is contained in:
Maria
2022-06-22 10:31:06 +00:00
committed by GitHub
parent daafae4a1e
commit c67000823a

View File

@@ -315,7 +315,7 @@ System Configuration
= "/state/etc/zfs/zpool.cache"; = "/state/etc/zfs/zpool.cache";
boot.loader.efi.efiSysMountPoint = "/boot/efis/${INST_PRIMARY_DISK##*/}-part1"; boot.loader.efi.efiSysMountPoint = "/boot/efis/${INST_PRIMARY_DISK##*/}-part1";
EOF EOF
touch /state/etc/aliases touch /mnt/state/etc/aliases
#. Configure GRUB boot loader for both legacy boot and UEFI:: #. Configure GRUB boot loader for both legacy boot and UEFI::