Harald Hoyer
7e9fc37db8
dracut.spec: bump systemd version requirement
12 years ago
Harald Hoyer
bb278147cf
fixed testsuite
12 years ago
Will Woods
81b676a675
fix typo in dracut.conf.5.asc
...
It's /etc/dracut.conf.d, not /etc/dracut/conf.d
12 years ago
Harald Hoyer
6b46e7baa0
systemd: do not use "systemd --version" until fixed
12 years ago
Harald Hoyer
85c85f07e2
systemd: switch to new initrd.target
...
(normal startup)
:
:
v
basic.target
|
______________________/|
/ |
| sysroot.mount
| |
| v
| initrd-root-fs.target
| |
| v
| initrd-parse-etc.service
(custom initrd services) |
| v
| (sysroot-usr.mount and
| various mounts marked
| with fstab option
| x-initrd.mount)
| |
| v
| initrd-fs.target
| |
\______________________ |
\|
v
initrd.target
|
v
initrd-cleanup.service
isolates to
initrd-switch-root.target
|
v
______________________/|
/ |
| initrd-udevadm-cleanup-db.service
| |
(custom initrd services) |
| |
\______________________ |
\|
v
initrd-switch-root.target
|
v
initrd-switch-root.service
|
v
switch-root
12 years ago
Harald Hoyer
c853dc72e9
udev-rules/module-setup.sh: do not install /run/*
12 years ago
Harald Hoyer
18d0c9b858
nfs/nfsroot.sh: only cat /etc/fstab, if existant
12 years ago
Harald Hoyer
0a5fd0dcec
iscsi/iscsiroot.sh: do not mount manually in systemd mode
12 years ago
Harald Hoyer
e0e99c59a5
ifcfg/write-ifcfg.sh: fixed typo
12 years ago
Harald Hoyer
d46394ad33
dracut.spec: fix requirements
12 years ago
Harald Hoyer
87dc81a1f6
dracut-install: handle more ldd errors
12 years ago
Harald Hoyer
ce92ca0527
51-dracut-rescue-postinst.sh: fixed new-kernel-pkg call
12 years ago
Harald Hoyer
c390590fac
TODO: remove completed items
12 years ago
Radek Vykydal
fd8e4aef90
Write BOOTPROTO=ibft for ip=ibft to ifcfg files
12 years ago
Radek Vykydal
c5a742a3bf
Don't write DHCPV6C=yes for each dhcp (ipv4) configuration.
...
Caused probably by commit 32ec0a762d
12 years ago
Harald Hoyer
fc4e10a859
shutdown/shutdown.sh: mount --move all basic mounts out of /oldroot
...
After mount moving /dev away, apps like plymouth can do reexec with fd
passing of devices, which they want to keep open until the very end.
12 years ago
Harald Hoyer
83bb0893ed
dracut.sh: Add --noimageifnotneeded parameter
...
Do not create an image in host-only mode, if no kernel driver is needed
and no $initdir/etc/cmdline/*.conf is generated.
12 years ago
Harald Hoyer
8fdcc1a9b1
kernel-modules: move usb-storage out of fixed drivers
12 years ago
Harald Hoyer
a23b368c92
systemd: remove upstream renamed old service files
12 years ago
dyoung@redhat.com
bbfff3e58b
Add memdebug at different points in 99base/init.sh
...
Previously I added several trace point to the begin of several
init hooks of systemd, old init script also need this debug info.
Doing same here as what's added in the systemd service scripts:
At cmdline hooks adding trace of "1+:mem 1+:iomem 3+:slab"
For other hooks adding trace of "1:shortmem 2+:mem 3+:slab"
Signed-off-by: Dave Young <dyoung@redhat.com>
12 years ago
dyoung@redhat.com
9c322b2f3b
Improve documentation of rd.memdebug
...
Explain more about rd.memdebug verbose level in dracut.cmdline.7.asc.
Signed-off-by: Dave Young <dyoung@redhat.com>
12 years ago
dyoung@redhat.com
dff9a66c44
print memdebug to stderr
...
memory usage tracing outputs are debug info, so it should be moved to
stderr instead of stdout.
Signed-off-by: Dave Young <dyoung@redhat.com>
12 years ago
Harald Hoyer
449b0e0707
dracut-initramfs-restore.sh: also look for image in boot loader spec dir
12 years ago
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