README: Program name does not need /usr/bin path.
[a-fedora-appliance.git] / firstboot
index 9736c13..4be95f2 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.
@@ -92,7 +92,7 @@ EOF
 # systemd-units
 target="/lib/systemd/system/runlevel2.target"
 ln -sf "$target" /etc/systemd/system/default.target
-/bin/systemctl enable getty@.service
+/bin/systemctl enable getty@tty1.service
 
 # openssh-server
 /bin/systemctl enable sshd.service