summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-12-14 23:16:15 +0100
committermaximilian attems <maks@debian.org>2006-12-14 23:16:15 +0100
commitc03e70312632212c516acac750cb5ec0ef4b33cb (patch)
tree3f4e21b8e4b200853c6b1a39dbf3e71c369189a2 /hook-functions
parent78fe68bcad9d0850e6b9877903719cab7c73b475 (diff)
downloadinitramfs-tools-c03e70312632212c516acac750cb5ec0ef4b33cb.tar.gz
initramfs-tools-c03e70312632212c516acac750cb5ec0ef4b33cb.zip
- show lilo error on lilo failure
- add hppa zalon module - reduce size due to keeping only 1 busybox copy - warn on update mode when no initramfs exist and takeover not specified
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index b4cd58d..67f5931 100644
--- a/hook-functions
+++ b/hook-functions
@@ -194,7 +194,7 @@ auto_add_modules()
sata_promise sata_qstor sata_sil sata_sil24 sata_sis sata_svw \
sata_sx4 sata_uli sata_via sata_vsc scsi_mod \
scsi_transport_fc scsi_transport_iscsi scsi_transport_spi \
- sd_mod stex sym53c8xx tmscsim zfcp; do
+ sd_mod stex sym53c8xx tmscsim zalon zfcp; do
manual_add_modules "${x}"
done
;;