#!/bin/bash
echo "just a plain reboot from host system."
echo "you want to start the newly created lfs afterwards"
/sbin/shutdown -r now
