261d029659Have the test framework always run the cleanup script
David Dillow
2009-06-06 00:05:33 -04:00
3871f8f53bDon't use backticks, use $()
Peter Jones
2009-06-05 10:20:13 -04:00
07b2fbb183Get rid of cat and grep
Seewer Philippe
2009-06-05 16:10:52 +02:00
3273c0a536make test output more readable, log errors to test.log
Harald Hoyer
2009-06-05 16:08:30 +02:00
5fd2decfecMerge branch 'master' of ssh://dracut.git.sourceforge.net/gitroot/dracut
Harald Hoyer
2009-06-05 08:51:31 +02:00
7e05060f77Merge commit 'dillow/master'
Harald Hoyer
2009-06-05 08:47:51 +02:00
2129ffe93enfs: cleanup currently needs grep
David Dillow
2009-06-05 00:26:10 -04:00
528277f32ctest suite: automate NFS testing
David Dillow
2009-06-05 00:20:26 -04:00
58c13eeb4ctest suite: allow a user-selected kernel
David Dillow
2009-06-05 00:18:29 -04:00
fa0f73f438Ugh, using backticks instead of $()
Victor Lowther
2009-06-04 21:57:30 -05:00
8158ad29ecmake udevtriggeropts just use an environment variable
Victor Lowther
2009-06-04 21:49:57 -05:00
c36ce33479Make debugging much more useful.
Victor Lowther
2009-06-04 21:35:31 -05:00
68ea18cfa1specfile update
Harald Hoyer
2009-06-04 17:23:41 +02:00
56d8568c96add dracutbasedir as configurable variable in dracut.conf
Harald Hoyer
2009-06-04 17:20:36 +02:00
2e7f65d96etry to install switch_root from system
Harald Hoyer
2009-06-04 17:20:09 +02:00
59615e06a4make paths configurable
Harald Hoyer
2009-06-04 17:19:42 +02:00
53759538cbfix udevtriggeropts
Harald Hoyer
2009-06-04 17:38:07 +02:00
c1d71b7ea3fix dracut logging
Harald Hoyer
2009-06-04 13:17:57 +02:00
c4d25b18f5prepare for release
Harald Hoyer
2009-06-04 13:08:39 +02:00
11cbb35847add sample dracut.conf file
Harald Hoyer
2009-06-04 13:07:59 +02:00
91b1157500add support to specify additional udev trigger options
Harald Hoyer
2009-06-04 13:07:01 +02:00
2c02c8318cEnsure KMS drivers are loaded before plymouth.
Warren Togami
2009-06-03 14:25:50 -04:00
dff7ea6864No longer needed, already ran in pre-trigger
Warren Togami
2009-06-03 13:10:57 -04:00
27a101f47csimplify plymouth startup
Harald Hoyer
2009-06-03 17:31:48 +02:00
071bd6e1a0don't run plymouth --show-splash from udev rule
Harald Hoyer
2009-06-03 17:12:07 +02:00
1eeddd31afrun udevadm trigger for graphics for plymouth in pre-trigger hook
Harald Hoyer
2009-06-03 17:05:57 +02:00
345fbc8699corrected paths
Harald Hoyer
2009-06-03 17:06:44 +02:00
8afc472432don't be verbose on testimage target
Harald Hoyer
2009-06-03 17:04:43 +02:00
0a56724cd6plymouth0.7: Launch plymouth --show-splash from udev event, and once before switch_root in case it didn't start
Warren Togami
2009-06-02 20:20:44 -04:00
e9b1426eb7Detect KMS capable drm drivers instead of hard coded list.
Warren Togami
2009-06-02 16:51:49 -04:00
87ce134e08preserve the original root= variable
Harald Hoyer
2009-06-02 18:01:52 +02:00
92bfa4c6e3use iscsi-iname to generate the initiator name, if not specified
Harald Hoyer
2009-06-02 16:10:36 +02:00
61537c7de6override commandline/conf options by root_path
Harald Hoyer
2009-06-02 16:10:04 +02:00
af17f82ed9moved away Makefile for TEST-30-ISCSI
Harald Hoyer
2009-06-02 14:26:48 +02:00
34cb684936removed debug code
Harald Hoyer
2009-06-02 13:32:11 +02:00
ac4ded9128add iSCSI module
Harald Hoyer
2009-06-02 13:22:29 +02:00
4332e5f71finstall cat for network module
Harald Hoyer
2009-06-02 13:21:02 +02:00
cff3457e32fixed fstype mount options
Harald Hoyer
2009-06-02 09:25:24 +02:00
d0c7d42b3eplymouth-0.7: details.so must be copied as well
Warren Togami
2009-06-01 22:57:08 -04:00
ebd5615489strip block: off root= when using the mount hooks
David Dillow
2009-06-01 21:43:07 -04:00
b4dc8ad346Allow NFS and NBD to be built into the kernel
David Dillow
2009-06-01 19:59:22 -04:00
7132e6a346Remove dependency on /bin/echo
David Dillow
2009-06-01 19:46:43 -04:00
92997caf35cleanup shebangs in sourced scripts
David Dillow
2009-06-01 19:17:48 -04:00
9dcf9cef38Include only wired ethernet drivers, explicitly exclude wireless. (If you REALLY want wireless boot, you need to write your own module to configure it properly.)
Warren Togami
2009-06-01 18:21:40 -04:00
626902f67bMerge branch 'master' of ssh://vlowther@dracut.git.sourceforge.net/gitroot/dracut
Victor Lowther
2009-05-29 06:50:37 -05:00
642e160c0eInstall KMS drivers. It sucks to have a hard coded list, but there is no clean way of doing this distro-neutral at the moment.
Warren Togami
2009-05-29 01:14:59 -04:00
1a918b40b6Log dracut output.
Victor Lowther
2009-05-28 21:41:05 -05:00
c93d9f6265Fix firmware installation.
Victor Lowther
2009-05-28 21:13:16 -05:00
06558b3ee4Make nfsroot work with hostonly mode.
Victor Lowther
2009-05-28 21:02:14 -05:00
c1143d3d6cFilesystem modules already included in =fs, no runtime detection allowed in default dracut
Warren Togami
2009-05-28 16:29:22 -04:00
ba126e82af$drivers specified from .conf or --drivers get copied once, instead of multiple times with other calls to instmods()
Warren Togami
2009-05-28 15:55:44 -04:00
e19d6bf603Disambiguate modules and drivers. modules are dracutmodules. drivers are kernel modules.
Warren Togami
2009-05-28 14:27:02 -04:00
aa43d0b0dfMore runtime files to /tmp
David Dillow
2009-05-27 22:54:03 -04:00
3da5856981Move all files generated during initrd runtime to /tmp
Warren Togami
2009-05-27 22:41:18 -04:00