diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-02 22:53:53 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-02 22:53:53 +0000 |
commit | 2d4a97b1208e7d73c83631ffe084d00ca3071734 (patch) | |
tree | 1c8d7df30b5863293f02cbf882c18bb50a97b662 | |
parent | d8b4a7d7383edf2964e536d6b63c42562eb3f58b (diff) | |
download | draklive-config-2d4a97b1208e7d73c83631ffe084d00ca3071734.tar draklive-config-2d4a97b1208e7d73c83631ffe084d00ca3071734.tar.gz draklive-config-2d4a97b1208e7d73c83631ffe084d00ca3071734.tar.bz2 draklive-config-2d4a97b1208e7d73c83631ffe084d00ca3071734.tar.xz draklive-config-2d4a97b1208e7d73c83631ffe084d00ca3071734.zip |
add usbutils for lsusb util
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 14a1a63..83c8f74 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -196,6 +196,8 @@ $o = { if_($has_moblin, 'task-moblin'), + 'usbutils', # we want lsusb + #- live resize/install/copy tools if_($ENV{DRAKLIVE_MEDIA} eq 'usb', 'draklive-resize'), |