Set the hostname.
This commit is contained in:
parent
b578c2031a
commit
6f8dd179ad
@ -158,6 +158,8 @@ informant read --all
|
|||||||
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
||||||
sed '/stormux/d' /etc/sudoers.d/wheel
|
sed '/stormux/d' /etc/sudoers.d/wheel
|
||||||
sed 's/^# %wheel ALL=(ALL) ALL$/%wheel ALL=(ALL) ALL/' /etc/sudoers.d/wheel
|
sed 's/^# %wheel ALL=(ALL) ALL$/%wheel ALL=(ALL) ALL/' /etc/sudoers.d/wheel
|
||||||
|
# Set the hostname
|
||||||
|
echo stormux > /etc/hostname
|
||||||
# Enable services
|
# Enable services
|
||||||
systemctl enable cronie.service fenrirscreenreader.service
|
systemctl enable cronie.service fenrirscreenreader.service
|
||||||
# Update fstab for Raspberry Pi 4.
|
# Update fstab for Raspberry Pi 4.
|
||||||
|
Loading…
Reference in New Issue
Block a user