Update archiso.sh

Fix
This commit is contained in:
2025-11-02 16:23:08 +01:00
parent f22338c642
commit 031287b7c5

View File

@@ -123,7 +123,7 @@ echo root:!*::root > "${root_etc}/gshadow"
echo "${USER}":!*:: >> "${root_etc}/gshadow" echo "${USER}":!*:: >> "${root_etc}/gshadow"
sed -i '27s/.*/ ["\/etc\/gshadow"]="0:0:0400"/' "${HOME}/.archiso/releng/profiledef.sh" sed -i '27s/.*/ ["\/etc\/gshadow"]="0:0:0400"/' "${HOME}/.archiso/releng/profiledef.sh"
echo ")" >> "${HOME}/.archiso/releng/profiledef.sh" #echo ")" >> "${HOME}/.archiso/releng/profiledef.sh"
echo "%wheel ALL=(ALL) ALL" > "${root_etc}/sudoers" echo "%wheel ALL=(ALL) ALL" > "${root_etc}/sudoers"