summaryrefslogtreecommitdiffstats
path: root/install/net
AgeCommit message (Collapse)AuthorFilesLines
2011-09-27cleanup and bashify install hooksDave Reisner1-99/+96
No logical code changes -- this is purely a syntactical cleanup and standardization across the build hooks along with ensuring that help messages are wrapped to 80 columns or less. All hooks get the same treatment, adhering to the following style: #!/bin/bash build() { COMMANDS } help() { cat <<HELPEOF This is a help message. HELPEOF } # vim: set ft=sh ts=4 sw=4 et: Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner1-1/+1
This is an unfortunate name clash with a common utility and should be avoided. Rename the install function to 'build' and warn the user when we discover a hook using an 'install' function. Signed-off-by: Dave Reisner <d@falconindy.com>
2010-02-15Add the "nfs" kernel module with in net hookThomas Bächler1-1/+1
2010-02-09Add support for mounting root filesystem over NFS.Simon Boulay1-4/+7
2009-05-23'fixed #14781'Tobias Powalowski1-1/+1
2006-05-16'fixed net install file added new tarball'Tobias Powalowski1-3/+9
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@100 880c04e9-e011-0410-abf7-b926e227c9cd
2006-05-12'updated net and keymap hooks'Tobias Powalowski1-1/+81
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@97 880c04e9-e011-0410-abf7-b926e227c9cd
2006-05-07'fixed help message'Tobias Powalowski1-1/+1
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@80 880c04e9-e011-0410-abf7-b926e227c9cd
2006-05-04'added pcmcia and net'Tobias Powalowski1-2/+3
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@63 880c04e9-e011-0410-abf7-b926e227c9cd
2006-05-04'added net and usbinput'Tobias Powalowski1-0/+19
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@59 880c04e9-e011-0410-abf7-b926e227c9cd