diff options
Diffstat (limited to 'install/base')
-rw-r--r-- | install/base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/base b/install/base index 1a5d9bd..79ab177 100644 --- a/install/base +++ b/install/base @@ -30,6 +30,7 @@ install () echo -e "${MESSAGE}" > ${MESSAGEFILE} add_file "${MESSAGEFILE}" "/message" fi + add_file "/etc/modprobe.d/usb-load-ehci-first" SCRIPT="" } |