From 3a9aeb08c8375bc53e852ba6bc6983844f0dae5a Mon Sep 17 00:00:00 2001 From: Mats van Reenen Date: Fri, 9 Sep 2022 20:21:53 +0200 Subject: [PATCH] somehow mkinitcpio fails on success --- in-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-root.sh b/in-root.sh index 0e0a556..35cd941 100644 --- a/in-root.sh +++ b/in-root.sh @@ -30,7 +30,7 @@ echo "127.0.0.1 localhost" >/etc/hosts echo "::1 localhost" >>/etc/hosts echo "127.0.1.1 $HOSTNAME" >>/etc/hosts -run "generate initramfs" "mkinitcpio -P" +run "generate initramfs" "mkinitcpio -P" "return" run "create user" "useradd MReenen"