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"