Harald Hoyer
1391a06d80
AUTHORS: update
2012-10-16 16:19:51 +02:00
Harald Hoyer
404815eaf0
prelink and preunlink (for FIPS) in the initramfs
...
also hardlink before strip
2012-10-16 14:57:09 +02:00
Harald Hoyer
6c128565b1
strip initramfs binaries by default (not all for FIPS)
2012-10-16 14:55:45 +02:00
Harald Hoyer
e1cb85802b
Makefile: cleanup xml files
2012-10-16 14:51:42 +02:00
Radek Vykydal
cbd60fcaaf
Do not overwrite ifcfg files generated by Anaconda kickstart ( #865192 )
2012-10-16 14:43:13 +02:00
Harald Hoyer
28a88b6886
fcoe/fcoe-up: sleep for 3s to allow dcb negotiation
...
https://bugzilla.redhat.com/show_bug.cgi?id=813057
2012-10-16 13:25:10 +02:00
Harald Hoyer
7081e99735
network/parse-ip-opts.sh: relax bootdev handling
2012-10-16 13:21:14 +02:00
Harald Hoyer
dc67eda6bf
combine some instmods
2012-10-16 13:16:53 +02:00
Harald Hoyer
b85f723535
udev-rules: do not install all /etc/group
2012-10-16 13:16:18 +02:00
Harald Hoyer
9ff9dde8d7
virtfs: only install by default, if virt environment detected
2012-10-16 13:15:40 +02:00
Harald Hoyer
8714280104
only install /etc/modprobe.d for hostonly
2012-10-16 13:15:21 +02:00
Harald Hoyer
6d70aa7836
lsinitrd.sh: sort by filename
2012-10-16 10:25:10 +02:00
Harald Hoyer
14986b9d58
dracut.cmdline.7.asc: document rd.ctty
2012-10-16 09:40:32 +02:00
Canek Peláez Valdés
e5c9bc1198
Don't install FONT if it's the same as DEFAULT_FONT.
...
If the user defines FONT in /etc/vconsole.conf as the same font
defined in DEFAULT_FONT, when creating her initd she will get a
message similar to this one:
gzip: /var/tmp/initramfs.wzl9Qt/usr/share/consolefonts/LatArCyrHeb-16.psfu
already exists; do you wish to overwrite (y or n)?
Signed-off-by: Canek Peláez <canek@ciencias.unam.mx>
2012-10-16 09:38:17 +02:00
dyoung@redhat.com
fc9bc6f8db
ssh-client: remove ctty related check
...
cttyhack was removed and ctty is supported by default, so no need to
check it in ssh-client module any more.
Signed-off-by: Dave Young <dyoung@redhat.com>
2012-10-16 09:38:17 +02:00
Harald Hoyer
c62b94614d
dracut-functions.sh: don't ask question on gzip uncompress
2012-10-16 09:37:49 +02:00
Harald Hoyer
833685ded5
dracut.cmdline.7.asc: add warning about passwords on the kernel cmdline
2012-10-10 15:56:21 +02:00
Harald Hoyer
3cff5fb56f
dracut*.asc: add documentation about /etc/cmdline.d/*.conf
2012-10-10 15:25:48 +02:00
Harald Hoyer
3e6dad37c4
Makefile: use fedora css for documentation
2012-10-10 14:32:18 +02:00
Harald Hoyer
600c876968
consistently lowercase "dracut"
2012-10-10 14:15:11 +02:00
Harald Hoyer
cc68f78d92
TEST-04-FULL-SYSTEMD/test.sh: fixed $kernel var
2012-10-10 14:14:31 +02:00
Harald Hoyer
48ca487621
install virtio* modules in the generic case
...
https://bugzilla.redhat.com/show_bug.cgi?id=864012
2012-10-09 17:44:29 +02:00
Brian C. Lane
13cb578a37
Add rd.noverifyssl argument ( #852229 )
...
This adds --insecure to the curl args so that self-signed certificates
will be accepted.
2012-10-09 17:37:29 +02:00
Harald Hoyer
df2afa9ff4
test: disable systemd for encryption
2012-10-09 16:46:46 +02:00
Harald Hoyer
76d5c79e9c
dracut-functions.sh: inst_rules_program() skip udev vars ${}
2012-10-08 15:39:23 +02:00
Harald Hoyer
fdf2b152e5
i18n/parse-i18n.sh: correctly populate /etc/vconsole.conf
2012-10-08 15:38:41 +02:00
Harald Hoyer
178c189b0b
shutdown/shutdown.sh: failsafe shutdown for kexec
...
copy kexec from the real root, if it is not found in the unpacked
initramfs for shutdown.
Also drop to an emergency shell, if we can't do the ACTION
2012-10-08 15:37:04 +02:00
Harald Hoyer
14be3b16cd
TEST-20-NFS/test.sh: reformat
2012-10-08 15:36:41 +02:00
Harald Hoyer
2e111dd57a
TEST-50-MULTINIC/test.sh: fix multinic issues
2012-10-08 15:35:57 +02:00
Dave Young
06e9f8870a
return proper value in function dracut_install
...
dracut_install should return the real return value, so module install function
can detect the install failure.
Such as below in 99base:
dracut_install switch_root || dfatal "Failed to install switch_root"
Signed-off-by: Dave Young <dyoung@redhat.com>
2012-10-08 06:17:28 -04:00
Amadeusz Żołnowski
7e0d508002
dracut-functions.sh: find_binary: path starting with variable
...
Credits go to Alexander Tsoy <bugs+gentoo@puleglot.ru> who provided the
patch with following explanation:
I get messages "Skipping program $env{DM_SBIN_PATH}/..." when
generating initramfs. This happens because some udev rules contains
variables in path to command:
$ egrep -r 'IMPORT\{program\}=\"\$' /lib64/udev/rules.d/
/lib64/udev/rules.d/10-dm.rules:ENV{DM_COOKIE}=="?*", IMPORT{program}="$env{DM_SBIN_PATH}/dmsetup udevflags $env{DM_COOKIE}"
[...]
$ sudo dracut -f "" 3.5.4-hardened-r1
I: *** Including module: dm ***
I: Skipping program $env{DM_SBIN_PATH}/dmsetup using in udev rule 10-dm.rules as it cannot be found
2012-10-08 03:46:19 -04:00
Amadeusz Żołnowski
585b3b37c0
90crypt: call systemd commands only if systemd binaries are there
2012-10-08 03:28:43 -04:00
Harald Hoyer
167a320e5f
s/libnss*.so/libnss_*.so so that we don't install libnss3.so
2012-10-04 14:38:25 -04:00
Harald Hoyer
2242cd92ee
systemd: rename emergency.service to dracut-emergency.service for rd.shell
2012-10-04 13:24:07 -04:00
Harald Hoyer
d20fb951fa
add "--kernel-cmdline" and kernel_cmdline options for default parameters
2012-10-04 13:23:19 -04:00
Harald Hoyer
e0a393361d
dracut-functions: add inst_rule_group_owner()
...
add inst_rule_group_owner() to install GROUP and OWNER of udev rules
2012-10-04 13:04:36 -04:00
Harald Hoyer
da9c518116
dracut-functions.sh:inst_rules_program() also recognize RUN+=
2012-10-04 12:15:36 -04:00
Harald Hoyer
4d51eff05f
dracut-functions.sh: move the i2o_scsi to the omit_drivers variable
2012-10-03 16:40:36 -04:00
Harald Hoyer
a6c718ce8e
systemd: improve the emergency shell
2012-10-03 16:39:27 -04:00
Harald Hoyer
43a050e542
install/dracut-install.c: do not ldd directories
2012-10-03 16:39:27 -04:00
Harald Hoyer
25787f8071
systemd/module-setup.sh: move some services to sysinit
2012-10-03 16:35:13 -04:00
Harald Hoyer
ecfa02bdc8
dracut-functions.sh: do not check all modules for filesystems
2012-10-03 16:33:50 -04:00
Harald Hoyer
080d1b718d
dracut-functions.sh: make hostonly case more failsafe for new modules
...
If new modules are introduced, or modules get renamed, or modules change
from builtin to real modules, we want to include them in the host-only
image, just to be safe.
2012-10-03 16:32:07 -04:00
Harald Hoyer
8ea8d6de80
base/dracut-lib.sh: better error message for deprecated cmdline options
2012-09-28 15:29:53 +02:00
Harald Hoyer
4dbc1d1bb3
i18n/parse-i18n.sh: corrected the right option to use for the cmdline
2012-09-28 15:29:53 +02:00
Harald Hoyer
3b9669cff4
Makefile: fix css style for dracut.html
2012-09-28 15:29:53 +02:00
Harald Hoyer
a6332e6980
dracut.cmdline.7.asc: extend rd.auto doc
2012-09-28 15:29:53 +02:00
Harald Hoyer
9037b63eb2
dracut-functions.sh:get_persistent_dev() exception for multipath devices
...
An exception is multipath devices, child and top layer device may have
same uuid. As dm devices maintain /dev/mapper/* as persistent names,
just do not doing converting for them.
2012-09-28 15:29:47 +02:00
Harald Hoyer
308015bc4d
Makefile: revert documentation logic
2012-09-27 17:04:37 +02:00
Colin Walters
2692a42231
build: Add --disable-documentation option
...
Some operating system builders may not want to build documention, for
example during a bootstrapping process.
2012-09-27 16:50:25 +02:00