diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-02 08:10:43 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-02 08:10:43 +0200 |
commit | 60f09074b313c94b8b1f2ebdaa4558920e10620b (patch) | |
tree | b2ea0dbadf2407dc069f741794dc3131e60a4c77 | |
parent | 3408839829d5d957a05746a9d66975e21114c183 (diff) |
enabled automatic reboot after install
-rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 52e3b00..478440d 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -40,7 +40,7 @@ autopart --type=lvm --nohome clearpart --all --drives=sda,sdb # Boot the installed system automatically once the install finishes; -#reboot +reboot %packages @core |