Harald Hoyer
2b909b9a4b
dracut-install: fixed hostonly modules hashmap_put
8 years ago
Harald Hoyer
ed25fb0e91
dracut-install: fixed typo
8 years ago
Harald Hoyer
c2408eed7f
Merge pull request #266 from martinezjavier/master
...
network: Only bring up wired network interfaces
8 years ago
Javier Martinez Canillas
1792759721
network: Only bring up wired network interfaces
...
The dracut network module is only supposed to be used for wired interfaces
but if driver modules for wireless devices are wrongly copied, these will
be loaded and the available interfaces brought up.
If the rd.neednet=1 command line parameter is used, dhclient will attempt
to request an IP address for the interfaces and these requests will fail.
But other dracut modules that depend on the network to be settled, will
have to wait for the DHCP requests to timeout. Which can be a lot of time
since the dhclient default timeout value is 60 seconds.
Instead of trying to blacklist all possible kernel modules for wireless
devices, only bring up network interfaces if these are for wired devices.
Suggested-by: Harald Hoyer <harald@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
8 years ago
Ankit Kumar
e316ae0e43
Sync initramfs after creation
...
If we trigger crash just after creating initramfs, sometimes it is
observed that initramfs is not written to disk causing the subsequent
boot to fail. A sync should resolve this.
Signed-off-by: Ankit Kumar <ankit@linux.vnet.ibm.com>
8 years ago
Harald Hoyer
5abd692fe4
network/ifup: don't arping for point-to-point connections
...
https://bugzilla.redhat.com/show_bug.cgi?id=1477339
8 years ago
Harald Hoyer
1279a9e1a0
fcoe: install hba.conf and libhbalinux only if hba.conf exists
8 years ago
Harald Hoyer
0baf5a3e99
Merge pull request #265 from nullr0ute/arm-fixes
...
A few ARM fixes for a number of newer devices which have some wider deps
8 years ago
Harald Hoyer
bdf0f9ce32
Merge pull request #257 from sbrudenell/loop-keys-in-initrd
...
Support crypto loop keys in initrd.
8 years ago
Harald Hoyer
ae989390a1
dracut.sh: --nofscks does not take parameters
...
fixes: https://github.com/dracutdevs/dracut/issues/264
8 years ago
Peter Robinson
39018c93c2
arm: add soc/extcon/mfd as they're often needed for USB and core memory/soc drivers
...
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
8 years ago
Peter Robinson
f496af50b7
add options to pickup dw_mmc submodules to blockfuncs
...
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
8 years ago
Steven Brudenell
c427603cd1
Include both and in luks key name.
8 years ago
Steven Brudenell
e2b877a18b
Change mntp->keydev in loopback key luks name.
8 years ago
Steven Brudenell
690b24f02f
Support crypto loop keys in initrd.
8 years ago
Harald Hoyer
98663fcaac
Merge pull request #261 from jonathan-teh/amd-family-16h
...
Add early microcode support for AMD family 16h
8 years ago
Harald Hoyer
8523ec50c2
Merge pull request #260 from haraldh/crypto-cleanup
...
crypt-loop: cleanup cleanup procedures
8 years ago
jonathan-teh
af6eee79e3
Add early microcode support for AMD family 16h
8 years ago
Harald Hoyer
9fd0461b7d
nbd: use systemd-run to start nbd-client
8 years ago
Harald Hoyer
66a3d4053b
testsuite: increase disk image size
8 years ago
Harald Hoyer
b1ae591945
dracut-systemd: add back missing dependencies
...
otherwise TEST-20-NFS fails
8 years ago
Harald Hoyer
017978f868
network: redirect stderr for arping test
8 years ago
Harald Hoyer
2187b3d097
crypt-loop: cleanup cleanup procedures
...
Using initqueue --finished to cleanup stuff is not what the
initqueue/finished hook was meant for.
Move stuff to the real cleanup hook.
8 years ago
Harald Hoyer
c75ce02775
TEST-02-systemd: add systemd-analyze verify
8 years ago
Harald Hoyer
f24d205537
dracut-systemd: fixed dependencies
...
try to break an ordering cycle.
https://github.com/dracutdevs/dracut/issues/259
8 years ago
Harald Hoyer
85ed04e0cf
dracut-systemd/*.service: fix copyright message and comment
8 years ago
Harald Hoyer
c0371761fb
add systemd-analyze to debug and TEST-02-SYSTEMD
8 years ago
Harald Hoyer
2ceb910a73
git2spec.pl: handle github merges
...
found a nice strategy to produce patchset from merges
8 years ago
Harald Hoyer
72c084918a
Merge pull request #253 from yuwata/spec
...
spec: add missing modules
8 years ago
Yu Watanabe
ad3b209d40
spec: add missing modules
8 years ago
Harald Hoyer
1a95f1f4fc
dracut.spec: add 80lvmmerge
8 years ago
Harald Hoyer
ef025dcbbe
Update README.md
8 years ago
Harald Hoyer
d23b0efc1a
80lvmmerge: remove unused file
8 years ago
Harald Hoyer
1bfa75b015
80lvmmerge: README.md update
8 years ago
Harald Hoyer
dd75a946db
Update README.md
8 years ago
Harald Hoyer
e95a3c36ed
add lvmmerge dracut module
8 years ago
Harald Hoyer
400a85ffaf
install arping V2 as arping2
8 years ago
Harald Hoyer
9388d99361
simplify TEST-30-ISCSI for CI
8 years ago
Harald Hoyer
5a532aa83f
Update README.md
8 years ago
Harald Hoyer
9cd4edb445
TEST-12: increase retry and loglevel
8 years ago
Harald Hoyer
a1d92d8ace
TEST-12: sleep to get log messages
8 years ago
Harald Hoyer
fac3e9d975
TEST-12: settle before doing sfdisk
8 years ago
Harald Hoyer
9b8e6e40a9
increased qemu memory
8 years ago
Harald Hoyer
a430c3f7a6
Merge pull request #252 from landgraf/dhcp_option_21
...
dhclient: send client-identifier matching hardware address
8 years ago
Harald Hoyer
e7b343138f
Merge pull request #233 from yuwata/kernel-install
...
kernel-install: Skip to create initrd if /etc/machine-id is missing or empty
8 years ago
Pavel Zhukov
4011b48c42
dhclient: send client-identifier matching hardware address
...
Forcing dhclient to use hardware address instead of DUID to make it
predictable and allows system installation in whitelist based networks.
8 years ago
Harald Hoyer
295194ee42
Merge pull request #251 from danimo/fix_hostonly_cmdline
...
Do generate error when hostonly_cmdline is set to "no"
8 years ago
Daniel Molkentin
76dd870bfd
Do generate error when hostonly_cmdline is set to "no"
...
Reference: bsc#1048748
8 years ago
Harald Hoyer
3e7498ea03
Merge pull request #250 from lnykryn/classless-static-routes
...
40network/dhclient.conf: rename classless-routes to classless-static-…
8 years ago
Lukas Nykryn
62b7920ed1
40network/dhclient.conf: rename classless-routes to classless-static-routes
...
We tell dhclient to name 121 option "classless-routes",
but in dhclient-script we parse classless_static_routes.
So either have to change the configuration or the script.
And since dhclient uses by default classless_static_routes,
let's change the configuration
8 years ago