[rhinstaller/anaconda/pulls/117 master] Add kickstart test to test bond interface creation

jkonecny12 installerbot-noreply at redhat.com
Mon May 25 11:17:07 UTC 2015


> @@ -0,0 +1,66 @@
> +url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/$releasever/$basearch/os/"
> +install
> +network --device=link --bootproto=dhcp
> +
> +# Create testing bond interface
> +network --device=bond0 --bootproto=static --bondslaves=link --ip=192.168.1.1 --netmask=255.255.252.0 --gateway=192.168.1.2 --nameserver=192.168.1.3 --activate
> +
> +bootloader --timeout=1
> +zerombr
> +clearpart --all
> +part --fstype=ext4 --size=4400 /
> +part --fstype=ext4 --size=500 /boot
> +part --fstype=swap --size=500 swap
> +
> +keyboard us
> +lang en
> +timezone America/New_York
> +rootpw qweqwe
> +shutdown
> +
> +%packages
> +%end
> +
> +%post
> +CONTENT=$(cat /etc/sysconfig/network-scripts/ifcfg-bond0)
> +
> +printf $CONTENT > /root/IFCFG

Yeah right my fault. I'll change it locally.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/117#discussion_r30974946


More information about the anaconda-patches mailing list