X-Git-Url: http://git.annexia.org/?p=a-fedora-appliance.git;a=blobdiff_plain;f=firstboot;h=4be95f240ff19554ce6a0a84c293be2c34ca1437;hp=9736c13303c4f3e1b9209c3511957d8ab4368fb0;hb=HEAD;hpb=d9e4997486dcd14a173de0b54ccaea36e1adf330 diff --git a/firstboot b/firstboot index 9736c13..4be95f2 100755 --- 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 @@ -16,14 +16,14 @@ # 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