diff options
| author | Lorenzo Castelli <lcastelli@gmail.com> | 2022-07-02 14:51:20 +0200 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@gmail.com> | 2022-07-02 14:51:20 +0200 |
| commit | 1b0aa63a8af32bf9e8a86a2dc028c38d751bad91 (patch) | |
| tree | 5051dca651f80ebc9129a8922ed8eb9154f07599 /README.md | |
| parent | 85b8f0073af7ae233c80483dbe275088d5940f63 (diff) | |
| download | compute-archlinux-image-builder-1b0aa63a8af32bf9e8a86a2dc028c38d751bad91.tar.xz | |
Updates the image configuration description to match the latest config.0.8
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -9,11 +9,11 @@ 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 BIOS-based boot and a GPT partition table. +- GRUB is used with a 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 and elevator noop are configured from kernel command line to - optimize Compute Engine disk performance. +- Block multiqueue is configured from the kernel command line to optimize + Compute Engine disk performance. - A minimal initcpio is configured for booting on Compute Engine virtual machines. - Root filesystem is ext4. @@ -35,11 +35,10 @@ Arch Linux installation are the following: - Sudo is installed. Permission to use sudo is managed automatically by Linux Guest Environment. - Root partition and filesystem are automatically extended at boot using - [growpart](https://launchpad.net/cloud-utils), to support dynamic disk - resizing. + systemd-repart and systemd-growfs, to support dynamic disk resizing. - An additional Pacman repository is used to install and keep the [Linux Guest - Environment](https://aur.archlinux.org/packages/google-compute-engine/) and - [growpartfs](https://aur.archlinux.org/packages/growpartfs/) packages up to date. + Environment](https://aur.archlinux.org/packages/google-compute-engine/) + packages up to date. ## Prebuilt Images |
