Harald Hoyer
d837ac3984
add /lib/kernel/install.d/51-dracut-rescue.install
...
Upon installation of a kernel, check if a rescue image is already
available and if not, create a non-hostonly generic initramfs image with
the rescue module added.
12 years ago
Harald Hoyer
900e15da34
systemd/module-setup.sh: call systemd in private dir for version
12 years ago
Harald Hoyer
19d69051a3
NEWS: dracut-026
12 years ago
Harald Hoyer
31737a05e1
systemd: add version check in install()
12 years ago
Harald Hoyer
1161f03777
fips: add lzo module
12 years ago
Harald Hoyer
cf24ac8c19
crypt, dmraid, mdraid: use for_each_host_dev_and_slaves_all()
...
To catch _all_ UUIDs and not only the first one, use
for_each_host_dev_and_slaves_all
12 years ago
Harald Hoyer
af3ef92a6b
dmsquash-live: add iso9660 kernel module
12 years ago
Harald Hoyer
c46cda8260
split 95udev-rules/59-persistent-storage.rules to md and dm modules
12 years ago
Harald Hoyer
34bd2be23f
dracut-functions.sh: fix inst_rule_programs()
...
Logic for the $env{.*} check was reversed and env was missing.
Thanks Colin Guthrie!
12 years ago
Harald Hoyer
c3dd68fcf1
iscsi: run iscsiroot even if no network configured
...
Also inject finished hooks for every iscsiroot netroot
12 years ago
Harald Hoyer
3e35441f18
kernel-modules: better match for arm architecure
12 years ago
Harald Hoyer
dde2db3da9
lsinitrd: use /boot/<machine-id>/<kernel-version>/initrd as the default image
...
if /boot/<machine-id> exists; then
use /boot/<machine-id>/<kernel-version>/initrd as the default image;
else fallback to /boot/initramfs-<kernel-version>.img
12 years ago
Harald Hoyer
cbc21754e5
kernel-modules: move some kernel modules out of unconditional install
12 years ago
Harald Hoyer
eb2dc8c34b
systemd: add missing dracut-mount.service dracut-pre-mount.service
12 years ago
Harald Hoyer
c4e098a514
document /usr/lib/dracut/dracut.conf.d
12 years ago
Harald Hoyer
72875215a3
dracut.conf: move default settings to distro example
12 years ago
Harald Hoyer
335bc217b3
dracut.sh: rename source_dirs_prio() to dropindirs_sort()
12 years ago
Harald Hoyer
510aecdbd8
systemd: add missing dracut-mount.sh dracut-pre-mount.sh dracut.target
12 years ago
Harald Hoyer
9dd9d81fc6
add 50-dracut.install
12 years ago
Harald Hoyer
a5b48ce798
add systemd-bootchart module
12 years ago
Harald Hoyer
59afbd8e73
add missing systemd service man pages
12 years ago
Harald Hoyer
348baca3e4
dracut.conf.d/fedora.conf.example: turn off rd.auto
...
realinitpath is not needed anymore for systemd >= 198
12 years ago
Harald Hoyer
83691c413f
testsuite fixup
12 years ago
Harald Hoyer
ca36b9b8f8
base: save host_devs which we need bring up and process them with wait_for_dev
12 years ago
Harald Hoyer
a9c7dc74c4
base: in systemd mode parse-root-opts.sh is in the services
12 years ago
Harald Hoyer
ce862de624
base/dracut-lib.sh: reset /etc/profile
12 years ago
Harald Hoyer
500861cd05
base/init.sh: reset main loop counter, if work is in initqueue
12 years ago
Harald Hoyer
44d26d9209
base/dracut-lib.sh: extend wait_for_dev() for systemd
12 years ago
Harald Hoyer
35270e34d0
rootfs-block/parse-block.sh: wait_for_dev
12 years ago
Harald Hoyer
fe654ff0aa
usrmount: in systemd mode, functionality is in systemd
12 years ago
Harald Hoyer
5e1e1ec060
iscsi, nbd: call write_fs_tab() and write /etc/fstab
12 years ago
Harald Hoyer
2673ff1932
rootfs-block: in systemd mode, functionality is in the dracut services
12 years ago
Harald Hoyer
e8f7ea6794
resume: generate rules already in parse-resume.sh
12 years ago
Harald Hoyer
3899211bfc
resume: in systemd mode move functionality in the dracut services
12 years ago
Harald Hoyer
6e0c1c448d
nfs/nfsroot.sh: trigger nfs mount with cat'ing /etc/fstab
...
otherwise the whole nfs communication can take too long for the
systemd-fstab-generator
12 years ago
Harald Hoyer
6ae68b4674
kernel-modules: handle rd.driver.* in systemd mode in dracut-pre-udev
12 years ago
Harald Hoyer
41eba87b32
dracut_need_initqueue
12 years ago
Harald Hoyer
a1084c02fd
fs-lib/fs-lib.sh: add write_fs_tab()
12 years ago
Harald Hoyer
5ac8420abc
crypt/parse-crypt.sh: don't generate luks rules in systemd mode
12 years ago
Harald Hoyer
24d009507f
btrfs: no need for btrfs_timeout in systemd mode
12 years ago
Harald Hoyer
e9020221a7
crypt: do not cleanup in systemd mode
12 years ago
Harald Hoyer
b59e9e5724
network/netroot.sh: remove the dhcp finished hook, if we have a handler
12 years ago
Harald Hoyer
b5859d6359
i18n: no manual setup needed if systemd is in the game
12 years ago
Harald Hoyer
dbfaae0e34
systemd: changes for new initrd services
...
Requires systemd >= 198
12 years ago
Harald Hoyer
8d85429a44
dracut-functions.sh: add dracut_need_initqueue() dracut_module_included()
...
for all rules files, which reference initqueue also call
dracut_need_initqueue()
12 years ago
Harald Hoyer
3e4ab73cd4
test: make testsuite work with systemd
12 years ago
Harald Hoyer
4e32b2e916
test: removed unused cryptroot-ask.sh scripts
12 years ago
Harald Hoyer
356333b331
test: add finished-false.sh for create-root.sh initqueue job
12 years ago
Harald Hoyer
f62f3a2191
reset initqueue loop counter only if new uevents exist
12 years ago
Harald Hoyer
389333396a
resume: move resume hook from mount to pre-mount
12 years ago