diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-03 02:31:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-03 03:10:02 +0700 |
| commit | a90c8025b24350bcfb987a45589845e2738acc7e (patch) | |
| tree | 1ac73ffc46c6d2c34b6d7708c1f5b5c4c3b7afd3 /README.md | |
| parent | 1b0aa63a8af32bf9e8a86a2dc028c38d751bad91 (diff) | |
| download | compute-archlinux-image-builder-systemd-boot.tar.xz | |
all: replace grub with systemd-bootsystemd-boot
Now that we use UEFI based partition, we can replace the grub with
systemd-boot.
This option have several advantages,
- minimize installed package and dependencies
- allow future customization (e.g. automounting, secure boot)
The pacman hook 00-systemd-boot is required to re-install the systemd
boot loader automatically when package systemd updated.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ installation, while still allowing it to be fully functional and optimized for Compute Engine. Notable choices made and differences compared to a standard Arch Linux installation are the following: -- GRUB is used with a UEFI-based boot and a GPT partition table. +- systemd-boot is used with UEFI-based boot and a GPT partition table. - Serial console logging is enabled from kernel command line and journald is configured to forward to it. - Block multiqueue is configured from the kernel command line to optimize |
