Harald Hoyer
8fab6e0463
resolve conflict between cms network rules and default rules
2012-06-15 11:56:13 +02:00
Harald Hoyer
c9aa3cc950
Revert "network/ifup.sh: do not default to dhcp, for interfaces without ip=..."
...
This reverts commit ede0532c58
.
2012-06-15 11:56:05 +02:00
Harald Hoyer
f9ad49c2a5
Revert "network/ifup.sh: default to dhcp for BOOTIF"
...
This reverts commit bebb12fd0e
.
2012-06-15 11:55:59 +02:00
Harald Hoyer
3eca0cc846
TEST-50-MULTINIC: install correct nss libs
2012-06-15 11:12:46 +02:00
Harald Hoyer
9f6baa127a
nfs: extend libnss wildcard
2012-06-15 11:12:08 +02:00
Harald Hoyer
f79e587cf3
dracut.sh: unset some variables
2012-06-15 11:11:30 +02:00
Harald Hoyer
1d2c070071
dracut.sh: output unknown argument
2012-06-15 11:11:10 +02:00
Harald Hoyer
7828692f97
dracut-functions.sh: fixup inst_libdir_file() again
2012-06-15 09:34:00 +02:00
Thomas Lange
cacaa90c63
Debian multiarch support
...
Hi Jon,
here's the diff which works for me. The quotation marks around $@ do
not work for me. Instead of "$@" I must to use $_dir/$@ (or
"$_dir"/$@) but no quotation marks around $@. Could you please review
my patch.
2012-06-15 09:20:01 +02:00
Harald Hoyer
b23a2837db
add PARTUUID as root=PARTUUID=<partition uuid> parameter
2012-06-14 13:04:22 +02:00
Will Woods
30430fbe30
ifcfg: fix output for ipv6 static addressing
...
IPV6 configuration is pretty different than IPV4; write out the correct
set of values to make static IPV6 addressing work.
2012-06-12 19:24:46 +02:00
Will Woods
50b08e7b85
fix ifup for static ipv6
...
"brd +" is not valid for ipv6. This causes the 'ip addr add' command to
fail with the message "Broadcast can be set only for IPv4 addresses".
So: don't use "brd +" for ipv6.
2012-06-12 19:24:46 +02:00
Harald Hoyer
43fed15129
dracut.sh: mkdir $initdir/lib/dracut
2012-06-12 11:35:49 -04:00
Harald Hoyer
bebb12fd0e
network/ifup.sh: default to dhcp for BOOTIF
2012-06-11 17:11:49 +02:00
Harald Hoyer
b4692ce388
mdraid/md-shutdown.sh: check for presence of mdadm
2012-06-08 12:42:12 +02:00
Harald Hoyer
df96787019
dm: check for presence of dmsetup
2012-06-08 12:41:49 +02:00
Harald Hoyer
d2a9c4a8e7
dracut.sh: mkdir of $libdirs at then end
2012-06-08 10:42:38 +02:00
Harald Hoyer
fbaf1517c3
s/Unable to process initqueue/Could not boot/g
2012-06-08 10:29:35 +02:00
Harald Hoyer
57038a41fa
mdraid/md-shutdown.sh: wait until md devices are clean
2012-06-08 10:28:31 +02:00
Harald Hoyer
521c57aca5
systemd/dracut-initqueue.sh: remove pre-trigger sourcing
...
Thanks ms77 on #dracut!
2012-06-07 11:31:45 +02:00
Harald Hoyer
ede0532c58
network/ifup.sh: do not default to dhcp, for interfaces without ip=...
...
Don't try to be smarter than the admin configuring the machine.
Does also conflict with other methods trying to setup the interfaces,
like cmsifup.sh from the cms module.
2012-06-07 10:51:39 +02:00
Harald Hoyer
547bbe4876
systemd: strip down the installation of some unused tools
2012-06-07 10:38:31 +02:00
Harald Hoyer
fe1484f3db
modules are now only handled with /sys/modules and modules.dep
...
No more "find" and /proc/modules checking. We now rely entirely on
depmod and modules.dep
2012-06-06 18:20:35 +02:00
Harald Hoyer
d161561290
make udevdir systemdutildir systemdsystemunitdir global vars
...
your distribution should ship those settings in
/etc/dracut.conf.d/01-distro.conf
see dracut.conf.d/fedora.conf.example
2012-06-06 15:16:00 +02:00
Juan RP
2cf4f4fb74
Avoid annonying warnings when pkg-config is not installed.
2012-06-06 15:02:00 +02:00
Harald Hoyer
b6fd45163a
kernel-modules/module-setup.sh: include omapdrm in the arm modules to include
2012-06-06 11:46:19 +02:00
Harald Hoyer
4d76a85df1
dasd_mod: change rd.dasd to dasd_mod kernel parameter
2012-06-05 20:27:27 +02:00
Harald Hoyer
d77540c8e4
get rid of libdir and usrlibdir
2012-06-04 15:23:15 +02:00
Harald Hoyer
784df1e4e3
version 019
2012-06-04 14:24:25 +02:00
Harald Hoyer
6d82d7bcd5
NEWS: dracut-019
2012-06-04 14:23:54 +02:00
Harald Hoyer
2614421601
dracut.sh: precopy some essential device nodes
2012-06-04 14:00:49 +02:00
Harald Hoyer
200e235dee
systemd/dracut-pre-trigger.sh: fixed rd.udev.{debug|info}
2012-06-04 13:56:55 +02:00
Harald Hoyer
0636ce1a7f
systemd/module-setup.sh: package udev in sysinit.target
2012-06-04 13:12:07 +02:00
Harald Hoyer
6042b30c58
udev-rules: check for systemd-udevd symlink already present
2012-06-04 13:11:38 +02:00
Harald Hoyer
604d1eb21a
use pkg-config to determine the udev directory
2012-06-04 12:58:42 +02:00
Harald Hoyer
14b43bcaee
systemd: use pkg-config to determine the systemd directories
2012-06-04 12:55:32 +02:00
Harald Hoyer
c79f3883cd
test/TEST-16-DMSQUASH: add check for python-imgcreate
2012-06-04 11:35:31 +02:00
Harald Hoyer
df42cd3dbd
test/test-functions: check with test_check() if test is suitable
2012-06-04 11:35:02 +02:00
Harald Hoyer
01bbe8311a
dracut.sh: do not rely on the presence of lib64, check with ldd
2012-06-04 11:33:29 +02:00
Cong Wang
21928b97b0
Handle multiple underlying devices of a bridge
...
A bridge device with only one underlying ethernet device is almost
useless, for sure we want to support a bridge with multiple
underlying devices.
This patch adds the support by extending <ethname> in the original
bridge= cmdline to a comma-separated list of ethernet interfaces.
Cc: Harald Hoyer <harald@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
2012-06-04 11:06:53 +02:00
Jesse Keating
e82e54df2c
Don't set an already set attribute ( #826357 )
...
Depending on how the dasd_mod module was loaded, our device could have
already been marked as online or offline. We need to make the sysecho
sensitive to this and not fail if the attribute we're trying to set has
already been set.
2012-06-04 11:06:13 +02:00
Harald Hoyer
ecc6da6bf5
99base/init.sh: kill systemd-udevd instead of udevd
2012-06-04 10:04:19 +02:00
Harald Hoyer
b35ff065ec
base/loginit.sh: revert "quiet" patch
2012-06-04 03:09:09 -04:00
Harald Hoyer
187c355bf4
systemd: mkdir basic.target.wants
2012-06-04 03:08:24 -04:00
Harald Hoyer
70516a04fe
TODO: update
2012-06-04 03:07:43 -04:00
Harald Hoyer
fcd65d2418
add README.testsuite
2012-06-01 18:51:47 +02:00
Harald Hoyer
9073ff54c1
fix return value of some installkernel() functions
2012-06-01 17:09:51 +02:00
Harald Hoyer
840d8e4733
add filesystem options to fsck_single()
...
if we have e.g. special btrfs options for "/" and "/usr", we want to use
those for the test mount to determine if the filesystem is corrupted.
2012-05-31 12:57:23 +02:00
Harald Hoyer
5ad3803dac
crypt: add rd.luks.allow-discards and honor options in crypttab
...
also fixed the retry loop for rd.luks.key
2012-05-31 12:01:19 +02:00
Harald Hoyer
e04d02cc3a
dracut-shutdown.service: do not unpack old initramfs on shutdown
...
Do not unpack the initramfs, if the old initramfs still exists.
2012-05-31 10:09:50 +02:00