summaryrefslogtreecommitdiff
path: root/modules.d/95nfs
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23merge "cleanup" and "pre-pivot-cleanup" hooksHarald Hoyer1-1/+1
2012-04-19move cleanup scripts to pre-pivot-cleanup hookDave Young1-1/+1
below cleanup scripts is moved: 40network: kill-dhclient.sh 90crypt: crypt-cleanup.sh 90multipath: multipathd-stop.sh 95iscsi: cleanup-iscsi.sh 95nfs: nfsroot-cleanup.sh Signed-off-by: Dave Young <dyoung@redhat.com>
2012-04-16Debian multiarch supportJon Ander Hernandez1-5/+1
Another solution could be searching in directories found at /etc/ld.so.conf.d/*.conf or adding a new parameter. Here is a patch which adds a new --libdirs parameter, and also a new inst_libdir_file function which will try to expand metacharacters on each lib directory: inst_libdir_file "libdevmapper-event-lvm*.so"
2012-04-0595nfs/nfs-lib.sh: add server-ip to nfs server searchHarald Hoyer1-0/+1
2012-02-2595nfs/module-setup.sh: removed "egrep" and "ls" callsHarald Hoyer1-1/+5
2012-02-2295nfs/module-setup.sh: whitespace fixupHarald Hoyer1-1/+1
2012-02-22Renamed all shell scripts to *.shHarald Hoyer2-1/+1
2012-02-1595nfs/nfs-lib.sh: do not bail out at sourcing in nfsroot_from_dhcp()Harald Hoyer1-1/+1
nfsroot_from_dhcp() returned with failure if one of /tmp/net.$iface.override /tmp/dhclient.$iface.dhcpopts was missing
2012-02-15port nfsroot to nfs-libWill Woods1-87/+4
Rewrite nfsroot to use nfs-lib. The functionality should be unchanged. Signed-off-by: Will Woods <wwoods@redhat.com>
2012-02-1595nfs: add nfs-lib.shWill Woods2-0/+140
nfs-lib.sh contains a bunch of functions used to parse NFS "url"s of various types, pull nfs information out of dhcp info, and actually perform nfs mounts sanely. Signed-off-by: Will Woods <wwoods@redhat.com>
2012-02-13shutdown on demandHarald Hoyer1-1/+1
Do not save and restore the initramfs, but instead, just unpack the default initramfs for shutdown on shutdown.
2012-02-07split nfs rpc daemons startup scriptDave Young3-15/+18
fstab-sys will mount nonroot nfs as well, so we need to split the necessary code from nfsroot to start rpc daemon as hook script. Signed-off-by: Dave Young <dyoung@redhat.com>
2012-02-07source dracut-lib.sh in nfs cleanup scriptDave Young1-0/+2
nfsroot-cleanup.sh need source dracut-lib.sh for function incol2 Signed-off-by: Dave Young <dyoung@redhat.com>
2012-02-07add nobody group for rpc.idmapdDave Young1-0/+1
Add nobody group due to rpc.idmapd will fail to startup without nobody group Signed-off-by: Dave Young <dyoung@redhat.com>
2012-01-23deal common part of etc passwd in 99baseDave Young1-2/+0
ssh module will need root user in /etc/passwd, so add root and nobody to /etc/passwd in 99base instead of nfs module Signed-off-by: Dave Young <dyoung@redhat.com>
2012-01-13nfs: fix regex patterns in check()Cong Wang1-3/+3
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
2012-01-13Check module dependencies of mount pointsCong Wang1-1/+1
Like -H, we need to poll every module to check if it is needed to mount a specific device in '--mount'. Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
2011-12-15*/module-setup.sh: use host_fs_types host_devsHarald Hoyer1-4/+10
For the $hostonly case, use $host_fs_types and $host_devs to determine, if a module has to be included in the initramfs.
2011-08-12use inst_simple to install non-binary filesHarald Hoyer1-4/+6
2011-08-12removed sourceforge referencesHarald Hoyer1-1/+1
2011-05-12dracut-functions: make local vars local and prefix with "_"Harald Hoyer1-6/+8
2011-05-10removed trailing whitespacesHarald Hoyer4-9/+9
2011-05-02let rpc user own /var/lib/rpcbindHarald Hoyer1-1/+3
https://bugzilla.redhat.com/show_bug.cgi?id=698160
2011-04-08get rid of absolute PATHsHarald Hoyer1-3/+3
2011-04-08mkdir always with -m 0755Harald Hoyer2-4/+5
2011-03-29Ensure rpc_pipefs is mountedJon Ander Hernandez1-0/+3
While on some systems (like Fedora) rpc_pipefs is mounted automatically when sunrpc module is loaded, on Debian based systems it needs to be mounted manually.
2011-03-25Move all hooks to "$hookdir"Harald Hoyer2-3/+3
hookdir=/lib/dracut/hooks for now, to keep the root directory clean
2011-03-25check for getarg() function before sourcing dracut-lib.shHarald Hoyer2-2/+2
make use of "type getarg" to check, if we really need to source dracut-lib.sh
2011-02-23add missing shebangHarald Hoyer1-0/+1
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer4-66/+69
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-10nfs/install: fixed s/LIBDIR/libdirHarald Hoyer1-1/+1
2010-09-10reformat source codeHarald Hoyer6-21/+37
removed tabs and set indention to 4 spaces added emacs and vi format headers
2010-08-23fixed "use $libdir and $usrlibdir instead of ..."Harald Hoyer1-1/+1
2010-08-23use $libdir and $usrlibdir instead of individual detect with lddAmadeusz Żołnowski1-9/+5
2010-08-23use 'type' built-in instead of external cmd 'which' in every Bash scriptAmadeusz Żołnowski2-6/+6
2010-05-19chmod 0755 *.shHarald Hoyer1-0/+0
2010-04-16nfs: add missing nfsidmap libsHarald Hoyer1-1/+2
2010-04-15nfs: fixed nsswitch.conf parsingHarald Hoyer1-8/+4
based on a patch of Ian Dall. https://bugzilla.redhat.com/show_bug.cgi?id=578060
2010-02-18fix IFS restoringHarald Hoyer1-2/+2
2010-02-15nfs4: rpc.idmapd does not accept parameters anymoreHarald Hoyer3-8/+15
modify /etc/idmapd.conf instead
2010-02-10nfs: suppress error message about missing passwdHarald Hoyer1-1/+1
2010-02-10make nfs4 workHarald Hoyer1-0/+1
2010-02-04add preliminary IPv6 supportHarald Hoyer2-78/+4
2009-11-26nfs: add rd_NFS_DOMAIN parameter to set the NFSv4 domain nameHarald Hoyer1-1/+5
https://bugzilla.redhat.com/show_bug.cgi?id=537969
2009-11-26nfs: install passwd entries for nobody and nfsnobodyHarald Hoyer1-0/+2
2009-10-01nfs/nfsroot: do not redirect output on rdnetdebugHarald Hoyer1-6/+0
nfsroot is now in the initqueue
2009-10-01nfs: specify nfs version 3 explicitly and retry with nfs version 2Harald Hoyer1-2/+3
2009-09-15network: break udevsettle earlyHarald Hoyer1-0/+7