Require supermin >= 5.1.6.
[a-fedora-appliance.git] / firstboot
index 9736c13..3ba3523 100755 (executable)
--- a/firstboot
+++ b/firstboot
@@ -1,6 +1,6 @@
 #!/bin/bash -
 # a-fedora-appliance
-# Copyright (C) 2011 Red Hat Inc.
+# Copyright (C) 2011-2014 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-# febootstrap doesn't run any RPM %pre or %post scripts.  For
+# supermin doesn't run any RPM %pre or %post scripts.  For
 # libguestfs this doesn't matter, but when trying to boot a real
 # distro it matters quite a bit.  This script runs once, the first
 # time the appliance boots.  It contains a selection of %post scripts
 # from important packages.
 #
 # In debootstrap, this is generated from the packages themselves.  We
-# should generate it for febootstrap too.  (XXX)
+# should generate it for supermin too.  (XXX)
 
 # There is no /etc/fstab in Fedora.  It is possibly generated by
 # Anaconda for a normal distro.  Fake one here.