Also overwrite any existing files, contents from CMSCONFFILE override
any boot arguments.
fi
if [[ $DASD ]]; then
- echo $DASD >> /etc/dasd.conf
- echo "options dasd_mod dasd=$DASD" >> /etc/modprobe.d/dasd_mod.conf
+ echo $DASD | normalize_dasd_arg > /etc/dasd.conf
+ echo "options dasd_mod dasd=$DASD" > /etc/modprobe.d/dasd_mod.conf
dasd_cio_free
fi
inst_libdir_file "gconv/*"
#inst /usr/lib/locale/locale-archive
- dracut_install cmsfs-fuse fusermount ulockmgr_server bash tr insmod rmmod cat
+ dracut_install cmsfs-fuse fusermount ulockmgr_server bash tr insmod rmmod cat normalize_dasd_arg
}