Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Кравец Роман
Dear Florian, > Put that into the kernel line: "script=http://whatever.com/some-script-here"; It is answer to my questions!! Thank you! On Fri, Jan 24, 2014 at 1:43 PM, Florian Pritz wrote: > On 23.01.2014 19:59, Кравец Роман wrote: >> How I can make auto-installation over PXE in Arch? > > htt

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Shridhar Daithankar
On Friday, January 24, 2014 02:17:01 AM Paul Gideon Dann wrote: > On Thursday 23 Jan 2014 21:59:06 Plonky Duby wrote: > > You can use docker. > > http://docs.docker.io/en/latest/installation/archlinux/ > > Thank you; I was not aware of Docker. It looks *awesome*. FYI, stock lxc works very well w

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Paul Gideon Dann
On Thursday 23 Jan 2014 21:59:06 Plonky Duby wrote: > You can use docker. http://docs.docker.io/en/latest/installation/archlinux/ Thank you; I was not aware of Docker. It looks *awesome*. Paul

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Florian Pritz
On 23.01.2014 19:59, Кравец Роман wrote: > How I can make auto-installation over PXE in Arch? https://wiki.archlinux.org/index.php/PXE Put that into the kernel line: "script=http://whatever.com/some-script-here"; Used by this script upon the automatic root login on tty1: https://projects.archlin

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Кравец Роман
Dear Shridhar, I think that use puppet it is good idea. I will try it today. Thank you! DHCP server know about all mac address on VM. It is help my to identify each machunes on the network. -- Best regards, Roman Kravets On Fri, Jan 24, 2014 at 7:27 AM, Shridhar Daithankar wrote: > On Frida

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Shridhar Daithankar
On Friday, January 24, 2014 08:05:26 AM Кравец Роман wrote: > Dear Shridhar, > > I want set specified network setting and root password to each new machines. > My script get setting over HTTP JSON request and get setting from > master machine. create the appliance such that 1. it gets on network

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Кравец Роман
Dear Shridhar, I want set specified network setting and root password to each new machines. My script get setting over HTTP JSON request and get setting from master machine. On Fri, Jan 24, 2014 at 6:59 AM, Shridhar Daithankar wrote: > On Friday, January 24, 2014 06:45:27 AM Кравец Роман wrote:

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Shridhar Daithankar
On Friday, January 24, 2014 06:45:27 AM Кравец Роман wrote: > Dear Plonky, > > No. I have many virtual machines on VirtualBox virtualization. > I want, that on during first boot virtual machine will install arch > linux over PXE. wouldn't it be better to create and import an appliance? Achieves t

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Кравец Роман
Dear Plonky, No. I have many virtual machines on VirtualBox virtualization. I want, that on during first boot virtual machine will install arch linux over PXE. On Fri, Jan 24, 2014 at 12:59 AM, Plonky Duby wrote: > You can use docker. http://docs.docker.io/en/latest/installation/archlinux/ > > >

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Plonky Duby
You can use docker. http://docs.docker.io/en/latest/installation/archlinux/ 2014/1/23 Кравец Роман > Hello! > > Could you please me. > > Me need install very much virtual machines with Arch linux. > > In Centos I can use kickstart and put in parameter on boot over PXE. > > How I can make auto-i

[arch-general] Deploy Arch linux to many virtual machines

2014-01-23 Thread Кравец Роман
Hello! Could you please me. Me need install very much virtual machines with Arch linux. In Centos I can use kickstart and put in parameter on boot over PXE. How I can make auto-installation over PXE in Arch?