somehow mkinitcpio fails on success

This commit is contained in:
Mats van Reenen 2022-09-09 20:21:53 +02:00 committed by GitHub
parent fc7033194f
commit 3a9aeb08c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"