summaryrefslogtreecommitdiff
path: root/configs/gnome/root-image
diff options
context:
space:
mode:
Diffstat (limited to 'configs/gnome/root-image')
-rwxr-xr-xconfigs/gnome/root-image/root/customize_root_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/gnome/root-image/root/customize_root_image.sh b/configs/gnome/root-image/root/customize_root_image.sh
index 37bd015..c3a82a5 100755
--- a/configs/gnome/root-image/root/customize_root_image.sh
+++ b/configs/gnome/root-image/root/customize_root_image.sh
@@ -10,7 +10,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
usermod -s /bin/zsh root
cp -aT /etc/skel/ /root/
-useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh parabola
+useradd -m -p "$(openssl passwd -1 parabola)" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh parabola
chmod 750 /etc/sudoers.d
chmod 440 /etc/sudoers.d/g_wheel