I am new to tiny core linux and intend to use the live cd in RAM-only mode ideally without having to remaster.
On boot I would like to create a non-root user with a custom password, change the default password of the sudo user and set a custom hostname.
Is this possible with the F4 boot option and the following parameters?
tinycore host=customhost secure noautologin user=customuser
Furthermore, is it possible to specify a custom IP entry for a specific domain at boot that would be written to /etc/hosts once the system is loaded into RAM, for instance:
123.123.123.123 myexampledomain.com
Is there a way at boot time to tell tiny linux to automatically download Chromium once the system is online?
Thanks for your feedback!