Archived
1
1

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

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"