From 7581b02c71ecd477e780eefcfbdfc33337b6d0b2 Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Sun, 17 Dec 2023 01:02:49 +0100 Subject: [PATCH] Wiki page arch_linux changed with summary [[Bootloader] changed "2)=root" to "2):root" for "arch-fallback.conf"] by Daniel --- pages/en/server/operating_systems/arch_linux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/en/server/operating_systems/arch_linux.txt b/pages/en/server/operating_systems/arch_linux.txt index e907ec8..5830aa9 100644 --- a/pages/en/server/operating_systems/arch_linux.txt +++ b/pages/en/server/operating_systems/arch_linux.txt @@ -257,7 +257,7 @@ options cryptdevice=UUID=$(blkid -s UUID -o value /dev/sda2):root root=/dev/vg0/ echo "title Arch Linux (fallback initramfs) linux /vmlinuz-linux-hardened initrd /initramfs-linux-hardened-fallback.img -options cryptdevice=UUID=$(blkid -s UUID -o value /dev/sda2)=root root=/dev/vg0/root rw" >> /boot/loader/entries/arch-fallback.conf +options cryptdevice=UUID=$(blkid -s UUID -o value /dev/sda2):root root=/dev/vg0/root rw" >> /boot/loader/entries/arch-fallback.conf ==== Microcode ====