X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=dsfull;h=814300e02c523eabe38d5f0b4997a0538040a748;hp=a8a2f1ff3611334775bcc365726c580bd201bfbb;hb=bf19e9969f50a637c8fabf724eb9e292da472e01;hpb=46edfde8e1fbb4121d5d0661946fc419d042543d diff --git a/dsfull b/dsfull index a8a2f1f..814300e 100755 --- a/dsfull +++ b/dsfull @@ -2,6 +2,9 @@ # Copyright (C) 2016 Ian Kelling # distro setup full using fai. (assuming we already synced data files to the host) +# Usage: dsfull [-r] HOST +# -r for no reboot. + set -eE -o pipefail cleanup() { :; }