All In One ISO.

Jason Brooks jbrooks at redhat.com
Mon Jul 16 19:34:41 UTC 2012


On 07/13/2012 09:38 AM, Robert Middleswarth wrote:
> During this weeks meeting I brought up the idea of building an All In
> One ISO.  The idea is it would install the OS then on first boot run you
> though engine-setup with the all in one plug-in installed. This would
> make it really easy for Admin to test oVirt and see if it works for them
> before putting there time into building things out the correct way.
>
> Everyone at the meeting though it was a good idea and suggest I bring it
> up in Arch to see what the group as a whole thought.

I've experimented a bit with the kickstart file and command below. It 
makes a live-bootable image (should be installable, as well, though I 
haven't tested that):

sudo livecd-creator --config=ovirt-live.ks --cache=cache 
--fslabel=ovirt-live

***

lang en_US.UTF-8
keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
selinux --enforcing
firewall --disabled
part / --size 7178

rootpw ""


repo --name=ovirt-beta 
--baseurl=http://www.ovirt.org/releases/beta/fedora/$releasever
repo --name=Fedora 
--mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
repo --name=Fedora-updates 
--mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch

%packages
@core
anaconda-runtime
bash
kernel
passwd
policycoreutils
chkconfig
authconfig
rootfiles
ovirt-engine
ovirt-engine-setup-plugin-allinone

%end






>
> Thanks
> Robert
> _______________________________________________
> Arch mailing list
> Arch at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/arch


-- 
Jason Brooks
Media & Communications
Open Source and Standards @ Red Hat

identi.ca/jasonbrooks
twitter.com/jasonbrooks





More information about the Arch mailing list