diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 23:34:28 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 23:34:28 +0200 |
commit | e97bdaad85ad0c272dcd111045815e5a2628b4f3 (patch) | |
tree | f140b773ab769f4b2158138975f23ff7b5c315a9 /install/fw | |
parent | 25a0acd3f4e7932445612e919f92c48815f9c587 (diff) | |
download | mkinitcpio-e97bdaad85ad0c272dcd111045815e5a2628b4f3.tar.gz mkinitcpio-e97bdaad85ad0c272dcd111045815e5a2628b4f3.tar.xz |
Remove the usb and fw runtime hooks, as a default delay is now always set
Diffstat (limited to 'install/fw')
-rw-r--r-- | install/fw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ install () fi BINARIES="" FILES="" - SCRIPT="fw" + SCRIPT="" } help () |