Update chroot_setup.sh
This commit is contained in:
parent
aa5fe63a0d
commit
934d9f8061
@ -23,7 +23,10 @@ echo ">>> Creating users"
|
||||
echo "root:${ROOT_PASSWORD}" | chpasswd
|
||||
useradd -m -G wheel -s /bin/bash "${USERNAME}"
|
||||
echo "${USERNAME}:${USER_PASSWORD}" | chpasswd
|
||||
|
||||
mkdir -p /etc/sudoers.d
|
||||
echo "%wheel ALL=(ALL:ALL) ALL" > /etc/sudoers.d/10-wheel
|
||||
chmod 440 /etc/sudoers.d/10-wheel
|
||||
|
||||
echo ">>> Installing additional packages"
|
||||
pacman -S --noconfirm networkmanager openssl sbsigntools tpm2-tools sbctl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user