Die messages for multipath added
authorJoshua Jackson <tsunam@tsunam.org>
Wed, 25 Feb 2009 01:11:01 +0000 (17:11 -0800)
committerJoshua Jackson <tsunam@tsunam.org>
Wed, 25 Feb 2009 01:11:01 +0000 (17:11 -0800)
gen_initramfs.sh

index 01a8b7039c9e00e03eb3ae38270f584a4a864d64..40c66417b38c96ad4f7d4b5a25198303d7841331 100755 (executable)
@@ -138,17 +138,29 @@ append_multipath(){
        cp -a /lib/ld-* "${TEMP}/initramfs-multipath-temp/lib" \ 
                || gen_die 'Could not copy files for MULTIPATH!' 
        cp -a /lib/libc-* /lib/libc.* "${TEMP}/initramfs-multipath-temp/lib" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /lib/libdl-* /lib/libdl.* "${TEMP}/initramfs-multipath-temp/lib" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /lib/libsysfs*so* "${TEMP}/initramfs-multipath-temp/lib" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /lib/libdevmapper*so* "${TEMP}/initramfs-multipath-temp/lib" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/multipath "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/kpartx "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/mpath_prio_* "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /lib64/udev/scsi_id "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/devmap_name "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/dmsetup "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /sbin/dmsetup "${TEMP}/initramfs-multipath-temp/sbin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        cp -a /bin/mountpoint "${TEMP}/initramfs-multipath-temp/bin" \ 
+               || gen_die 'Could not copy files for MULTIPATH!'
        if [ -x /sbin/multipath ] 
        then
                cp /etc/multipath.conf "${TEMP}/initramfs-multipath-temp/etc/" || gen_die 'could not copy /etc/multipath.conf please check this'