Re: About NETWORK CONFIGURATION in kickstart process

2014-06-01 Thread Noriaki TAKAMIYA

Hi,

  Thank you for your reply.

(2014/05/30 22:59), Chris Lumens wrote:

# 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


The network line in your kickstart file is commented out.


  Yes, my device doesn't have any network interface, so I had to
  comment out this line to proceed.

  It seems that it requires network configuration even if the device
  doesn't have any network interface, right?

  If no, I'd like to know how to skip network configuration window
  while kickstarting.

  Regards,

--
NT



___
Kickstart-list mailing list
Kickstart-list@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list


Re: About NETWORK CONFIGURATION in kickstart process

2014-05-30 Thread Chris Lumens
> # 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

The network line in your kickstart file is commented out.

- Chris

___
Kickstart-list mailing list
Kickstart-list@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list


Re: About NETWORK CONFIGURATION in kickstart process

2014-05-30 Thread Noriaki TAKAMIYA
Hi,

(2014/05/30 15:29), Netravali, Ganesh wrote:
> Try below option to skip network config
> network --skip

  Thank you for yor reply.

  I added 'network --skip' line into my kickstart file, but the above
  options didn't work with Fedora20.

  Regards,

--
NT

___
Kickstart-list mailing list
Kickstart-list@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list


RE: About NETWORK CONFIGURATION in kickstart process

2014-05-29 Thread Netravali, Ganesh
Try below option to skip network config
network --skip

Ganesh 

-Original Message-
From: kickstart-list-boun...@redhat.com 
[mailto:kickstart-list-boun...@redhat.com] On Behalf Of Noriaki TAKAMIYA
Sent: Friday, May 30, 2014 11:36 AM
To: kickstart-list@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 #  # 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 us...@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@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list

___
Kickstart-list mailing list
Kickstart-list@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list


About NETWORK CONFIGURATION in kickstart process

2014-05-29 Thread Noriaki TAKAMIYA
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
# 
# 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 us...@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@redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list