add user to informant group
This commit is contained in:
parent
647ee84f36
commit
3ed4ba6aae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue