3 Commits

Author SHA1 Message Date
Andrew Rynhard
5b5d171c07 fix: block when handling bus event
If we don't block, there is the potential for multiple shutdown,
reboot, and upgrade requests to be processed.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2020-01-20 09:19:50 -08:00
Andrey Smirnov
d3d011c8d2 chore: replace /* */ comments with // comments in license header
This fixes issues with `// +build` directives not being recognized in
source files.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2019-10-25 14:15:17 -07:00
Andrew Rynhard
8f10647d3f fix: set extra kernel args for all platforms
This change ensures that the installer has access to the machine config
so that it can set the extra kernel arguments when installing.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-09-23 11:50:13 -07:00