From 88d68c5fd7da700000ba1468cc11e4d2d4b6025f Mon Sep 17 00:00:00 2001 From: Luis <98406209+lumarogit@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:06:49 +0100 Subject: [PATCH] Update chpasswd with YESCRYPT --- virootfs/root/custom_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virootfs/root/custom_script.sh b/virootfs/root/custom_script.sh index 86adf6807..129670218 100755 --- a/virootfs/root/custom_script.sh +++ b/virootfs/root/custom_script.sh @@ -11,8 +11,8 @@ useradd -m -G users,wheel,audio,video -s /bin/bash $LIVEUSER #passwd -d $LIVEUSER &>/dev/null #passwd -d root &>/dev/null -echo "root:$PASSWORD" | chpasswd -c SHA512 -echo "$LIVEUSER:$PASSWORD" | chpasswd -c SHA512 +echo "root:$PASSWORD" | chpasswd -c YESCRYPT +echo "$LIVEUSER:$PASSWORD" | chpasswd -c YESCRYPT # generate en_US locale sed 's/#\(en_US\.UTF-8\)/\1/' -i /etc/locales