About NETWORK CONFIGURATION in kickstart process

2014-05-28 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
rootpw --iscrypted
$6$etxGu6z/bVEGULjV$PTypYz.NpPNmOLxgreym7PbdJHmE9evT7RRsfQY8JNsLNbXLmhT.Cmq9KjKD8c98SowkRN5MZjtEEshz03rCV1
# 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@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


Re: About NETWORK CONFIGURATION in kickstart process

2014-05-28 Thread Tim
Allegedly, on or about 28 May 2014, Noriaki TAKAMIYA sent:
   P.S. I attach using kickstart.cfg

 # Root password
 rootpw --iscrypted
 $6$etxGu6z/bVEGULjV$PTypYz.NpPNmOLxgreym7PbdJHmE9evT7RRsfQY8JNsLNbXLmhT.Cmq9KjKD8c98SowkRN5MZjtEEshz03rCV1

Abandon that password, now.  It may well be crypted, but people have
cracked encrypted passwords before.

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
users mailing list
users@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


Re: About NETWORK CONFIGURATION in kickstart process

2014-05-28 Thread Noriaki TAKAMIYA

Hi,

(2014/05/29 0:08), Tim wrote:


Abandon that password, now.  It may well be crypted, but people have
cracked encrypted passwords before.


  Thanks for your advice.

  Regards,

--
NT


--
users mailing list
users@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