summaryrefslogtreecommitdiff
path: root/modules.d
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02mdraid/mdraid_start.sh: remove mdmon workaroundHarald Hoyer1-3/+0
2013-03-02btrfs/btrfs_timeout.sh: do not "exit 0"Harald Hoyer1-2/+1
2013-02-22btrfs: Use upstream 64-btrfs.rulesHarald Hoyer2-10/+12
2013-02-21systemd: change path of switch-root.confHarald Hoyer2-4/+3
we do not have to clean it up for /etc/switch-root.conf
2013-02-21lvm/module-setup.sh: use for_each_host_dev_and_slaves_allHarald Hoyer1-1/+1
Use for_each_host_dev_and_slaves_all to get all lvm setups for the host-only case. Thanks to Olivier Thauvin
2013-02-21systemd: add systemd-modules-load.service and hook dirsHarald Hoyer1-1/+11
2013-02-19url-lib/url-lib.sh: remove bashismHarald Hoyer1-1/+1
remove the forgotten bashism "+="
2013-02-18base/init.sh: create /run/logStefan Reimer1-0/+1
If the systemd module is not used /run/log is not created which results in dangeling softlink from /var/log which causes stuff to fail.
2013-02-18btrfs: use "btrfs device ready"Harald Hoyer3-2/+28
2013-02-14systemd: services got renamedHarald Hoyer1-1/+4
2013-02-14dracut-emergency.service: wants systemd-vconsole-setup.serviceHarald Hoyer1-0/+2
2013-02-13resume: Ensure we remove the timout job when we find the resume deviceColin Guthrie1-2/+2
2013-02-13kernel-modules: Add ehci support for kernel 3.8+Thomas Backlund1-1/+2
Kernel 3.8 split ehci-hcd into ehci-hcd, ehci-pci and ehci-platform, so adapt the list to cope with this change.
2013-02-11make nbd port check more robustWim Muskee1-1/+1
The following change makes the check for the nbd port or named export more robust. I wasn't sure whether to include sed in the dracut_install() of module-setup.sh since net already does that (and nbd depends on that).
2013-02-11url-lib/url-lib.sh: add proxy support for curlHarald Hoyer1-0/+3
2013-02-11url-lib/url-lib.sh: remove bashismsHarald Hoyer1-1/+1
2013-02-11systemd/dracut-initqueue.sh: call udevadm settle directlyHarald Hoyer1-1/+1
2013-02-11systemd/dracut-initqueue: run after cryptsetup.targetHarald Hoyer1-0/+1
2013-02-11systemd/dracut-pre-pivot.sh: remove /dev/root symlink after shellHarald Hoyer1-2/+2
2013-02-11systemd: set udev debug/info via config file and report obsolete optionsHarald Hoyer2-3/+3
2013-02-11systemd/dracut-pre-trigger.sh: enable rd.break=pre-trigger debug shellHarald Hoyer1-0/+2
2013-02-11systemd/dracut-cmdline.sh: create /run/log subdirHarald Hoyer1-0/+1
2013-02-11systemd/dracut-pre-trigger.service: load service on demandHarald Hoyer1-0/+2
2013-02-11systemd/dracut-pre-udev.service: load service on demandHarald Hoyer1-0/+2
2013-02-11systemd: trigger systemd-vconsole-setup.service only on demandHarald Hoyer1-1/+14
2013-02-11systemd/dracut-initqueue.sh: replace $UDEV_QUEUE_EMPTYHarald Hoyer1-3/+2
for systemd-udevd the version of udevd is high enough
2013-02-11virtfs: add virtio_pci kernel moduleHarald Hoyer1-1/+1
2013-02-11udev-rules: modify udev rules on initramfs creation timeHarald Hoyer2-2/+2
2013-02-08btrfs/btrfs_finished.sh: use btrfs device ready for probingHarald Hoyer1-0/+1
2013-02-08btrfs/80-btrfs.rules: remove modprobe of btrfs moduleHarald Hoyer1-2/+0
this should be automatically modprobed by the kernel on demand
2013-02-08drm/module-setup.sh: make drm module only install on dependencyHarald Hoyer1-1/+1
2013-02-08url-lib/url-lib.sh: turn off curl globbingHarald Hoyer1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=907497
2013-02-08network/ifup.sh: echo in get_vid() instead of using the return valueHarald Hoyer1-3/+3
The return value is module 256, so VLAN ids > 255 could not be returned.
2013-02-08set peer for point-to-point connectionsDan HorĂ¡k2-7/+7
network/net-lib.sh: only set net vars, if they have a value
2013-02-06Provide devices to enable booting with rd.live.overlay.readonly=1Frederick Grose1-4/+20
2013-02-06network/ifup.sh: enable bridged vlan interfacesKevin Yung1-1/+8
To use vlan for net boot, you need to specify vlan and ip kernel options for the boot interface. For example, vlan=eth1.1:eth1 bootdev=eth1.1 ip=1.2.3.4:1.2.3.4::255.255.255.0:my-hostname:eth1:none To use bridge for net boot, you need to specify bridge and ip kernel option for the boot interface. For example bridge=br1:eth1 bootdev=br1 ip=1.2.3.4:1.2.3.4::255.255.255.0:my-hostname:eth1:none In my environment, I needs to boot machines from network within a vlan or on a bridged network. I found curent dracut release if-up.sh script in 40network module bypass ip setting for both bridge and vlan interface.
2013-02-06Mount /proc before including dracut-lib.sh.Colin Guthrie1-3/+3
When dracut-lib.sh is sourced it checks the command line (when not using systemd) as part of the check_quiet() call. Therefore mount /proc earlier in init. Avoids the error: init: 77: /lib/dracut-lib.sh: /proc/cmdline: No such file or directory
2013-02-05shutdown: call "losetup -D" on shutdownHarald Hoyer2-1/+2
2013-02-05mdmon: renamed mdmon-offroot@.service to mdmon@.serviceHarald Hoyer1-2/+2
2013-01-30network/net-genrules.sh: remove some bashismsHarald Hoyer1-4/+4
2013-01-23rootfs-block/mount-root.sh: fixup for 8b6bf0ef5Harald Hoyer1-1/+2
not only fix the warning message, but the real mount arguments, too
2013-01-23Include crc32c module for xfs.Colin Guthrie2-1/+19
Just like btrfs, xfs now requires CRC module that cannot be resolved via normal module resolving. Move this hack into fs-lib and remove it from btrfs module. https://bugs.mageia.org/show_bug.cgi?id=8676
2013-01-23network/dhclient-script.sh: also touch "/tmp/setup_net_<mac>.ok"Harald Hoyer1-0/+1
2013-01-23romount fixHarald Hoyer1-1/+1
2013-01-23Add memory usage trace to diffrent hook pointsDave Young6-0/+100
Hi, Here is an update of this patch, fixed the local variable issue.
2013-01-23add function getargnumdyoung@redhat.com1-0/+29
For cmdline argument with numeric value, add a new function getargnum It will get proper value with default value as $1, min value as $2, max value as $3, and param name as $4. valid result will be echo to stdout. for nul or value not valid it will just echo the default value. Note: The values should be >=0 [v1->v2]: add arg <minval> [v2->v3]: do not use bash string match =~ Signed-off-by: Dave Young <dyoung@redhat.com>
2013-01-23use linkup in dhclient-script.shDave Young1-4/+2
linkup is a wrapper function for waiting interface ready and up. change to use linkup as what we do in ifup script. Signed-off-by: Dave Young <dyoung@redhat.com>
2013-01-23fix teamd exec in case config does not include devnameJiri Pirko1-1/+1
In case that configuration file did not include name of team device, teamd would not start. Fix this by adding "-t" parameter. Signed-off-by: Jiri Pirko <jiri@resnulli.us>
2013-01-22shutdown: kill all processes and report remaining onesHarald Hoyer2-2/+43
2013-01-22mdraid: add mdmon-offroot@.service and takeover mdmon in shutdownHarald Hoyer2-1/+20