aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-03 02:31:59 +0700
committerShulhan <ms@kilabit.info>2022-07-03 03:10:02 +0700
commita90c8025b24350bcfb987a45589845e2738acc7e (patch)
tree1ac73ffc46c6d2c34b6d7708c1f5b5c4c3b7afd3 /README.md
parent1b0aa63a8af32bf9e8a86a2dc028c38d751bad91 (diff)
downloadcompute-archlinux-image-builder-a90c8025b24350bcfb987a45589845e2738acc7e.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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1319dd4..1cd3923 100644
--- a/README.md
+++ b/README.md
@@ -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