[gnome-boxes] fedora,express: Run postinst commands inside chroot



commit 82030ef50df077aaea6cbd204bb1cf1ee8518607
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jan 5 20:00:11 2012 +0200

    fedora,express: Run postinst commands inside chroot
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666368

 data/fedora.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/fedora.ks b/data/fedora.ks
index 15e8046..1a2bd6a 100644
--- a/data/fedora.ks
+++ b/data/fedora.ks
@@ -37,7 +37,7 @@ xorg-x11-drv-qxl
 
 %end
 
-%post --nochroot
+%post --erroronfail
 
 # Add user to admin group
 echo "BOXES_USERNAME  ALL=(ALL)    ALL" >> /etc/sudoers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]