summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-07Do not worry at all about selinux stuff if we cannot find load_policyvlowther-cleanupsVictor Lowther1-25/+20
2009-10-07Have cryptroot-ask load dm_crypt if needed.Victor Lowther1-0/+3
2009-10-07We don't need to pass the full path to cryptrootVictor Lowther1-1/+1
2009-10-07base/init: kill loginit after one second of waitingHarald Hoyer1-8/+34
2009-10-07dmsquash-live: run dmsquash-live-root after udev settleHarald Hoyer1-2/+2
2009-10-07do not use init= arg as first argumentHarald Hoyer1-0/+1
2009-10-07AUTHORS: generated by git-shortlogHarald Hoyer3-16/+23
add AUTHORS target to Makefile only list main authors in man page
2009-10-07add .mailmapHarald Hoyer1-0/+5
2009-10-06test: run all tests with rdinitdebug by defaultHarald Hoyer9-18/+18
2009-10-0699base/initqueue: make operations more atomicHarald Hoyer1-4/+9
2009-10-06TEST-50-MULTINIC/test.sh: add selinux=0Harald Hoyer1-2/+2
2009-10-06test: add "failme" parameter for failing testsHarald Hoyer3-9/+9
2009-10-06test/*/hard-off.sh: poweroff, if failme specifiedHarald Hoyer9-0/+9
2009-10-06dracut.spec: update changelog and filelistsHarald Hoyer1-3/+43
2009-10-06Move write-ifcfg to its own modulePhilippe Seewer5-14/+16
ifcfg config style is redhat specific, this should be in its own module.
2009-10-06Add multinic test suitePhilippe Seewer9-0/+320
This is a start a test suite for the multinic support of dracut
2009-10-06Add DAD to dhclient-scriptPhilippe Seewer1-0/+4
The manpage for dhclient-script says: Before actually configuring the address, dhclient-script should somehow ARP for it and exit with a nonzero status if it receives a reply. By using arping in dracut this is very easy, since arping has a specific option to do just that.
2009-10-06Add simple STP timeout handlerPhilippe Seewer3-2/+25
This patch adds STP timeout error handling with arping. It's rather simple since it only cares about the primary interface and blindly assumes that if no gateway is available the root server is on the same subnet.
2009-10-06Get rid of hostname utilityPhilippe Seewer3-3/+3
dracut doesn't really need a utility to set the hostname. It only saves a few ks of space, but every bit is good.
2009-10-06Be a bit more optimistic when setting mtusSeewer Philippe1-4/+12
The usual approach to setting mtus is to set the interface down, set the mtu then set the interface back up again. Modern hardware and/or drivers may support setting this on the fly, so we try this and fall back to the old behaviour it it doesn't work. In addition this patch only allows mtus greater than 576, this is taken from debian/ubuntu dhclient-script.
2009-10-06network: wait for interfaces to come up, before proceedingHarald Hoyer3-2/+15
2009-10-06base: add missing loginitHarald Hoyer1-0/+13
2009-10-06dracut.8: removed switch_root relicts and changed URLMichal Schmidt1-3/+3
2009-10-01updated NEWSHarald Hoyer1-0/+1
2009-10-01dracut-gencmdline: fixed rd_NO_LUKS caseHarald Hoyer1-1/+1
2009-10-01fixed UUID= and LABEL= handlingHarald Hoyer1-32/+30
2009-10-01updated NEWSHarald Hoyer1-0/+26
2009-10-01dmsquash: use info() and die() rather than echoHarald Hoyer2-5/+4
2009-10-01dracut: strip kernel modules which have no x bit setHarald Hoyer1-1/+1
2009-10-01base: add logger for rdinitdebugHarald Hoyer3-3/+17
initlog logs to /init.log /dev/kmsg and /dev/console
2009-10-01iscsi/iscsiroot: remove redirection on rdnetdebugHarald Hoyer1-6/+0
iscsiroot is now executed in the initqueue
2009-10-01base/init: stop udev exec queue before killing itHarald Hoyer1-0/+3
2009-10-01syslog: use initqueue to start syslogHarald Hoyer1-1/+1
2009-10-01nfs/nfsroot: do not redirect output on rdnetdebugHarald Hoyer1-6/+0
nfsroot is now in the initqueue
2009-10-01base/dracut-lib: add setdebugHarald Hoyer2-10/+22
do not clutter rdinitdebug output with getarg and getargs debug
2009-10-01nbd/nbdroot: add better check if nbd0 is ready to be mountedHarald Hoyer1-6/+2
2009-10-01network/netroot: remove flockHarald Hoyer1-9/+0
netroot is now in the initqueue
2009-10-01network/netroot: do not redirect output on rdnetdebugHarald Hoyer1-6/+0
netroot is now in the initqueue
2009-10-01nbd/nbdroot: do not redirect debug output on rdnetdebugHarald Hoyer1-6/+0
nbdroot is now in the initqueue and rdinitdebug should cover that
2009-10-01nbd/nbdroot: use udevsettle to wait for /dev/nbd0Harald Hoyer1-1/+5
nbdroot is now in the initqueue, so we can use udevsettle
2009-10-01mdraid: do not cleanup on auto assembly with mdadm.confHarald Hoyer1-2/+0
2009-10-01nbd: finish on /dev/root rather than on nbd0Harald Hoyer1-1/+1
2009-10-01nfs: specify nfs version 3 explicitly and retry with nfs version 2Harald Hoyer1-2/+3
2009-10-01network: move netroot to initqueueHarald Hoyer3-3/+2
Schedule netroot for the initqueue inside ifup and dhclient.
2009-09-30dracut-functions: let inst*() honor and handle symlinks correctlyHarald Hoyer1-5/+6
2009-09-30dracut-functions: inst_simple() with cp -p to preserver timestamps, etc.Harald Hoyer1-1/+1
2009-09-30init: start udevd with --resolve-names=neverHarald Hoyer1-1/+1
2009-09-30init: mount /dev/shmHarald Hoyer1-0/+1
2009-09-30Makefile: reorder targetsHarald Hoyer1-3/+4
2009-09-29dracut-gencmdline: check for keyboard & i18n filesLance Albertson1-2/+2