Settare la root password

È arrivato il momento di settare la password per l'utente root del nostro sistema embedded:

	# chroot /embedded_rootfs
	# password
	# rm /embedded_rootfs/etc/passwd-
	# exit