Harald Hoyer
4a5a9c6d89
dracut.spec: fix requirements
12 years ago
Harald Hoyer
917f3e4d25
add dracut-bash-completion.sh
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
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
fba5fbbdad
dracut.spec: add rescue module
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
9dd9d81fc6
add 50-dracut.install
12 years ago
Harald Hoyer
a5b48ce798
add systemd-bootchart module
12 years ago
Harald Hoyer
dbfaae0e34
systemd: changes for new initrd services
...
Requires systemd >= 198
12 years ago
Harald Hoyer
a42b2b8133
introduce /usr/lib/dracut/dracut.conf.d/ drop-in directory
...
/usr/lib/dracut/dracut.conf.d/*.conf can be overwritten by the same
filenames in /etc/dracut.conf.d.
Packages should use /usr/lib/dracut/dracut.conf.d rather than
/etc/dracut.conf.d. /etc/dracut.conf.d belongs to the system
administrator.
12 years ago
Harald Hoyer
6320d072a1
mdmon: renamed mdmon-offroot@.service to mdmon@.service
12 years ago
Harald Hoyer
b47517140b
dracut.spec: add drm module
12 years ago
Harald Hoyer
3d8a164d0e
dracut.spec: add iputils and iproute requirement for dracut-network
12 years ago
Harald Hoyer
600c876968
consistently lowercase "dracut"
13 years ago
Harald Hoyer
4976edb1a6
dracut.spec: add Requires: kbd kbd-misc
13 years ago
Harald Hoyer
72ee74b9be
dracut.spec: add cifs module
13 years ago
Harald Hoyer
24ba78cb77
Makefile: fixed dracut-install make target
13 years ago
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