SCIENTIFIC-LINUX-USERS Archives

August 2011

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Fri, 26 Aug 2011 19:57:58 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
On Fri, Aug 26, 2011 at 7:42 PM, ~Stack~ <[log in to unmask]> wrote:
>
> firewall --disabled
> install
> repo --name="Scientifc Linux 6.1 - x86_64 - fastbugs"
> --baseurl=http://ftp2.scientificlinux.org/linux/scientific/6x/x86_64/updates/fastbugs/
> --cost=1000
> repo --name="Scientific Linux 6.1 - x86_64"
> --baseurl=http://ftp2.scientificlinux.org/linux/scientific/6x/x86_64/os/
> --cost=1000
> repo --name="Scientific Linux 6.1 - x86_64 - security updates"
> --baseurl=http://ftp2.scientificlinux.org/linux/scientific/6x/x86_64/updates/security/
> --cost=1000
> rootpw --iscrypted
> $6$pnfgdEaQ4qGc0n6f$PUbVoL9zugPXulD1Uvuy1dadTfm6a0/o3YUM3r2nO5D01aDEwMvW7SHZrNgHlLFYk5Yrj2tbClL4Lgjz1Ojnf1
> auth  --useshadow  --passalgo=sha512
> text
> keyboard us
> lang en_US
> selinux --disabled
> skipx
> logging --level=debug
> timezone  America/Chicago
> network  --bootproto=static --device=eth0 --gateway=192.168.0.1
> --ip=192.168.1.13 --nameserver=192.168.1.1 --netmask=255.255.0.0 --onboot=on
> bootloader --append="crashkernel=auto rhgb quiet" --location=mbr
> --driveorder="sda"
> zerombr
> clearpart --all --initlabel --drives="sda"
> part / --fstype="ext4" --size=20480
> part swap --fstype="swap" --size=4096
> part /home --fstype="ext4" --grow --size=1
> reboot
> %post
> %packages --nobase
> %end

Add "--activate" to your "network" line.

If "%post" is ks.cfg because you deleted the post-script and deleted
"%end" with the script then ignore this comment. But if you have
"%post" without an "%end", add one (or delete "%post" since it's an
empty section).

ATOM RSS1 RSS2