Harald Hoyer
28a6eef3be
profile.py: do not count negative timestamp differences
13 years ago
Harald Hoyer
69b35075f3
dracut.sh: speedup "strip"
13 years ago
Harald Hoyer
744054779f
dracut-functions.sh:find_kernel_modules_by_path() use IFS=:
...
For modules.dep use simpler IFS=: to read the file.
13 years ago
Harald Hoyer
b19c5d51f8
dracut-functions.sh:inst_decompress() simplify function
13 years ago
Harald Hoyer
22048b44db
dracut-functions.sh:inst_simple() do inst_symlink for symlinks
13 years ago
Harald Hoyer
1488a9b34d
Add qemu kernel modules, if we detect a qemu instance
...
Regardless of the host-only setting, add all know kernel driver for qemu
instances to support changing the virtual hardware.
13 years ago
Harald Hoyer
d5b5bb3103
dracut-functions.sh: cp with --reflink=auto and --sparse=auto
...
cp will use COW data copy most of the time. So, it's even better than
hardlink, because we don't have to care about hardlinks, when modifying
files in post.
13 years ago
Harald Hoyer
f8be752874
dracut-functions.sh: mksubdirs(): check for dir existence first
13 years ago
Harald Hoyer
520047c3c4
dracut-functions.sh: replace strstr()
...
the new strstr() is faster, when compared
13 years ago
Harald Hoyer
ae2d48a366
systemd: add ConditionPathExists=/etc/initrd-release to services
13 years ago
Cong Wang
472edf825e
network: support vlan tagged bonding
...
This patch adds support of vlan tagged bonding, for example,
bond0.2. In case of regression, I also tested bond0 and eth0.2,
all work fine.
Cc: Harald Hoyer <harald@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
13 years ago
Harald Hoyer
cc51bc6fdb
systemd/dracut-pre-pivot.sh: copy service files to /run/systemd/system
...
and remove the last info, so that the journal is not restarted again.
13 years ago
Harald Hoyer
55cb17c677
systemd: remove old udev services
13 years ago
Harald Hoyer
ee876e03b9
fixed i18n for systemd and include more config files in host-only
13 years ago
Harald Hoyer
579ca216b4
systemd: remove unneeded systemd services
13 years ago
Harald Hoyer
a20d24ded2
dracut-functions.sh: use "ln -r" instead of shell functions
13 years ago
Harald Hoyer
1e2673fd98
dracut.spec: require systemd >= 44-15
13 years ago
Harald Hoyer
16c88e493f
dracut.conf.d/fedora.conf.example: make systemd default
13 years ago
Harald Hoyer
1e570bf8e3
base/dracut-lib.sh: for systemd start emergency.service
...
do not spawn the shell, start the emergency.service for systemd
13 years ago
Harald Hoyer
d9087a2d85
base/dracut-lib.sh: change output of info() and warn() for systemd
13 years ago
Harald Hoyer
e08710a289
systemd: fixed I/O of services
13 years ago
Harald Hoyer
b03e991113
systemd: fixed ordering of services
13 years ago
Harald Hoyer
a51aa0d0e2
systemd/dracut-pre-udev.service: fixed description
13 years ago
Harald Hoyer
f82659c552
systemd/dracut-pre-pivot.sh: remove trailing space
13 years ago
Harald Hoyer
f653c86229
systemd/dracut-cmdline: make dracut-cmdline a service
...
convert dracut-cmdline from hook to service after the journal
13 years ago
Harald Hoyer
edcbd379d5
systemd/dracut-pre-pivot.sh: stop old udev services
13 years ago
Harald Hoyer
3d3ddf082b
systemd: do not flock for console
13 years ago
Harald Hoyer
f6eb1f1d1f
systemd: do not redirect to /dev/console
13 years ago
Harald Hoyer
b47e023767
systemd: fix emergency.service and rescue.service
13 years ago
Harald Hoyer
529f7bf358
systemd/module-setup.sh: add old udev systemd services
13 years ago
Harald Hoyer
9f037266ee
systemd: output all service output to the journal also
13 years ago
Harald Hoyer
c7896f1251
dracut-shutdown.service: fixed ordering to be before shutdown.target
13 years ago
Harald Hoyer
361306c131
check for arch before installing drivers/s390
13 years ago
Harald Hoyer
f48f9341a5
disable TEST-16-DMSQUASH for now
13 years ago
Harald Hoyer
d686298315
TEST-50-MULTINIC: libnss cleanup
13 years ago
Harald Hoyer
9f88b0370d
TEST-20-NFS: libnss cleanup
13 years ago
Harald Hoyer
2dbd71b77a
TEST-50-MULTINIC: add watchdog
13 years ago
Harald Hoyer
483b1e3aa8
TEST-20-NFS: add watchdog
13 years ago
Harald Hoyer
c8f3a1c057
TEST-01-BASIC: add watchdog
13 years ago
Harald Hoyer
ef914f7d83
add 04watchdog dracut module
13 years ago
Harald Hoyer
0efc6c716a
plymouth: fixed inst_libdir_file() call
...
https://bugzilla.redhat.com/show_bug.cgi?id=831349
13 years ago
Harald Hoyer
4f9f76cd62
iscsi/module-setup.sh: only install s390 driver on s390 arch
13 years ago
Harald Hoyer
8d95b8b338
Set some global variables in dracut-functions.sh
13 years ago
Harald Hoyer
7abd426438
fixed instmods() return code and set pipefail globally
13 years ago
Harald Hoyer
8fab6e0463
resolve conflict between cms network rules and default rules
13 years ago
Harald Hoyer
c9aa3cc950
Revert "network/ifup.sh: do not default to dhcp, for interfaces without ip=..."
...
This reverts commit ede0532c58
.
13 years ago
Harald Hoyer
f9ad49c2a5
Revert "network/ifup.sh: default to dhcp for BOOTIF"
...
This reverts commit bebb12fd0e
.
13 years ago
Harald Hoyer
3eca0cc846
TEST-50-MULTINIC: install correct nss libs
13 years ago
Harald Hoyer
9f6baa127a
nfs: extend libnss wildcard
13 years ago
Harald Hoyer
f79e587cf3
dracut.sh: unset some variables
13 years ago