supermin >= 4 is now required, instead of febootstrap.
[a-fedora-appliance.git] / firstboot
index 9736c13..c888bc6 100755 (executable)
--- a/firstboot
+++ b/firstboot
 # 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.