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 | |
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')
-rw-r--r-- | install/fw | 2 | ||||
-rw-r--r-- | install/usb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ install () fi BINARIES="" FILES="" - SCRIPT="fw" + SCRIPT="" } help () diff --git a/install/usb b/install/usb index f3f5bff..68b87dc 100644 --- a/install/usb +++ b/install/usb @@ -10,7 +10,7 @@ install () fi BINARIES="" FILES="" - SCRIPT="usb" + SCRIPT="" } help () |