goldleaf
goldleaf copied to clipboard
Set root password
It would often be very convenient to generate images with known root password, perhaps by adding an environment varibale to the Makefile invocation. Add
echo root:$(ROOT_PASSWORD) | chroot root chpasswd
in the appropriate place to make it happen