diff options
| author | maximilian attems <maks@debian.org> | 2006-03-21 12:25:50 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-03-21 12:25:50 +0100 |
| commit | 0318bb9b8e61f0a4c9d89ec678a75f6f7ea8c5d5 (patch) | |
| tree | 0a8fcc1dbc422602295fc3bba754bba4bf307d86 /hook-functions | |
| parent | 41f695c8066c3d4955049d547b16aaf06273c20f (diff) | |
| download | initramfs-tools-0318bb9b8e61f0a4c9d89ec678a75f6f7ea8c5d5.tar.gz initramfs-tools-0318bb9b8e61f0a4c9d89ec678a75f6f7ea8c5d5.zip | |
add verbose mode for mkinitramfs, use it when calling it
display which modules gets added,
we might want to have even more verbose info,
but that is a nice start.
add cpqarray module
document `-' filename restriction
don't exit succesfully if root fs full
Diffstat (limited to 'hook-functions')
| -rw-r--r-- | hook-functions | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index 859f1c6..efce32d 100644 --- a/hook-functions +++ b/hook-functions @@ -48,6 +48,9 @@ manual_add_modules() mkdir -p "${DESTDIR}/$(dirname "${mam_x}")" ln -s "${mam_x}" "${DESTDIR}/$(dirname "${mam_x}")" + if [ -n "${verbose}" -a "${verbose}" = "y" ]; then + echo "Adding module ${mam_x}" + fi done } @@ -166,7 +169,7 @@ auto_add_modules() scsi) for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci \ aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic \ - cciss ch dac960 dc395x dmx3191d dpt_i2o eata fdomain \ + cciss ch cpqarray dac960 dc395x dmx3191d dpt_i2o eata fdomain \ ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 \ megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih \ mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 \ |
