Will Woods
44159d0598
Make dmsquash-live install the squashfs driver
...
dmsquash-live uses squashfs, so let's make sure the driver is installed
14 years ago
Will Woods
3d88d27810
Fix bash logic typo/buglet ([ condition ] & expression)
14 years ago
Amadeusz Żołnowski
b20ff981c4
crypt-lib.sh: moved IFS=: from before 'read' to before 'while'
...
Some versions of dash don't behave as expected with code like this:
while IFS=: read a b c; do
blah
done
Thanks to Eric Mertens who identified the issue.
14 years ago
Harald Hoyer
535ad9d1fb
dracut-lib: improve die() logging
14 years ago
Harald Hoyer
a382492bf3
init: improve emergency logging
14 years ago
Harald Hoyer
8be12be16a
biosdevname: be verbose about biosdevname activation
14 years ago
Harald Hoyer
6fecffaab5
fcoe: add EDD parsing
...
[backport of 70dfe537]
14 years ago
Harald Hoyer
6767fdaaed
lvm: move emergency script from 00 to 90
...
[forward port of cfb4747e]
14 years ago
Harald Hoyer
fcbcc89bb2
crypt: fix emergency script generation
...
[ forward port of e45a2dba]
14 years ago
Harald Hoyer
38ba0d7a62
network: add iBFT interface configuration
...
[forward port of 0828d4c3574693ae80c217229e1bba6948dc9509]
14 years ago
Harald Hoyer
10b5dca0f7
fips/fips.sh: do not load tcrypt with "noexit" parameter
...
"noexit=1" is the default mode for the tcrypt module now.
[forward ported 7e7308158c9149c33309c0d36a6e1126e690fb58]
14 years ago
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
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
Harald Hoyer
9d49507f80
kernel-modules: add hid-cherry hid-logitech hid-microsoft kbd drivers
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
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
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
71df3c4329
renamed module-info.sh to module-setup.sh
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
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
444061de67
base/init: drop "noexec" from /dev/shm
14 years ago
Harald Hoyer
ee1fa07f3d
base/install: create emergency subdir
14 years ago
Harald Hoyer
2ca68bb82b
base/install: make install of "less" optional
14 years ago
Harald Hoyer
e2d86d001a
fips: s/==/=
14 years ago
Harald Hoyer
8082a0946e
multipath/install: install the complete /etc/multipath directory
...
Resolves: rhbz#630911
14 years ago
Harald Hoyer
1b434f1ba9
mdraid/parse-md.sh: create new rules, then mv to old one
...
If udevd is already running, then we should assemble the new rules files
in a seperate file first, before calling it *.rules
Resolves: rhbz#595096
14 years ago
Harald Hoyer
3003cfdf9e
kernel-modules/installkernel: add hid_sunplus to keyboard drivers
14 years ago
Christian Heinz
ab9b7eee0a
fix installation of `modules.builtin.bin'
...
`modules.builtin.bin' is installed like a regular file, thereby ending
up in the wrong place when `--kmoddir' is in effect. Fix this by
specifying the installation destination.
14 years ago
Tomasz Torcz
3f003263d2
- move btrfs rules order from 40 to 80 for ID_FS_TYPE to work (which is populated by 60-persistent-storage.rules)
14 years ago
Lubomir Rintel
ae202ef02e
Search in for KMS-capable drivers in extra/ as well
...
User can have an out-of-tree video driver supporting KMS installed;
Intel GMA500 drivers from RPM Fusion are one example of such module.
14 years ago
Harald Hoyer
7f7a91b75f
base/init: fix init executable check
14 years ago
Harald Hoyer
770b796e52
base/init: honor old "real_init="
14 years ago
Harald Hoyer
b2415f4414
base: use systemd-timestamp for RD_TIMESTAMP, if possible
14 years ago
Harald Hoyer
2eea164db7
base/init: do not set umask
...
somehow /dev/dri gets created with the wrong permissions
https://bugzilla.redhat.com/show_bug.cgi?id=626559
14 years ago
Amadeusz Żołnowski
7a8a33b6cd
dracut-lib.sh: splitsep fix
14 years ago