diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-13 10:47:28 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-13 10:47:28 +0200 |
commit | b1d6aaf13cd27932eacd66696b3639ac140a532e (patch) | |
tree | d212152a3c2e8281c77ce4a15da4f6a4fadf5487 | |
parent | 1fbd47bb0e130f8cd8d696c3654d927e8235e1cc (diff) |
reboot after install ends
-rw-r--r-- | ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks index 17cfa7f..1a39e13 100644 --- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks +++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks @@ -43,7 +43,7 @@ autopart --type=lvm clearpart --all --initlabel --drives=CLEARPART # Boot the installed system automatically once the install finishes; -#reboot +reboot %packages @core |