summaryrefslogtreecommitdiffstats
path: root/appliance
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 14:27:28 +0100
commitaa8a9ebf29b7fdc97467e911560a1a7a774e9e1f (patch)
treef5fbf0c146e570622dbc6ec7ae7f6cc505616c17 /appliance
parent0c1cdfc6f234540c8cd5f41c239a5a3bf6b0f73e (diff)
downloadlibguestfs-aa8a9ebf29b7fdc97467e911560a1a7a774e9e1f.tar.gz
libguestfs-aa8a9ebf29b7fdc97467e911560a1a7a774e9e1f.tar.xz
libguestfs-aa8a9ebf29b7fdc97467e911560a1a7a774e9e1f.zip
appliance: Add systemd to get /sbin/reboot for virt-rescue (RHBZ#661280).
Diffstat (limited to 'appliance')
-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