#!/tools/bin/sh # System configuration informations (entered by the user) source ../sysinfos source ../functions source ../packages-list # In order for root to be able to login and for the name "root" to be # recognized, there need to be relevant entries in the /etc/passwd file. echo "root:x:0:0:root:/root:/bin/bash" > /etc/passwd exit $?