diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-03-05 13:54:55 +0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-03-05 06:08:20 -0800 |
commit | 0576dcfdce64a159233c811543f1db7555e0a300 (patch) | |
tree | 3199553ab8c362c17a45e648d4a2299f619fa358 /lib/system/system.h | |
parent | c13f929a197641ec0322fff57b4beeacb5338380 (diff) | |
download | petitboot-0576dcfdce64a159233c811543f1db7555e0a300.zip petitboot-0576dcfdce64a159233c811543f1db7555e0a300.tar.gz |
Add udevadm to pb_system_apps
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'lib/system/system.h')
-rw-r--r-- | lib/system/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/system.h b/lib/system/system.h index f8f18a3..e7a2c68 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -9,6 +9,7 @@ struct pb_system_apps { const char *shutdown; const char *sftp; const char *tftp; + const char *udevadm; const char *umount; const char *wget; }; |