summaryrefslogtreecommitdiff
path: root/dracut.spec
AgeCommit message (Collapse)AuthorFilesLines
2013-03-20dracut.spec: use configureHarald Hoyer1-9/+6
2013-03-20dracut.spec: use pkg-config for bashcompletiondirHarald Hoyer1-1/+4
2013-03-19add dracut.bootup.7 man pageHarald Hoyer1-0/+1
2013-03-15dracut.spec: bump systemd version requirementHarald Hoyer1-1/+1
2013-03-14dracut.spec: fix requirementsHarald Hoyer1-2/+2
2013-03-13dracut.spec: fix requirementsHarald Hoyer1-3/+3
2013-03-13add dracut-bash-completion.shHarald Hoyer1-0/+1
2013-03-13systemd: local-fs.target is now root-fs.target and initrd-fs.targetHarald Hoyer1-1/+2
Also rename dracut.target to initrd.target see also systemd commit 700e07f http://cgit.freedesktop.org/systemd/systemd/commit/?id=700e07f
2013-03-12dracut.spec: add nohostonly and norescue subpackagesHarald Hoyer1-1/+28
we need rpm subpackages, to be able to pull them in the installation transaction for the initial %posttrans initramfs image creation.
2013-03-11add 51-dracut-rescue-postinst.shHarald Hoyer1-5/+13
also fixup 51-dracut-rescue.install to read in dracut conf
2013-03-09dracut.spec: add rescue moduleHarald Hoyer1-0/+1
2013-03-09fedora.conf.example: make hostonly default for fedoraHarald Hoyer1-4/+3
2013-03-09add /lib/kernel/install.d/51-dracut-rescue.installHarald Hoyer1-0/+1
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.
2013-03-07add 50-dracut.installHarald Hoyer1-0/+3
2013-03-07add systemd-bootchart moduleHarald Hoyer1-0/+9
2013-03-06systemd: changes for new initrd servicesHarald Hoyer1-1/+1
Requires systemd >= 198
2013-02-19introduce /usr/lib/dracut/dracut.conf.d/ drop-in directoryHarald Hoyer1-5/+6
/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.
2013-02-05mdmon: renamed mdmon-offroot@.service to mdmon@.serviceHarald Hoyer1-0/+2
2013-01-23dracut.spec: add drm moduleHarald Hoyer1-0/+1
2012-12-14dracut.spec: add iputils and iproute requirement for dracut-networkHarald Hoyer1-0/+2
2012-10-10consistently lowercase "dracut"Harald Hoyer1-7/+7
2012-07-30dracut.spec: add Requires: kbd kbd-miscHarald Hoyer1-0/+1
2012-07-27dracut.spec: add cifs moduleHarald Hoyer1-0/+1
2012-07-26Makefile: fixed dracut-install make targetHarald Hoyer1-0/+1
2012-07-25require kpartx and partx for some modulesHarald Hoyer1-0/+1
2012-07-23add documentation for systemd services in the initramfsHarald Hoyer1-0/+1
2012-07-20Turn on systemd again and Conflict < systemd-187Harald Hoyer1-1/+1
2012-07-17dracut.conf.d/fedora.conf.example: disable systemd for nowHarald Hoyer1-1/+1
2012-07-16dracut.spec: add suse version ifdefsHarald Hoyer1-5/+7
2012-07-16Fixes for systemd-187, which does the right thing for switch-rootHarald Hoyer1-1/+1
2012-07-09Makefile: do not install service from 98systemd. They are copied to /runHarald Hoyer1-3/+2
2012-07-09require systemd >= 186Harald Hoyer1-1/+1
2012-07-06dracut.spec,dracut.conf.d/fedora.conf.example: no dashHarald Hoyer1-1/+3
hard remove dash from supported modules we do not want to have anything to do with dash bugs
2012-07-03add lsinitrd and mkinitrd man pagesHarald Hoyer1-0/+2
2012-07-02move dracut-install to dracutbasedirHarald Hoyer1-2/+7
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.
2012-06-29install/*: add dracut-install toolHarald Hoyer1-1/+1
2012-06-29Add qemu kernel modules, if we detect a qemu instanceHarald Hoyer1-0/+2
Regardless of the host-only setting, add all know kernel driver for qemu instances to support changing the virtual hardware.
2012-06-21dracut.spec: require systemd >= 44-15Harald Hoyer1-0/+1
2012-06-18add 04watchdog dracut moduleHarald Hoyer1-0/+1
2012-05-22drop 10rpmversion module and introduce /etc/initrd-releaseHarald Hoyer1-2/+1
2012-05-22add dracut-version.shHarald Hoyer1-0/+1
2012-05-16Makefile: install dracut service files from systemd dracut moduleHarald Hoyer1-0/+1
2012-05-09dracut.spec: add 98systemd moduleHarald Hoyer1-0/+1
2012-05-07dracut.spec: require "file"Harald Hoyer1-0/+1
2012-04-17dracut.spec: do not include IMA and selinux modules with systemdHarald Hoyer1-3/+13
2012-04-17virtfs root filesystem supportLennert Buytenhek1-0/+1
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>
2012-04-05do not use dracut shutdown, if something failed while unpackingHarald Hoyer1-1/+1
also require "xzcat"
2012-04-05add s390 cms setupHarald Hoyer1-0/+1
2012-03-20Do not mount --bind /run anymoreHarald Hoyer1-3/+3
switch_root in util-linux 2.21 does mount --move /run also
2012-03-14precompile docHarald Hoyer1-2/+4