summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-16 10:53:16 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-16 10:53:16 +0200
commite762c20c332a3883db516dd01d31ffbd75de2ca9 (patch)
tree91ed07aad2cd6d29ee2d182593f0dc9729de9c98 /hooks
parente266d309b8f8583c823eb894f91d0cfa4fe28092 (diff)
downloadmkinitcpio-e762c20c332a3883db516dd01d31ffbd75de2ca9.tar.gz
mkinitcpio-e762c20c332a3883db516dd01d31ffbd75de2ca9.tar.xz
'fixed net install file added new tarball'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@100 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r--hooks/net8
1 files changed, 0 insertions, 8 deletions
diff --git a/hooks/net b/hooks/net
deleted file mode 100644
index f3a9de2..0000000
--- a/hooks/net
+++ /dev/null
@@ -1,8 +0,0 @@
-# vim: set ft=sh:
-run_hook ()
-{
- msg -n ":: Loading net..."
- ipconfig ${ip}
- nfsmount ${nfsroot} /root
- msg "done."
-}