summaryrefslogtreecommitdiff
path: root/modules.d/95dasd
AgeCommit message (Collapse)AuthorFilesLines
2013-08-07dracut-functions.sh: inst_multiple == dracut_installHarald Hoyer1-1/+1
2013-07-04beautified shell codeHarald Hoyer1-1/+1
checked with shellcheck http://www.shellcheck.net/about.html
2012-07-25deprecate old command line optionsHarald Hoyer1-1/+1
2012-06-29modules.d: get rid of "tr"Harald Hoyer1-1/+1
replace it with sed or str_replace or bash ${var/a/b}
2012-05-21Translate dasd arg contents into proper dasd.confJesse Keating2-3/+3
This uses a (new) s390utils utility to normalize the range we might get in a dasd argument and generates a properly formatted output for dasd.conf.
2011-05-12dracut-functions: make local vars local and prefix with "_"Harald Hoyer1-2/+2
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer4-23/+28
2010-10-28new parameter option names with "rd.*" namespaceHarald Hoyer1-1/+1
Renamed Options Here is a list of options, which were used in dracut prior to version 008, and their new replacement. rdbreak rd.break rd_CCW rd.ccw rdcopystate rd.copystate rd_DASD_MOD rd.dasd_mod.dasd rd_DASD rd.dasd rdinitdebug rdnetdebug rd.debug rd_NO_DM rd.dm=0 rd_DM_UUID rd.dm.uuid rdblacklist rd.driver.blacklist rdinsmodpost rd.driver.post rdloaddriver rd.driver.pre rd_NO_FSTAB rd.fstab=0 rdinfo rd.info check rd.live.check rdlivedebug rd.live.debug live_dir rd.live.dir liveimg rd.live.image overlay rd.live.overlay readonly_overlay rd.live.overlay.readonly reset_overlay rd.live.overlay.reset live_ram rd.live.ram rd_NO_CRYPTTAB rd.luks.crypttab=0 rd_LUKS_KEYDEV_UUID rd.luks.keydev.uuid rd_LUKS_KEYPATH rd.luks.keypath rd_NO_LUKS rd.luks=0 rd_LUKS_UUID rd.luks.uuid rd_LUKS_UUID rd.luks.uuid rd_NO_LVMCONF rd.lvm.conf rd_LVM_LV rd.lvm.lv rd_NO_LVM rd.lvm=0 rd_LVM_SNAPSHOT rd.lvm.snapshot rd_LVM_SNAPSIZE rd.lvm.snapsize rd_LVM_VG rd.lvm.vg rd_NO_MDADMCONF rd.md.conf=0 rd_NO_MDIMSM rd.md.imsm=0 rd_NO_MD rd.md=0 rd_MD_UUID rd.md.uuid rd_NFS_DOMAIN rd.nfs.domain rd_NO_PLYMOUTH rd.plymouth=0 rd_retry rd.retry rdshell rd.shell rd_NO_SPLASH rd.splash rdudevdebug rd.udev.debug rdudevinfo rd.udev.info rd_NO_ZFCPCONF rd.zfcp.conf=0 rd_ZFCP rd.zfcp
2010-09-10reformat source codeHarald Hoyer4-0/+8
removed tabs and set indention to 4 spaces added emacs and vi format headers
2010-01-13s390: add call to *_cio_free and use current s390utils udev rulesHarald Hoyer1-2/+2
2009-11-27All module scripts should have a shebangPhilippe Seewer1-0/+1
2009-11-12move dasd initialization script and rules to s390utilsDan Horák3-112/+2
The primary source for dasd initialization script and udev rules is now in s390utils package. The s390utils-base subpackage, that carries the required files, is always installed on s390/s390x, because it's part of the Core group in comps. Signed-off-by: Dan Horák <dan@danny.cz>
2009-11-12dasd: only install /etc/dasd.conf in hostonly modeHarald Hoyer1-1/+3
2009-11-0695dasd: fixed rd_DASD argument handlingHarald Hoyer3-12/+69
2009-11-03Support new rd_DASD parameter for s390 systems.David Cantrell5-10/+65
The new rd_DASD parameter allows dracut to handle multiple rd_DASD options. One parameter per DASD. The syntax is: rd_DASD=<device path>[,readonly=X][,erplog=X][,use_diag=X][,failfast=X] The device path is a CCW device path, such as 0.0.0200. The optional parameters are sysfs attributes for the DASD. The X value can be 0 or 1. Dracut will write out each of the rd_DASD settings to /etc/dasd.conf and on bootup, the dasdconf.sh script will parse this file and bring each DASD online with the specified attribute settings.
2009-10-08dasd: rename dasd= to rd_DASD=Harald Hoyer1-1/+1
2009-09-2995dasd: add dasd_diag_mod moduleHarald Hoyer1-1/+1
2009-09-2995dasd: use 'uname -m' instead of 'arch'Harald Hoyer1-1/+1
2009-09-2995dasd: fixed typo in modules.conf generationHarald Hoyer1-1/+1
2009-09-2995dasd: do not install zfcp kernel moduleHarald Hoyer1-2/+2
2009-09-29rename 95s390 to 95dasdHarald Hoyer4-0/+20