Harald Hoyer
b60d5e90a5
fips/fips.sh: die(), if boot=<device> is not present or has wrong format
14 years ago
Harald Hoyer
674bdee804
fips/fips.sh: only trigger udev, if device node of boot is not present
14 years ago
Harald Hoyer
62d0c4e7c1
dracut.spec: add dracut logrotate
14 years ago
Harald Hoyer
0b440844bd
dracut-functions: fixed instmods() return value
...
The FIPS installkernel() relies on the instmods() return value. So only
return 0, if the module and its dependencies were actually installed
correctly.
14 years ago
Harald Hoyer
724b87a6f8
dracut-functions: check for missing dracut modules
...
If the user explicitly specified "-a <modules>" or "-m <modules>",
warn him about possible missing modules.
14 years ago
Harald Hoyer
5242d8fb57
dracut-functions: if .hmac files are present, install them also
...
For FIPS mode, we need all checksum files, called .<filename>.hmac. So,
if we find one, we install it.
14 years ago
Harald Hoyer
1a0d82a3dd
dracut-functions: space
14 years ago
Harald Hoyer
ebaee770ac
dracut-functions: more verbose logging message format
14 years ago
Harald Hoyer
ee89f47453
dracut-functions: check if directory of logfile is writable
...
Do not check, if the logfile itsself is writable. Check the directory
instead.
14 years ago
Harald Hoyer
58dad7025b
dracut: more verbose logging
14 years ago
Amadeusz Żołnowski
5d72984a01
Gentoo ebuild for LVM2 prior to 2.02.63-r1 doesn't install rules:
...
10-dm.rules
11-dm-lvm.rules
13-dm-disk.rules
95-dm-notify.rules
but provides only 64-device-mapper.rules combining more or less the
above rules files.
14 years ago
Amadeusz Żołnowski
f90fd5b34b
dracut-functions: fixed doubled $initdir prefix inst_library()
...
Commit 172d85b9c9
caused following error:
./dracut-functions: line 307: cd: /tmp/initramfs.mP7cPY/tmp/initramfs.mP7cPY/lib64: No such file or directory
Patch removes beginning $initdir for symlink case.
14 years ago
Harald Hoyer
9d49507f80
kernel-modules: add hid-cherry hid-logitech hid-microsoft kbd drivers
14 years ago
Harald Hoyer
e38e9e3f5e
AUTHORS: update
14 years ago
Harald Hoyer
6f590cd1c5
dracut: do not use "derror", when we cannot find dracut-functions
14 years ago
Harald Hoyer
41f90cbe50
dracut.spec: add /var/lib/initramfs
14 years ago
Harald Hoyer
7d4f1101bc
add missing editor format commands
14 years ago
Harald Hoyer
8ce58f1f42
add missing shebang
14 years ago
Harald Hoyer
2826a877af
90lvm/lvm_scan.sh: removed garbage line
14 years ago
Harald Hoyer
53570e16c3
90lvm/lvm_scan.sh: fixed lvm version parsing
14 years ago
Harald Hoyer
94cce410aa
vconsole.font.unicode -> vconsole.unicode
14 years ago
Andrey Borzenkov
06e07df001
fix c0a82e271e
...
Let inst_key_val usage agree with above patch :)
Also UNICODE is rather global console property, not font specific
(and if anything, is rather keyboard specific). Let it be just
vconsole.unicode
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
Cc: initramfs@vger.kernel.org
14 years ago
Harald Hoyer
9edf1b206b
init: set cdrom polling in kernel
...
and reset to -1 after we are done.
14 years ago
Harald Hoyer
440a4cc247
Makefile: do not dash syntax check module-setup.sh
...
module-setup.sh is bash syntax, so dash complains about bash contructs
14 years ago
Harald Hoyer
b282107fa9
lvm: use --sysinit, if lvm version >= v2.02.65
14 years ago
Harald Hoyer
0ce274f02b
selinux: turn off selinux by default
...
In Fedora selinux is now handled by systemd. If you want to enable
selinux by default, just add it to your /etc/dracut.conf.d/01-dist.conf
with:
add_dracutmodules+=" selinux "
14 years ago
Harald Hoyer
c0a82e271e
i18n: default to vconsole.font.unicode=1
14 years ago
Harald Hoyer
ebaed7d51f
i18n: fixed config file parsing in hostonly mode
...
I accidently removed some parenthesis.
14 years ago
Jon Ander Hernandez
172d85b9c9
dracut-functions: fixed installing libraries which links to another directory
...
$ ldd `which bash` | grep ld
/lib64/ld-linux-x86-64.so.2 (0x00007fa1cc3ff000)
$ readlink -f /lib64/ld-linux-x86-64.so.2
/lib/ld-2.12.1.so
So inst_library /lib64/ld-linux-x86-64.so.2 was doing :
(cd "/tmp/initramfs.4uaeD9/lib64" && ln -s "/lib/ld-2.12.1.so"
"ld-linux-x86-64.so.2")
But, /tmp/initramfs.4uaeD9/lib64 -> /lib... :-S
14 years ago
Harald Hoyer
81c6e7fb69
dracut-functions: handle shared objects in find_binary w/o the exec flag
14 years ago
maximilian attems
f63c30d89b
dracut: Don't suppress the modprobe error output.
...
It happens that either due to newer modprobe or missing depmod
module-init-tools cries.
Suppressing the error ensures for a funny debug search for the user.
Resulting initramfs is generally unbootable due to missing module deps.
Better use the quiet option of modprobe itself.
It makes it less chatty, but doesn't suppress "fatal" errors.
Signed-off-by: maximilian attems <max@stro.at>
14 years ago
Harald Hoyer
1cedde0681
plymouth: touch /dev/.systemd/plymouth
...
until plymouth does it itsself, touch /dev/.systemd/plymouth
https://bugzilla.redhat.com/show_bug.cgi?id=676302
14 years ago
Harald Hoyer
c965ed2db4
dracut.8.xml: corrected typo
14 years ago
Harald Hoyer
52889453c1
dracut-functions: write to $HOME/dracut.log instead of /tmp/dracut.log
14 years ago
Harald Hoyer
534b0525a5
dracut.spec: add biosdevname
14 years ago
Harald Hoyer
051501eea6
add rpmversion and fips to the fedora default modules
14 years ago
Harald Hoyer
71df3c4329
renamed module-info.sh to module-setup.sh
14 years ago
Harald Hoyer
6ae5caf008
version 008
14 years ago
Harald Hoyer
b9d7fda0e1
selinux: call emergency_shell for failures
14 years ago
Harald Hoyer
e6752f1a6c
fips: add aes-xts module
14 years ago
Harald Hoyer
46bc0593ac
dracut: use derror for error messages
14 years ago
Harald Hoyer
76c4613abc
multipath: use new "-B" parameter
14 years ago
Harald Hoyer
7238aa0cf0
base/init: do not poll cdrom, if kernel supports polling
14 years ago
Harald Hoyer
95d2dabc25
replaced check,install,installkernel with module-info.sh
14 years ago
Harald Hoyer
07caee2662
add 97biosdevname dracut module
14 years ago
Harald Hoyer
b43f4df540
iscsi: changed parameters to new rd.iscsi style
14 years ago
Harald Hoyer
a2b5bb004d
dracut.kernel.7.xml: s/rd_ZNET/rd.znet
14 years ago
Harald Hoyer
444061de67
base/init: drop "noexec" from /dev/shm
14 years ago
Harald Hoyer
ee1fa07f3d
base/install: create emergency subdir
14 years ago
Harald Hoyer
cf3bc080c1
dracut.spec: removed "mount" requirement
...
mount is part of util-linux-ng. There is no mount package.
14 years ago