Harald Hoyer
bd4aa25741
Merge pull request #199 from lnykryn/bz1416958
...
ifup: don't ifup team master indefinitely
8 years ago
Harald Hoyer
7a44fea98c
Merge pull request #201 from lnykryn/bz1415004
...
network/ifup: write override file before dhcp_do
8 years ago
Harald Hoyer
53475faa81
Correct path for UEFI stub
...
respect any $prefix given to the systemd installation
https://github.com/dracutdevs/dracut/pull/196
8 years ago
Harald Hoyer
6a6c09e33c
Merge pull request #204 from lnykryn/mtu
...
write-ifcfg: do't write MTU twice for regular eth devices
8 years ago
Harald Hoyer
4efe015bfb
Merge pull request #206 from mwilck/master
...
dracut-init.sh: fix typo
8 years ago
Martin Wilck
d13071d7a6
dracut-init.sh: fix typo
8 years ago
Lukas Nykryn
196bb03477
write-ifcfg: do't write MTU twice for regular eth devices
...
If MTU is specified, we write it for every type of device in the
beginning. There is not point writing it again for Type=ethernet
devices.
8 years ago
Lukas Nykryn
73fb5e769b
network/ifup: write override file before dhcp_do
...
Commit cf376023e6
moved writing .resolv.conf and .override
after dhcp_do, because dhcp_do was overwriting .resolv.conf. But .override does not have
such problem and on the contrary dhcp_do reads .override file if it is present. So let\'s
move it back.
https://bugzilla.redhat.com/show_bug.cgi?id=1415004
8 years ago
Harald Hoyer
37a2343509
Merge pull request #200 from nullr0ute/modules-generic-fixes
...
Some fixes for ARM hardware generic host initrd generation
8 years ago
Peter Robinson
0c5e5f271b
modules: kernel: add more usb controller modules
...
There's a number of usb controllers that are common yet aren't
contained in the host directory. Include these for generic host.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
8 years ago
Peter Robinson
e752d42de9
modules: kernel: add phy and power modules to generic initrd
...
The phy and power modules are needed by some of the recent ARM
devices that have appeared like CHIP and some exynos devices.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
8 years ago
Lukas Nykryn
6ed73e37f2
ifup: don't ifup team master indefinitely
...
https://bugzilla.redhat.com/show_bug.cgi?id=1416958
Thanks to martin.moore@hpe.com for the patch
8 years ago
Harald Hoyer
4693daa5fa
fips: honor $BOOT_IMAGE variable for HMAC check of the kernel
...
https://bugzilla.redhat.com/show_bug.cgi?id=1415032
8 years ago
Harald Hoyer
7c29d205f4
fips: use /lib/modules/$(uname -r)/modules.fips
...
if /lib/modules/$(uname -r)/modules.fips exists, use that list instead
of the hardcoded dracut module list.
8 years ago
Harald Hoyer
35bf607087
Merge pull request #197 from danimo/update-gitignore
...
Ignore more generated files
8 years ago
Daniel Molkentin
d8a01fea33
Ignore more generated files
...
Also fixes ignores after systemd module split
8 years ago
Harald Hoyer
a9f04fcc4a
NEWS: update for 045
8 years ago
Harald Hoyer
4e669086a3
test: add TEST-70-BONDBRIDGETEAMVLAN
8 years ago
Harald Hoyer
bdd626059c
test/run-qemu: make "-cpu host" the default
8 years ago
Harald Hoyer
043d8f401b
ifcfg/write-ifcfg.sh: write DEVICE=$netif for VLAN
...
VLAN interface configuration is not bound by HWADDR but by DEVICE
8 years ago
Harald Hoyer
05c2080e51
base/dracut-lib.sh: fixup trim()
...
no "--"
8 years ago
Harald Hoyer
e7838a8312
network: fixup VLAN handling
8 years ago
Harald Hoyer
dec4b2cdd4
base/dracut-lib.sh:trim() replace 'echo -n'
8 years ago
Harald Hoyer
2bd8b227de
nfs: add chmod
8 years ago
Harald Hoyer
2949dcba29
base/dracut-lib.sh: add trim()
...
trim() to remove leading and trailing whitespace
(cherry picked from commit ac422d577c
)
8 years ago
Harald Hoyer
0cf826a11a
network: fix vlan handling
8 years ago
Harald Hoyer
a1595cf5f9
network: parse multiple vlan parameters
8 years ago
Harald Hoyer
6aec6a7e2f
network/net-genrules.sh: generate rules for all interfaces
...
previously, if "rd.neednet" and bond was specified, only the bond
interface was configured.
https://bugzilla.redhat.com/show_bug.cgi?id=1282680
(cherry picked from commit e6ae0c6128
)
8 years ago
Harald Hoyer
647b521fc7
dracut: check for EUID instead of UID
8 years ago
Harald Hoyer
076fcd1652
dracut: only copy xattr, if root
...
otherwise cp complains a lot about not being able to copy xattrs
8 years ago
Harald Hoyer
83a6d6f928
dracut.sh: add /dev/random and /dev/urandom to static device nodes
...
otherwise libgcrypt might complain
https://bugzilla.redhat.com/show_bug.cgi?id=1401444
8 years ago
Harald Hoyer
8a32bf6107
dracut: unset LC_* after setting LANG and LC_ALL
...
otherwise bash/glibc might complain verbosely about not finding locales
8 years ago
Harald Hoyer
1d832b4bf4
fips: precreate /dev/random /dev/urandom
...
otherwise libgcrypt might be unhappy, if used before devtmpfs is mounted
https://bugzilla.redhat.com/show_bug.cgi?id=1401444
8 years ago
Harald Hoyer
5ebf48d2ba
nfs: dynamically chown /var/lib/rpcbind
8 years ago
Harald Hoyer
be5025bf55
dracut-install: install kernel modules to /lib/modules/$kernelversion
...
Specifying a different kernel module directory with --kmoddir would
result in the same directory being the destination directory.
Strip everything before the "/lib/modules" for the destination dir.
https://github.com/dracutdevs/dracut/issues/194
8 years ago
Harald Hoyer
7e51a94f5b
Do not "cp" the selinux context
...
replace "cp -a" with $DRACUT_CP, so in case the selinux policy disallows
root to set the selinux context in /var/tmp, dracut does not fail.
8 years ago
Harald Hoyer
73b9eaab1d
crypt: with systemd cryptsetup is not needed
8 years ago
Harald Hoyer
f13278eac2
TEST-99-RPM: fix installation loop
8 years ago
Harald Hoyer
5c57209ba5
dracut.sh: add default path for --uefi
...
The default output filename for --uefi is
<EFI>/EFI/Linux/linux-$kernel$-<MACHINE_ID>-<BUILD_ID>.efi.
<EFI> might be /efi, /boot or /boot/efi depending on where the ESP partition
is mounted. The <BUILD_ID> is taken from BUILD_ID in /usr/lib/os-release or
if it exists /etc/os-release and is left out, if BUILD_ID is non-existant or
empty.
Also a new option --no-machineid was added, which affects the default output
filename of --uefi and will discard the <MACHINE_ID> part.
8 years ago
Harald Hoyer
2870b7d243
.dir-locals.el: changed to sane style
8 years ago
Harald Hoyer
33a5586cae
test/Makefile: proper return code for "make check"
...
(cherry picked from commit aa40b82145
)
8 years ago
Harald Hoyer
ffc2ca202b
TEST-99-RPM: retry dnf 5 times in case http fails
8 years ago
Harald Hoyer
a6229a8f9a
Merge pull request #193 from dsilakov/master
...
Support multiple default gateways from DHCP server (rhbz#1408249)
8 years ago
Denis Silakov
727e2a1d9d
Make gateway processing POSIX-compliant
8 years ago
Harald Hoyer
0676c1e0d0
Merge pull request #192 from dkg/doc-fixup
...
Doc fixup
8 years ago
Denis Silakov
b2f6409a22
Support multiple default gateways from DHCP server (rhbz#1408249)
8 years ago
Harald Hoyer
39c725dc4e
Merge pull request #157 from ddiss/fix_relative_tmpdir
...
dracut.sh: support --tmpdir as a relative path
8 years ago
Daniel Kahn Gillmor
85c8217db0
docs: override is not the same as overwrite!
...
Some docs claimed that values in certain config files would be
overwritten, when they would actually be overridden.
Override: a file is not modified but its contents are superseded by
something else. (configurations set in
/etc/dracut.conf.d/*.conf override configurations set in
/etc/dracut.conf)
Overwrite: a file is modified or its contents replaced by an action
(use dracut --force to overwrite the existing initramfs)
8 years ago
Daniel Kahn Gillmor
f2c423651b
dracut.modules.7.asc: correct filename parse-instmodpost.sh in documentation
8 years ago
Harald Hoyer
a35fab2cf1
Merge pull request #186 from xlpang/workspace
...
Introduce "rd.memdebug=4" to test kernel module memory consumption
8 years ago