Harald Hoyer
1021371daf
i18n: disable systemd-vconsole-setup, until the tool is fixed
14 years ago
Harald Hoyer
6a0b3ccf4e
busybox: install busybox to /usr/bin
14 years ago
Harald Hoyer
b938443e2f
lsinitrd: handle new output of "file" for XZ compressed images
14 years ago
Harald Hoyer
7db18ccd13
dracut-functions: change search path for find_binary
14 years ago
Harald Hoyer
c3b0d83ddf
dracut-functions: handle symlinked directories
14 years ago
Harald Hoyer
785a6cd21c
dracut: handle toplevel symlinks
14 years ago
Harald Hoyer
6f22336784
dracut: s/bzip/bzip2
14 years ago
Harald Hoyer
3da7836035
dracut: fix overlayfs paths
14 years ago
Harald Hoyer
23b28c0ab5
lvm/lvm_scan.sh: remove references to lvm-cleanup
...
lvm-cleanup was removed long time ago
14 years ago
Will Woods
7573ac58f2
Fix "can't shift that many" crash with empty /proc/cmdline
...
If /proc/cmdline is empty (like if root=... is set in /etc/cmdline),
modules.d/99base/init will crash with a message saying "can't shift that
many" right before switch_root. The problem is in the block of code that
tries to look for init args. It does something like:
read CMDLINE </proc/cmdline
[...]
set $CMDLINE
shift
If CMDLINE="" then "set $CMDLINE" will dump all the variables to stdout.
(That should be "set -- $CMDLINE" instead.) Since there's no $1, the
"shift" causes an error, and dracut crashes.
The 'shift' was copy-and-pasted from the previous block. It doesn't
belong here; remove it.
[Harald Hoyer <harald@redhat.com>: corrected commit message]
[Harald Hoyer <harald@redhat.com>: fixed indention]
Signed-off-by: Will Woods <wwoods@redhat.com>
14 years ago
Harald Hoyer
6787b8ccee
dracut: set TMPDIR to /var/tmp
...
we really don't want anything else than /var/tmp for our operations.
/tmp might be too small and any other location might not fit our needs.
14 years ago
Harald Hoyer
00dd4db5d2
dracut.spec: add crypt-gpg module
14 years ago
Harald Hoyer
7417574cdb
cut.conf.d/fedora.conf.example: removed filename in comment
14 years ago
Alan Pevec
f7c05c5514
dmsquash-live/dmsquash-live-root: add missing changes for /run
...
Change to /run/initramfs/squashfs/ was not complete.
14 years ago
Harald Hoyer
29b10e65b1
dracut-functions: make local vars local and prefix with "_"
14 years ago
Harald Hoyer
982e78234c
TODO: update
14 years ago
Harald Hoyer
c09a9932b8
README: s/initrd/initramfs
14 years ago
Amadeusz Żołnowski
7aa622cd14
dracut.conf: explain dracutmodules option better
14 years ago
Amadeusz Żołnowski
37b73a235a
dracut.kernel.7: crypto LUKS - info about gpg-encrypted keys
14 years ago
Harald Hoyer
beb015706b
dracut-lib.sh: warn, even if "quiet" is set
14 years ago
Michal Soltys
6e43debe67
dracut-functions: remove find_rule()
...
Not used anymore.
Signed-off-by: Michal Soltys <soltys@ziu.info>
14 years ago
Michal Soltys
09a19bb1ba
dracut-functions: update inst_binary()
...
This update adds support for sort-of corner case - when explicitly
specified binary (e.g. through dracut_install or inst) is a library
itself.
In such case, we would expect the binary to undergo typical
library-related handling (symlinks and such).
Apart from that, the patch cleans indenting and a few unused variables
in inst_binary() (probably leftovers from the past ?)
Signed-off-by: Michal Soltys <soltys@ziu.info>
14 years ago
Harald Hoyer
0279111026
documentation: update TODO and links
14 years ago
Harald Hoyer
f58c3ccf44
TODO: updated
14 years ago
Harald Hoyer
3b403b32fc
removed trailing whitespaces
14 years ago
Harald Hoyer
e2cdb570ae
dracut-functions: only dinfo() about missing firmware files
...
People are scared about those messages, so only dwarn() if the module
is actually loaded on the system.
14 years ago
Harald Hoyer
9a5393ac7e
dracut: use /var/tmp rather than /tmp for the initramfs creation
...
/tmp might be to small to hold the initramfs image
14 years ago
Harald Hoyer
da5f8554a4
ifcfg/write-ifcfg.sh: do not source net.*.override, if it doesn't exist
14 years ago
Amadeusz Żołnowski
ba902275d5
new module - 91crypt-gpg
...
It's an extension to 90crypt module. Adds support for GPG-encrypted
keys (symmetrically, of course). Module is optional.
14 years ago
Amadeusz Żołnowski
3909d7edfc
crypt: functions for ask-for-password and reading key
...
Asking for password and reading key parts are moved to separate
functions in crypt-lib.sh: ask_for_password and readkey.
14 years ago
Amadeusz Żołnowski
2f95d699dc
crypt-lib.sh: 'command -v' preferred over 'type'
14 years ago
Amadeusz Żołnowski
d04de5fdd0
.gitignore: ignore dracut.html, dracut.conf.d/*.conf files, test.log
14 years ago
Amadeusz Żołnowski
f584c502a6
.gitignore: cleanup (prefix paths with /, remove unnecessary)
...
*~ should be globally ignored anyway. Paths were prefix with / to be
strict.
14 years ago
Harald Hoyer
3cf14ae1ae
parse-kernel.sh: wrong index was used in for loop
...
Thanks Mike Snitzer <msnitzer@redhat.com>
14 years ago
Harald Hoyer
7c18802966
iscsi: find iscsi kernel modules by symbol names
14 years ago
Harald Hoyer
424ecce632
plymouth/gensplash: reset tty after plymouth messed with it
14 years ago
Harald Hoyer
6019e1053c
10i18n: do not use console_init shell script, if systemd-vconsole-setup
...
do not use console_init shell script, if systemd-vconsole-setup is
available
14 years ago
Harald Hoyer
aad6898fe4
10i18n: s/systemd-vconsole/systemd-vconsole-setup/g
14 years ago
Harald Hoyer
44110df25a
base/init: remove double nosuid from devtmpfs mount line
14 years ago
Harald Hoyer
c99014d5ef
console_init/plymouth: use systemd-vconsole, if available
...
also init the console before starting the plymouth daemon
14 years ago
Harald Hoyer
a7ee1cd7f6
test/TEST-13-ENC-RAID-LVM: double test root disk space
14 years ago
Harald Hoyer
c3f7567a65
dracut.kernel.7.xml: clarify iscsi_firmware parameter usage
14 years ago
Harald Hoyer
ba7457ee00
network/parse-ip-opts.sh: fix ifname for ibft with all args
14 years ago
Harald Hoyer
7b069d5ea7
network/net-genrules.sh: also honor rename events
14 years ago
Marian Ganisin
c34130f705
don't overwrite ifname=
...
[Harald Hoyer <harald@redhat.com>: replaced grep with strstr]
[Harald Hoyer <harald@redhat.com>: handle multiple ifname= arguments]
14 years ago
Marian Ganisin
cc8f077e9f
skip condition fixed
14 years ago
Marian Ganisin
ccacb45c52
correct module name
14 years ago
Harald Hoyer
1325cddee9
let rpc user own /var/lib/rpcbind
...
https://bugzilla.redhat.com/show_bug.cgi?id=698160
14 years ago
Harald Hoyer
80df37f475
fcoe: moved edd detection to settled initqueue
...
At the time of modprobing edd, all pci devices must exist and have to be
initialized for the symlinks to work.
14 years ago
Harald Hoyer
979c4a9304
dracut: revert prelink, if fips module was used
14 years ago