Harald Hoyer
4a5a9c6d89
dracut.spec: fix requirements
12 years ago
Harald Hoyer
917f3e4d25
add dracut-bash-completion.sh
12 years ago
Harald Hoyer
7d848c55a6
dracut.sh: add --regenerate-all
12 years ago
Harald Hoyer
7d17d6c976
plymouth: do not install hooks in systemd mode
12 years ago
Harald Hoyer
b8060ef781
systemd: add sysctl.d and sysctl.conf
12 years ago
Harald Hoyer
727543c1e6
systemd: add modules-load.d modules to the initramfs
12 years ago
Harald Hoyer
c85cda9e2f
systemd: local-fs.target is now root-fs.target and initrd-fs.target
...
Also rename dracut.target to initrd.target
see also systemd commit 700e07f
http://cgit.freedesktop.org/systemd/systemd/commit/?id=700e07f
12 years ago
Harald Hoyer
c0c6c74d99
51-dracut-rescue.install: create directory, if it does not exist
12 years ago
Harald Hoyer
d26bd6ca55
lsinitrd.sh: simplify check for boot loader spec dirs
12 years ago
Harald Hoyer
e22eb857be
dracut.spec: add nohostonly and norescue subpackages
...
we need rpm subpackages, to be able to pull them in the installation
transaction for the initial %posttrans initramfs image creation.
12 years ago
Harald Hoyer
2fa6fd3aaa
add 51-dracut-rescue-postinst.sh
...
also fixup 51-dracut-rescue.install to read in dracut conf
12 years ago
Harald Hoyer
dd5875499e
dracut.sh: add swap partitions to host-only setup
12 years ago
Harald Hoyer
d351541ee6
make host_fs_types a hashmap
...
This requires bash >= 4, but hash maps are so much more comfortable
12 years ago
Harald Hoyer
d928724c3c
lsinitrd.sh: removed trailing "}"
12 years ago
Harald Hoyer
727e68d0b5
lsinitrd.sh: fix for default initrd not found, but image given
12 years ago
Harald Hoyer
8d28614e4f
51-dracut-rescue.install: do not unset installonly on remove
12 years ago
Harald Hoyer
fba5fbbdad
dracut.spec: add rescue module
12 years ago
Harald Hoyer
d008b6b89f
dracut.sh: move cleanup trap, just after mktemp
12 years ago
Harald Hoyer
aede120c92
add rescue dracut module
12 years ago
Harald Hoyer
cc2303001e
dracut.sh: add new default path to initramfs according to bootloader spec
...
see kernel-install(8) and
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
12 years ago
Harald Hoyer
54e7d7c32d
dracut.sh: remove (default) marker in --help
12 years ago
Harald Hoyer
bcd352dfa1
fedora.conf.example: make hostonly default for fedora
12 years ago
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