1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

Log autoformat script output to /var/log/boot/autoformat.log

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-09-12 13:54:28 +10:00
parent 6214ab5c19
commit 7feee617a7
3 changed files with 16 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ import (
)
func bootstrapAction(c *cli.Context) error {
log.InitLogger()
log.Info("Running cloud-init-save")
log.Debugf("bootstrapAction")
if err := UdevSettle(); err != nil {
log.Errorf("Failed to run udev settle: %v", err)