diff --git a/archiso.sh b/archiso.sh index 1af28fa..0733972 100755 --- a/archiso.sh +++ b/archiso.sh @@ -123,7 +123,7 @@ echo root:!*::root > "${root_etc}/gshadow" echo "${USER}":!*:: >> "${root_etc}/gshadow" 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"