Hi,
Thanks for your answers. Disabling the firstboot in a %post script does the
trick.
%post --log /var/log/post-script.log
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
%end
Bye
Bernd
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
ht
On Mon, 2010-11-08 at 12:55 -0800, Rick Stevens wrote:
> If they're not identical (ESPECIALLY if you have to use different disk
> drivers), then you'll have to rebuild the boot ramdisks and such after
> cloning (e.g. boot off a rescue CD, chroot to the root of the
> installed system and use dracut
On 01/-10/-28163 02:59 PM, Rick Stevens wrote:
> On 11/08/2010 11:48 AM, Tim wrote:
>> On Mon, 2010-11-08 at 14:09 +0100, Bernd Nies wrote:
>>> is there another better way to install some hundred Workstations with
>>> as little user untervention as possible.
>>
>> I've always wondered about this, a
On 11/08/2010 11:48 AM, Tim wrote:
> On Mon, 2010-11-08 at 14:09 +0100, Bernd Nies wrote:
>> is there another better way to install some hundred Workstations with
>> as little user untervention as possible.
>
> I've always wondered about this, and I'd be surprised if someone on the
> list hasn't tr
On Mon, 2010-11-08 at 14:09 +0100, Bernd Nies wrote:
> is there another better way to install some hundred Workstations with
> as little user untervention as possible.
I've always wondered about this, and I'd be surprised if someone on the
list hasn't tried it, but: Is it quicker, than doing indi
On 11/08/2010 01:48 PM, Terry Barnaby wrote:
> Hi,
>
> In the past I have used the following to enable/disable the post installation
> screens. (With YES/NO).
>
> %post
> echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
>
> The kickstart password setting command:
>
> rootpw --iscrypted
>
>
> Hi,
>
> Im trying to do automated installation with Fedora 14 kickstart and the
> configuration [2] shown at
> the end of this message. The installation never runs through. Anaconda
> still displays these screens
> and waits for user input:
Here's a sanitized version of my kickstart. I do pxeb
On 11/08/2010 01:09 PM, Bernd Nies wrote:
> Hi,
>
> Im trying to do automated installation with Fedora 14 kickstart and the
> configuration [2] shown at
> the end of this message. The installation never runs through. Anaconda still
> displays these screens
> and waits for user input:
>
>-
Hi Bernd/Others.
I'm interested in this issue as well, as I'm looking to try to figure
out how to automatically/install/boot a vmware Virtual Machine (VM)
from the cli/script process.
More data/pointers would be greatly appreciated.
thanks!!!
On Mon, Nov 8, 2010 at 5:09 AM, Bernd Nies wrote: