Browse Source

update minioslib

master
crims0n 5 years ago
parent
commit
f9bceedd4a
  1. 2
      linux-live/minioslib

2
linux-live/minioslib

@ -1047,7 +1047,7 @@ EOF
function chroot_configure() {
current_process
if [ $LIVE_TYPE = "linux-live" ]; then
if [ $LIVE_TYPE = "linux-live" ] || [ $LIVE_TYPE = "ubuntu" ]; then
echo "Set up password for user 'root'" >>$OUTPUT 2>&1
echo root:toor | chpasswd >>$OUTPUT 2>&1

Loading…
Cancel
Save