Harald Hoyer
0a9d5422c6
dracut.kernel.7.xml: add FIPS parameter doc
14 years ago
Harald Hoyer
02c1bd6bb6
fips: add "rd.fips.skipkernel" boot option
14 years ago
Harald Hoyer
1cd1da13da
iscsi: add additional hardcoded modules
...
https://bugzilla.redhat.com/show_bug.cgi?id=692781
https://bugzilla.redhat.com/show_bug.cgi?id=689694
14 years ago
Harald Hoyer
ea8ca78af0
crypt/parse-crypt.sh: fix udev rule creation
14 years ago
Harald Hoyer
dc4fc03e4b
fcoe/parse-fcoe.sh: s#source#.#g
...
dash does not understand "source"
14 years ago
Amadeusz Żołnowski
76353076c0
dracut: don't fail on empty /etc/ld.so.conf.d/
14 years ago
Harald Hoyer
829c258554
lsinitrd: default to /boot/initramfs-$(uname -r).img
14 years ago
Harald Hoyer
5dcd565dab
NEWS: inc version and add NEWS
14 years ago
Harald Hoyer
7838d85351
dracut.spec: drop net-tools requirement
14 years ago
Harald Hoyer
db59288d79
PKGBUILD, debian/*: changed URLs to kernel.org
14 years ago
Harald Hoyer
82794b4b90
dracut.spec: fixed URL
14 years ago
Harald Hoyer
b4fbdbbe1e
Makefile: "make dist" now generates .tar.gz
14 years ago
Harald Hoyer
9853774351
base/init: reset PATH after the /run move
14 years ago
Harald Hoyer
79471f365e
base/dracut-lib.sh: changed kmgs log levels
...
New kernel/dmesg understands syslog levels, so we log with "+24" to indicate
that dracut is a daemon (current init).
14 years ago
Harald Hoyer
98b108284c
dmsquash-live/dmsquash-live-genrules.sh: fixed udev rule location
...
Fixed the rule directory to $UDEVRULESD
14 years ago
Harald Hoyer
8ee30d09a4
plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth
14 years ago
Harald Hoyer
01583ae4ad
fips: fixed "boot=<dev>" handling
14 years ago
Harald Hoyer
249f8b5bfc
base/init: fixed compat /dev/.initramfs copy
14 years ago
Harald Hoyer
561d7f4d7c
doc: s#/init.log#/run/initramfs/init.log#g
14 years ago
Harald Hoyer
4ad453445a
base/dracut-lib.sh: relax getargbool value parsing
...
if a non-boolean value was specified, like "yes" or "no",
getargbool() would error, because we check for "$val -eq 0"
14 years ago
Harald Hoyer
e620bb01da
base/init: fix cdrom polling
14 years ago
Harald Hoyer
7931bf0420
plymouth gensplash: check for console_init before calling it
...
Thanks Jon Ander Hernandez!
14 years ago
Jon Ander Hernandez
c174aea07d
Ensure rpc_pipefs is mounted
...
While on some systems (like Fedora) rpc_pipefs is mounted
automatically when sunrpc module is loaded, on Debian based systems it
needs to be mounted manually.
14 years ago
Harald Hoyer
85323dcbb9
40network/dhcp-root.sh: s#initqueue-finished#initqueue/finished#g
14 years ago
Harald Hoyer
8bc650d9dc
dracut: add "/lib/firmware/updates" to default firmware path
14 years ago
Harald Hoyer
ea216a650e
dracut: removed extra char in "Including modules done"
14 years ago
Harald Hoyer
a16ebfd56a
dracut-functions: bashified ret=ret+$? to ret+=$?
14 years ago
Harald Hoyer
2aad23443e
dracut: source reformat with line breaks
14 years ago
Harald Hoyer
8a5354a9a5
dracut: simplify $kernel version argument setting
14 years ago
Amadeusz Żołnowski
dbf381f7fb
dracut: don't skip zero-length string outfile argument
...
When '' was passed as outfile, dracut generated name with following
pattern:
/boot/initramfs-$kernel
With commit 486a1b9324
dracut skips ''
argument.
14 years ago
Harald Hoyer
1080ce600a
Revert "dracut: don't skip zero-length string outfile argument"
...
This reverts commit 0dd37f13c5
.
14 years ago
Harald Hoyer
0dd37f13c5
dracut: don't skip zero-length string outfile argument
...
When '' was passed as outfile, dracut generated name with following
pattern:
/boot/initramfs-${kernel}.img
With commit 486a1b9324
dracut skips ''
argument.
14 years ago
Harald Hoyer
6981a0bfe7
NEWS: update
14 years ago
Harald Hoyer
e232c168d8
dracut.conf.d/fedora.conf.example: change stdloglvl to 3
14 years ago
Harald Hoyer
66259efc14
AUTHORS: update
14 years ago
Harald Hoyer
dc36969ae1
02caps: changed pre-pivot priority to 00
...
caps should be dropped before any actions with the mounted rootfs happen
14 years ago
Harald Hoyer
ec88eb91d6
10rpmversion/version.sh: version file moved to /lib/dracut
14 years ago
Harald Hoyer
9a54908fd7
NEWS: update
14 years ago
Harald Hoyer
5b2cc025f4
99base/init: fall back to manual cdrom polling
14 years ago
Harald Hoyer
1489c9b1af
40network: make dhclient mandatory again
14 years ago
Amadeusz Żołnowski
86d404513f
40network: install dhclient, brctl and ifenslave optionally
...
Warning given by check() function in case if any of those binaries
doesn't exist was removed, because it's produces by "dracut_install -o"
later.
14 years ago
Amadeusz Żołnowski
adcccd187d
dracut.conf.5.xml, dracut.8.xml: logging options and -M documented
14 years ago
Amadeusz Żołnowski
956af8f26e
dracut: new option: -M, --show-modules - lists modules on build
...
Module name is printed to standard output before its inclusion.
14 years ago
Amadeusz Żołnowski
d60b71e8e8
dracut-logger: /dev/log is socket, not character device
...
Fixed typo in error message by the way.
14 years ago
Amadeusz Żołnowski
d1ef3951f3
modules.d: logging functions adjusted to dracut-logger
14 years ago
Amadeusz Żołnowski
e27770e10c
dracut-functions: logging functions adjusted to dracut-logger
14 years ago
Amadeusz Żołnowski
0b70674329
dracut-functions: code formatting corrected
14 years ago
Amadeusz Żołnowski
b991617f19
dracut: when stdloglvl not set defaulted to 0 - should be 4
...
Removed unnecessary stdloglvl default in dracut.conf.
14 years ago
Amadeusz Żołnowski
9ebc51100b
dracut-logger: 'user' facility for build-time and 'daemon' for boot-time
14 years ago
Harald Hoyer
0874654c78
dracut-functions: try to find dracutbasedir, if not set
14 years ago