About NETWORK CONFIGURATION in kickstart process

Netravali, Ganesh gnetravali at sonusnet.com
Fri May 30 06:29:23 UTC 2014


Try below option to skip network config
network --skip

Ganesh 

-----Original Message-----
From: kickstart-list-bounces at redhat.com [mailto:kickstart-list-bounces at redhat.com] On Behalf Of Noriaki TAKAMIYA
Sent: Friday, May 30, 2014 11:36 AM
To: kickstart-list at redhat.com
Subject: About NETWORK CONFIGURATION in kickstart process

Hi,

  I'm new to anaconda, but I have one question.

  I'm going to install Fedora 20 with DVD media and kickstart file to
  PC which has no network interfaces.

  Everything is going well except that kickstart process stops at the
  NETWORK CONFIGURATION window with the message "We'll need network
  access to fetch information about your location and to make software
  updates available for you".

  Could you give me how to skip this NETWORK CONFIGURATION window?

  Regards,

  P.S. I attach using kickstart.cfg
-----
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512

# Use CDROM installation media
cdrom
# Run the Setup Agent on first boot
firstboot --enable
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
# lang ja_JP.UTF-8

# Network information
# network  --hostname=localhost.localdomain #network --bootproto=static --device=lo --ip=127.0.0.1
--netmask==255.0.0.0 --nodefroute --nodns --hostname=localhost.lcoaldomain # Root password # <snip> # System timezone timezone --utc Asia/Tokyo # System bootloader configuration autopart --type=plain # Partition clearing information #clearpart --none --initlabel clearpart --all --drives=vda bootloader --location=mbr --boot-drive=vda ignoredisk --only-use=vda

%packages
@core

%end

--
NT

-- users mailing list users at lists.fedoraproject.org To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of
Conduct: http://fedoraproject.org/code-of-conduct Guidelines:
http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question?
Ask away: http://ask.fedoraproject.org


_______________________________________________
Kickstart-list mailing list
Kickstart-list at redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list




More information about the Kickstart-list mailing list