Harald Hoyer
8a240aca9e
require kpartx and partx for some modules
13 years ago
Harald Hoyer
13f77e9fd5
add documentation for systemd services in the initramfs
13 years ago
Harald Hoyer
c008b0ce10
Turn on systemd again and Conflict < systemd-187
13 years ago
Harald Hoyer
6da9cb4ba7
dracut.conf.d/fedora.conf.example: disable systemd for now
13 years ago
Harald Hoyer
7a1f355fb5
dracut.spec: add suse version ifdefs
13 years ago
Harald Hoyer
030ade7590
Fixes for systemd-187, which does the right thing for switch-root
13 years ago
Harald Hoyer
2023d8eb5b
Makefile: do not install service from 98systemd. They are copied to /run
13 years ago
Harald Hoyer
6795dcc4fc
require systemd >= 186
13 years ago
Harald Hoyer
d96c3254e8
dracut.spec,dracut.conf.d/fedora.conf.example: no dash
...
hard remove dash from supported modules
we do not want to have anything to do with dash bugs
13 years ago
Harald Hoyer
0e14946a20
add lsinitrd and mkinitrd man pages
13 years ago
Harald Hoyer
f4031e8a9a
move dracut-install to dracutbasedir
...
We do not want to install dracut-install to /usr/bin until all
interfaces are set to stone and the manpage is written. Until then the
tool is dracut internal.
13 years ago
Harald Hoyer
026b81e980
install/*: add dracut-install tool
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
1e2673fd98
dracut.spec: require systemd >= 44-15
13 years ago
Harald Hoyer
ef914f7d83
add 04watchdog dracut module
13 years ago
Harald Hoyer
982d59afea
drop 10rpmversion module and introduce /etc/initrd-release
13 years ago
Harald Hoyer
dbf8f6ba0e
add dracut-version.sh
13 years ago
Harald Hoyer
afd1fd8d41
Makefile: install dracut service files from systemd dracut module
13 years ago
Harald Hoyer
6e26f9b447
dracut.spec: add 98systemd module
13 years ago
Harald Hoyer
f6a58604a0
dracut.spec: require "file"
13 years ago
Harald Hoyer
04ab68a4dd
dracut.spec: do not include IMA and selinux modules with systemd
13 years ago
Lennert Buytenhek
a7c9cbe1a2
virtfs root filesystem support
...
Qemu/KVM provides virtfs, a paravirtualised filesystem that is
implemented by running the Plan 9 folder sharing protocol over
virtio.
Make booting with root=virtfs:foobar use the virtfs filesystem
with mount tag 'foobar' as root filesystem, to allow booting
virtual machines off virtfs.
Note that this only handles 9p over virtio (i.e. virtfs), and
doesn't attempt to handle mounting 9p filesystems over TCP/IP,
for example.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
13 years ago
Harald Hoyer
50bc2253d3
do not use dracut shutdown, if something failed while unpacking
...
also require "xzcat"
13 years ago
Harald Hoyer
b80078af39
add s390 cms setup
13 years ago
Harald Hoyer
abbb76fe93
Do not mount --bind /run anymore
...
switch_root in util-linux 2.21 does mount --move /run also
13 years ago
Harald Hoyer
4ce3a1b1bb
precompile doc
13 years ago
Harald Hoyer
dc824f1994
remove dracut-gencmdline
13 years ago
Harald Hoyer
d33d60774f
dracut.spec: add 98pollcdrom
13 years ago
Harald Hoyer
b7ddf6c1d8
make bzip2 optional
13 years ago
Harald Hoyer
7a5f1ee46a
dracut.spec: require "hardlink"
13 years ago
Harald Hoyer
a6b63f9192
dracut.spec,Makefile: backward compat symlink for dracut-functions.sh
13 years ago
Harald Hoyer
b019d405d9
dracut.spec: changes for RHEL-6
13 years ago
Harald Hoyer
552ecca6db
Renamed all shell scripts to *.sh
13 years ago
Harald Hoyer
5c4bb360e3
dracut.spec: add missing modules
13 years ago
Harald Hoyer
fb67e4aa36
shutdown on demand
...
Do not save and restore the initramfs, but instead, just unpack the
default initramfs for shutdown on shutdown.
13 years ago
Harald Hoyer
4cfd24d179
Backup and restore /run/initramfs via systemd services
...
This saves the space /run/initramfs is taking for the shutdown
13 years ago
Harald Hoyer
5ccc88a742
omit dash for fedora
13 years ago
Harald Hoyer
437cecb967
dracut.spec: s/usrmove/convertfs
13 years ago
Harald Hoyer
e4d85a77aa
dracut.spec: create compat symlink, instead of %ghost
13 years ago
Harald Hoyer
4cbc0c79ac
dracut.spec: add compat symlinks to /sbin
13 years ago
Harald Hoyer
ae8b82e395
add usrmove module
13 years ago
Cong Wang
a29cf54c02
fix rpm build error after adding ssh-client module
...
This patch fixes the following error when building rpm,
error: Installed (but unpackaged) file(s) found:
/usr/lib/dracut/modules.d/95ssh-client/module-setup.sh
Based on my kdump tree.
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
13 years ago
Peter Robinson
e263867f6b
mktemp was long obsoleted by coreutils
...
commit 2e55bb35640c5c2b3b5604e06232cc679559defa
Author: Peter Robinson <pbrobinson@gmail.com>
Date: Wed Jan 11 10:28:05 2012 +0000
mktemp was long obsoleted by coreutils
dracut.spec | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
13 years ago
Harald Hoyer
828feae4f1
dracut.spec: remove unnecessary dependencies
...
Since the initramfs generation is done in %postrans of the kernel rpm,
we can drop all hard requirements.
Also make some requirements a conflict to express the version
dependency.
13 years ago
Harald Hoyer
76bba2a1fc
dracut.spec: only apply patches, if there are any
13 years ago
Harald Hoyer
45abddb069
renamed dracut.kernel.7 to dracut.cmdline.7
13 years ago
Harald Hoyer
ed919de0a7
dracut.spec: move sbindir from /sbin to /usr/bin
...
https://fedoraproject.org/wiki/Features/UsrMove
13 years ago
Harald Hoyer
c5a6599080
Makefile, dracut.spec: move dracut to /usr/lib/dracut
...
Move dracut to /usr/lib/dracut.
We should not have picked /usr/share/dracut. Dracut is no ordinary "data".
13 years ago
Harald Hoyer
2e1b9171bf
02fips-aesni: add fips with aesni-intel
...
add this dracut module, if you want to start in FIPS mode with
the aesni-intel kernel module
13 years ago
Harald Hoyer
01f896d38e
dracut.spec: remove xen module
13 years ago