|
@ -1047,7 +1047,7 @@ EOF |
|
|
|
|
|
|
|
|
function chroot_configure() { |
|
|
function chroot_configure() { |
|
|
current_process |
|
|
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 "Set up password for user 'root'" >>$OUTPUT 2>&1 |
|
|
echo root:toor | chpasswd >>$OUTPUT 2>&1 |
|
|
echo root:toor | chpasswd >>$OUTPUT 2>&1 |
|
|