From 8f4b8b44d7278ca040014b92d4d2514c27b62550 Mon Sep 17 00:00:00 2001 From: aseguro Date: Tue, 6 Nov 2018 18:39:51 +0000 Subject: [PATCH] changing root password at pxeboot stage --- create_pxeinitrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_pxeinitrd.sh b/create_pxeinitrd.sh index 4e97d2f..123196d 100755 --- a/create_pxeinitrd.sh +++ b/create_pxeinitrd.sh @@ -141,7 +141,7 @@ chmod +x $MNT_DIR/usr/local/bin/start_me_up.sh chmod +x $MNT_DIR/usr/local/bin/shut_me_down.sh chroot $MNT_DIR systemctl enable start-me-up || fail "failed to enable start-me-up" -chroot $MNT_DIR usermod -p '$1$ov9.ZGAy$bTUnP5BXx2j8Nv20chk860' root +chroot $MNT_DIR usermod -p '$1$A5VSg/1j$qqNLwyTlU5BH1IUMPStFB0' root #echo "Enter root password:"