From 2712f237b01a3b7c582e253069864b0449b2d66e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 19 Dec 2010 11:01:59 +0000 Subject: [PATCH] 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. --- appliance/excludelist.in | 1 - 1 file changed, 1 deletion(-) diff --git a/appliance/excludelist.in b/appliance/excludelist.in index 7e2abc2..d92c8c5 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 -- 1.8.3.1