mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Activate sshd service + add default PW for root #44

Open morei25 opened 2 years ago

morei25 commented 2 years ago

Hi @mvallim,

great writeup! I wounderd if you are able to add a preseed or cloudinit file, that automaticly set a hostname, default User with PW and starts a ssh server.

This Steps are needed if you want to PXE Boot the Maschine and configure it after wards with Ansible.

I am open for suggestions or ideas.

Best, Daniel