Hi,
I'm having some problems with a few of my VMs which all share in common
an encrypted root. They pivot into a shutdown ramfs and walk through the
blockdevs in sysfs, breaking down and unmounting each device.
Universally, these VMs all hang when calling 'cryptsetup remove', and
only under system
---
Makefile.am |3 +++
configure.ac |8
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 55ee80a..7cd68d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,7 +237,10 @@ SED_PROCESS = \
< $< > $@ || rm $@
include
---
Makefile.am |9 -
configure.ac |8
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e3e1cf1..55ee80a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -238,7 +238,10 @@ SED_PROCESS = \
include Makefile-shared.am
include M
---
Makefile-udev.am | 690 ++
Makefile.am | 673 +
2 files changed, 692 insertions(+), 671 deletions(-)
create mode 100644 Makefile-udev.am
diff --git a/Makefile-udev.am b/Makefile-ude
---
Makefile-shared.am | 117
Makefile.am| 99 +---
2 files changed, 118 insertions(+), 98 deletions(-)
create mode 100644 Makefile-shared.am
diff --git a/Makefile-shared.am b/Makefile-shared.
All,
on source-based distros like gentoo or lfs, and on distros that do not
use systemd as their init system, we need a way to build systemd and
udev separately from each other so that udev can be built without all of
systemd's build time dependencies.
This series of patches splits up Makefile.am
Hello,
a few people were interested in seeing the git tree from which I
generate the patches for source RPMs in Fedora.
The tree is now available at:
git://fedorapeople.org/~michich/systemd.git
Gitweb is here:
http://fedorapeople.org/gitweb?p=michich/public_git/systemd.git
The branches of int