diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-19 11:01:59 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-19 11:01:59 +0000 |
commit | 2712f237b01a3b7c582e253069864b0449b2d66e (patch) | |
tree | a3c847a46ed1dfdd498ec66d89b7ccf62e4bb035 | |
parent | da24e7aab06361b8d9bb5b5c8417611501e94684 (diff) | |
download | libguestfs-2712f237b01a3b7c582e253069864b0449b2d66e.tar.gz libguestfs-2712f237b01a3b7c582e253069864b0449b2d66e.tar.xz libguestfs-2712f237b01a3b7c582e253069864b0449b2d66e.zip |
appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280).
Don't exclude upstart from the appliance. It provides /sbin/reboot
which is required by virt-rescue.
-rw-r--r-- | appliance/excludelist.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appliance/excludelist.in b/appliance/excludelist.in index 7e2abc22..d92c8c50 100644 --- a/appliance/excludelist.in +++ b/appliance/excludelist.in @@ -35,7 +35,6 @@ /* Replacements for SysVinit. We don't use ordinary init in the * appliance. */ -^upstart ^systemd /* Linux firmware. Note that febootstrap itself excludes the kernel |