index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-06-27 19:16:29 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-07-09 15:14:49 -0300 |
commit | 328d740af63179745c7181038c99e5bc9b2cb2e7 (patch) | |
tree | ba79e50b4f51083c1d29dcc7b99c3ad34bdd3c1d /archiso/install/archiso_pxe_nbd | |
parent | a038edac590fbb0c96ffc35daf117e122b18e35e (diff) |
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 2 |
diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index 189a7b1..c8ba1a4 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -1,6 +1,6 @@ # vim: set ft=sh: -install () +build () { MODULES="nbd" MODULES="${MODULES} $(comm -2 -3 <(checked_modules "/drivers/net/" | sort) \ |