X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Flaunch.c;h=515ccd56be673a6f2d52b5acdf2f21e12db915da;hp=03ad39b4b3b61df873ea9d13fa1740bde8efd1ba;hb=79e66f89e2f6c27486476d7857da58feb491bf5c;hpb=660daf31e23f2f7c65f29e1d57019af9ea9eba99 diff --git a/src/launch.c b/src/launch.c index 03ad39b..515ccd5 100644 --- a/src/launch.c +++ b/src/launch.c @@ -606,7 +606,6 @@ launch_appliance (guestfs_h *g) "panic=1 " /* force kernel to panic if daemon exits */ \ "console=ttyS0 " /* serial console */ \ "udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \ - "noapic " /* workaround for RHBZ#502058 - ok if not SMP */ \ "acpi=off " /* we don't need ACPI, turn it off */ \ "printk.time=1 " /* display timestamp before kernel messages */ \ "cgroup_disable=memory " /* saves us about 5 MB of RAM */