Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-02 | mdraid/mdraid_start.sh: remove mdmon workaround | Harald Hoyer | 1 | -3/+0 | |
2013-03-02 | btrfs/btrfs_timeout.sh: do not "exit 0" | Harald Hoyer | 1 | -2/+1 | |
2013-02-22 | btrfs: Use upstream 64-btrfs.rules | Harald Hoyer | 2 | -10/+12 | |
2013-02-21 | systemd: change path of switch-root.conf | Harald Hoyer | 2 | -4/+3 | |
we do not have to clean it up for /etc/switch-root.conf | |||||
2013-02-21 | lvm/module-setup.sh: use for_each_host_dev_and_slaves_all | Harald Hoyer | 1 | -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-21 | systemd: add systemd-modules-load.service and hook dirs | Harald Hoyer | 1 | -1/+11 | |
2013-02-19 | url-lib/url-lib.sh: remove bashism | Harald Hoyer | 1 | -1/+1 | |
remove the forgotten bashism "+=" | |||||
2013-02-18 | base/init.sh: create /run/log | Stefan Reimer | 1 | -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-18 | btrfs: use "btrfs device ready" | Harald Hoyer | 3 | -2/+28 | |
2013-02-14 | systemd: services got renamed | Harald Hoyer | 1 | -1/+4 | |
2013-02-14 | dracut-emergency.service: wants systemd-vconsole-setup.service | Harald Hoyer | 1 | -0/+2 | |
2013-02-13 | resume: Ensure we remove the timout job when we find the resume device | Colin Guthrie | 1 | -2/+2 | |
2013-02-13 | kernel-modules: Add ehci support for kernel 3.8+ | Thomas Backlund | 1 | -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-11 | make nbd port check more robust | Wim Muskee | 1 | -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-11 | url-lib/url-lib.sh: add proxy support for curl | Harald Hoyer | 1 | -0/+3 | |
2013-02-11 | url-lib/url-lib.sh: remove bashisms | Harald Hoyer | 1 | -1/+1 | |
2013-02-11 | systemd/dracut-initqueue.sh: call udevadm settle directly | Harald Hoyer | 1 | -1/+1 | |
2013-02-11 | systemd/dracut-initqueue: run after cryptsetup.target | Harald Hoyer | 1 | -0/+1 | |
2013-02-11 | systemd/dracut-pre-pivot.sh: remove /dev/root symlink after shell | Harald Hoyer | 1 | -2/+2 | |
2013-02-11 | systemd: set udev debug/info via config file and report obsolete options | Harald Hoyer | 2 | -3/+3 | |
2013-02-11 | systemd/dracut-pre-trigger.sh: enable rd.break=pre-trigger debug shell | Harald Hoyer | 1 | -0/+2 | |
2013-02-11 | systemd/dracut-cmdline.sh: create /run/log subdir | Harald Hoyer | 1 | -0/+1 | |
2013-02-11 | systemd/dracut-pre-trigger.service: load service on demand | Harald Hoyer | 1 | -0/+2 | |
2013-02-11 | systemd/dracut-pre-udev.service: load service on demand | Harald Hoyer | 1 | -0/+2 | |
2013-02-11 | systemd: trigger systemd-vconsole-setup.service only on demand | Harald Hoyer | 1 | -1/+14 | |
2013-02-11 | systemd/dracut-initqueue.sh: replace $UDEV_QUEUE_EMPTY | Harald Hoyer | 1 | -3/+2 | |
for systemd-udevd the version of udevd is high enough | |||||
2013-02-11 | virtfs: add virtio_pci kernel module | Harald Hoyer | 1 | -1/+1 | |
2013-02-11 | udev-rules: modify udev rules on initramfs creation time | Harald Hoyer | 2 | -2/+2 | |
2013-02-08 | btrfs/btrfs_finished.sh: use btrfs device ready for probing | Harald Hoyer | 1 | -0/+1 | |
2013-02-08 | btrfs/80-btrfs.rules: remove modprobe of btrfs module | Harald Hoyer | 1 | -2/+0 | |
this should be automatically modprobed by the kernel on demand | |||||
2013-02-08 | drm/module-setup.sh: make drm module only install on dependency | Harald Hoyer | 1 | -1/+1 | |
2013-02-08 | url-lib/url-lib.sh: turn off curl globbing | Harald Hoyer | 1 | -1/+1 | |
https://bugzilla.redhat.com/show_bug.cgi?id=907497 | |||||
2013-02-08 | network/ifup.sh: echo in get_vid() instead of using the return value | Harald Hoyer | 1 | -3/+3 | |
The return value is module 256, so VLAN ids > 255 could not be returned. | |||||
2013-02-08 | set peer for point-to-point connections | Dan HorĂ¡k | 2 | -7/+7 | |
network/net-lib.sh: only set net vars, if they have a value | |||||
2013-02-06 | Provide devices to enable booting with rd.live.overlay.readonly=1 | Frederick Grose | 1 | -4/+20 | |
2013-02-06 | network/ifup.sh: enable bridged vlan interfaces | Kevin Yung | 1 | -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-06 | Mount /proc before including dracut-lib.sh. | Colin Guthrie | 1 | -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-05 | shutdown: call "losetup -D" on shutdown | Harald Hoyer | 2 | -1/+2 | |
2013-02-05 | mdmon: renamed mdmon-offroot@.service to mdmon@.service | Harald Hoyer | 1 | -2/+2 | |
2013-01-30 | network/net-genrules.sh: remove some bashisms | Harald Hoyer | 1 | -4/+4 | |
2013-01-23 | rootfs-block/mount-root.sh: fixup for 8b6bf0ef5 | Harald Hoyer | 1 | -1/+2 | |
not only fix the warning message, but the real mount arguments, too | |||||
2013-01-23 | Include crc32c module for xfs. | Colin Guthrie | 2 | -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-23 | network/dhclient-script.sh: also touch "/tmp/setup_net_<mac>.ok" | Harald Hoyer | 1 | -0/+1 | |
2013-01-23 | romount fix | Harald Hoyer | 1 | -1/+1 | |
2013-01-23 | Add memory usage trace to diffrent hook points | Dave Young | 6 | -0/+100 | |
Hi, Here is an update of this patch, fixed the local variable issue. | |||||
2013-01-23 | add function getargnum | dyoung@redhat.com | 1 | -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-23 | use linkup in dhclient-script.sh | Dave Young | 1 | -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-23 | fix teamd exec in case config does not include devname | Jiri Pirko | 1 | -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-22 | shutdown: kill all processes and report remaining ones | Harald Hoyer | 2 | -2/+43 | |
2013-01-22 | mdraid: add mdmon-offroot@.service and takeover mdmon in shutdown | Harald Hoyer | 2 | -1/+20 | |