add user to informant group

This commit is contained in:
Maximilian Keßler 2022-07-29 12:17:13 +02:00
parent 647ee84f36
commit 3ed4ba6aae

View file

@ -153,7 +153,7 @@ echo "${hostname}" > /mnt/etc/hostname
umount /mnt/dev umount /mnt/dev
echo "Adding user ${user} in new system" echo "Adding user ${user} in new system"
arch-chroot /mnt useradd --create-home --user-group --shell /usr/bin/zsh --groups wheel,uucp,video,audio,storage,games,input "$user" arch-chroot /mnt useradd --create-home --user-group --shell /usr/bin/zsh --groups wheel,uucp,video,audio,storage,games,input,informant "$user"
arch-chroot /mnt chsh -s /usr/bin/zsh arch-chroot /mnt chsh -s /usr/bin/zsh