search for: 18cf789

Displaying 3 results from an estimated 3 matches for "18cf789".

Did you mean: 18.789
2010 May 13
1
Non-functional replacement...
This patch just includes the repo name in the subject.
2010 May 13
0
[PATCH] Replace the HAL calls with udev/systool calls.
...57ad..b57763a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ CHANGELOG ========= +Version 1.9.3: + * Removed HAL dependencies from the firstboot scripts. + Version 1.9.2: * Fixed the autoconf setup to cover more prerequisites. diff --git a/configure.ac b/configure.ac index abe97cc..18cf789 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,7 @@ fi # TODO need a way to check for python-setuptools -AC_CHECK_LIB(dbus-1, main, , AC_MSG_ERROR([Cannot find DBus development libraries.])) AC_CHECK_LIB(virt, main, , AC_MSG_ERROR([Cannot find libvirt development libraries.])) -AC_...
2010 May 14
3
Replacement patch...
This one incorporates feedback from mburns and apevec to ensure that all multipath devices are excluded in the list of available drives. Only drives with an identified bus are included in the list now.