7,7 → 7,7 |
msgstr "" |
"Project-Id-Version: PACKAGE VERSION\n" |
"POT-Creation-Date: 2015-10-01 20:19+0200\n" |
"PO-Revision-Date: 2015-10-02 00:07+0100\n" |
"PO-Revision-Date: 2015-10-06 23:11+0100\n" |
"Last-Translator: Amaury Jacques <amj@linuxfromscratch.org>\n" |
"Language-Team: LANGUAGE <LL@li.org>\n" |
"MIME-Version: 1.0\n" |
361,8 → 361,10 |
"cat > /etc/modprobe.d/usb.conf << \"EOF\"\n" |
"<literal># Begin /etc/modprobe.d/usb.conf\n" |
"\n" |
"install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true\n" |
"install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true\n" |
"install ohci_hcd /sbin/modprobe ehci_hcd ; \\\n" |
" /sbin/modprobe -i ohci_hcd ; true\n" |
"install uhci_hcd /sbin/modprobe ehci_hcd ; \\\n" |
" /sbin/modprobe -i uhci_hcd ; true\n" |
"\n" |
"# Fin de /etc/modprobe.d/usb.conf</literal>\n" |
"EOF</userinput>" |