evansm7 / vftool

A simple macOS Virtualisation.framework wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: can change default ubuntu user password?

cyrus0880 opened this issue · comments

i want to change default ubuntu user passwd
but try to in ubuntu user enter passwd to change new pw and reboot , not work

i added persistent storage for / & home in -d data.img (50G)

If you mount the desktop iso image as vm, passwd would not persistent.

If you just want to use ssh-server for that iso image you should change this and then restart service.

change /etc/ssh/sshd_config PermitEmptyPasswords to yes

if i use server iso is can install to img? not live boot?

If you use the Ubuntu server image, please refer to issue #2 , there is a solution.

thx is work~