From 53f24b6ecb4ba71a5c1709c44b751634f82b46da Mon Sep 17 00:00:00 2001 From: Mats van Reenen Date: Sat, 10 Sep 2022 19:43:38 +0200 Subject: [PATCH] fix typeo --- in-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-root.sh b/in-root.sh index 8eb3f7e..efc3558 100644 --- a/in-root.sh +++ b/in-root.sh @@ -31,7 +31,7 @@ echo "127.0.0.1 localhost" >/etc/hosts echo "::1 localhost" >>/etc/hosts echo "127.0.1.1 $HOSTNAME" >>/etc/hosts -run "config initramfs" "sed --in-place -e 's/HOOKS=(.*)'/HOOKS=(base udev autodetect keyboard keymap modconf block encrypt filesystems fsck)/ /etc/mkinitcpio.conf" +run "config initramfs" "sed --in-place -e 's/HOOKS=(.*)/HOOKS=(base udev autodetect keyboard keymap modconf block encrypt filesystems fsck)/' /etc/mkinitcpio.conf" run "generate initramfs" "mkinitcpio -P" DISKUUID=$(blkid --output export &{DISK}10 | grep PARTUUID | sed 's/PARTUUID=//')