diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-02 09:53:50 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-02 09:53:50 +0200 |
commit | 66f28ea341f293cbddd30242f9ea03673d4674d2 (patch) | |
tree | cd4a229b169e0adedaebc7cf09ba295bada7fcab /hooks | |
parent | dbfcaacf40ca356d7623408b4bfca828f8bd880d (diff) | |
download | mkinitcpio-66f28ea341f293cbddd30242f9ea03673d4674d2.tar.gz mkinitcpio-66f28ea341f293cbddd30242f9ea03673d4674d2.tar.xz |
Minor changes... more to come - out of time for the day
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@42 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/udev | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hooks/udev b/hooks/udev new file mode 100644 index 0000000..fc4c814 --- /dev/null +++ b/hooks/udev @@ -0,0 +1,7 @@ +# vim: set ft=sh: +run_hook () +{ + msg -n ":: Loading udev..." + /etc/start_udev + msg "done." +} |