diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-05-06 09:00:50 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-05-06 09:00:50 +0800 |
commit | 851f58e3623c539833295b4a50834d18b65c4cd8 (patch) | |
tree | e5f519e9b8315106e4bb321a3dfe3d80f1b680df /lib/system/system.h | |
parent | 2b4cd9a9e8474b6c0d1e74cf3931082179889edf (diff) | |
download | petitboot-851f58e3623c539833295b4a50834d18b65c4cd8.zip petitboot-851f58e3623c539833295b4a50834d18b65c4cd8.tar.gz |
discover/udev: remove unnecessary udevadm references
Since we interact with libudev now, we no longer need to run udevadm.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/system/system.h')
-rw-r--r-- | lib/system/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/system.h b/lib/system/system.h index e7a2c68..f8f18a3 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -9,7 +9,6 @@ struct pb_system_apps { const char *shutdown; const char *sftp; const char *tftp; - const char *udevadm; const char *umount; const char *wget; }; |