diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-12-07 22:49:30 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-12-07 22:49:30 +0100 |
commit | 6b52dc9fba5ef4cdc6a049e7f35cf3d134da2827 (patch) | |
tree | 973372226bcd0e0f62946b10d5615c379f589bb4 /functions | |
parent | 02607774d17c89fbe9b77e8bbb379518c502a6cd (diff) | |
download | mkinitcpio-6b52dc9fba5ef4cdc6a049e7f35cf3d134da2827.tar.gz mkinitcpio-6b52dc9fba5ef4cdc6a049e7f35cf3d134da2827.tar.xz |
- worked around "libata not added" bug. this needs to be looked at carefully
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@189 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ add_module () add_file "${path}" && found=1 done if [ $found -eq 0 ]; then - die "module '$fil' not found, aborting..." + err "module '$fil' not found" fi } |