removed creating sshusers group

This commit is contained in:
2023-06-12 13:23:34 -05:00
parent 4dbd903675
commit 8d8823a437
2 changed files with 0 additions and 4 deletions

View File

@@ -441,8 +441,6 @@ d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string \
echo "akanealw ALL=(ALL) NOPASSWD:ALL" >> /target/etc/sudoers.d/akanealw ; \
in-target chmod 440 /etc/sudoers.d/akanealw ; \
in-target sudo groupadd sshusers ; \
in-target sudo usermod -a -G sshusers akanealw ; \
in-target sudo rm /etc/motd ; \
name=$(basename /sys/class/net/e*) ; \
echo "$name: \4{$name}" >> /target/etc/issue ; \