summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-07-13 14:27:28 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-07-13 17:17:01 +0100
commit3d26f4b9da2ebe3cfedca0ab5cf104cab83ce809 (patch)
tree18799eaef5c98440e6bb8b151830981975bf4954
parent8af6fa3124e5e5a80bb28209c0665c581f1f5119 (diff)
downloadlibguestfs-3d26f4b9da2ebe3cfedca0ab5cf104cab83ce809.tar.gz
libguestfs-3d26f4b9da2ebe3cfedca0ab5cf104cab83ce809.tar.xz
libguestfs-3d26f4b9da2ebe3cfedca0ab5cf104cab83ce809.zip
appliance: Add systemd to get /sbin/reboot for virt-rescue (RHBZ#661280).
(cherry picked from commit aa8a9ebf29b7fdc97467e911560a1a7a774e9e1f)
-rw-r--r--appliance/excludelist.in5
-rw-r--r--appliance/packagelist.in1
2 files changed, 1 insertions, 5 deletions
diff --git a/appliance/excludelist.in b/appliance/excludelist.in
index d92c8c50..e799a161 100644
--- a/appliance/excludelist.in
+++ b/appliance/excludelist.in
@@ -32,11 +32,6 @@
/* Plymouth is a graphical boot thing - not needed. */
^plymouth
-/* Replacements for SysVinit. We don't use ordinary init in the
- * appliance.
- */
-^systemd
-
/* Linux firmware. Note that febootstrap itself excludes the kernel
* which is also not needed since we get the kernel, modules etc
* from the host at appliance boot.
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index ebf94587..d4203800 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -38,6 +38,7 @@
ntfs-3g
reiserfs-utils
libselinux
+ systemd /* for /sbin/reboot */
udev
util-linux-ng
vim-minimal