#!/bin/bash

CMD_COLOR='\033[1m'
NO_COLOR='\033[0m'

echo
echo "To install ALTCOS: altcos-installer.sh <device to install> <ignition configuration file>"
echo -e "For example: "$CMD_COLOR"altcos-installer.sh /dev/sda /usr/share/altcos/config_example.ign$NO_COLOR"
echo -e "To generate a password hash for ignition: "$CMD_COLOR"mkpasswd --method=yescrypt$NO_COLOR"

export HOME=/root
export SHELL=/bin/bash

exec /bin/bash -l
