rc: small installer/importer tweaks

This commit is contained in:
Franco Fichtner 2017-02-28 19:11:04 +01:00
parent bed87f3d27
commit d1d200b6b4
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ while [ -z "${PART}" ]; do
echo
echo "${DEVS}"
echo
read -p "Select a device import from or leave blank to exit: " DEV
read -p "Select device to import from (e.g. ada0) or leave blank to exit: " DEV
if [ -z "${DEV}" ]; then
bootstrap_and_exit

View File

@ -79,4 +79,4 @@ for n in 5 4 3 2 1; do
done
echo
/usr/local/etc/rc.reboot
shutdown -or now