/srv/irclogs.ubuntu.com/2014/04/08/#ubuntu-installer.txt

pmatulisd-i partman/early_command string wget -O /tmp/make_raid.sh http://some_host/scripts/make_raid.sh && sh /tmp/make_raid.sh22:31
pmatulisCarlFK: should this work? ↑22:31
CarlFKpmatulis: not sure about sh22:32
CarlFKand I wold add a cd like this:22:32
CarlFKd-i partman/early_command string cd /tmp &&  wget http://some_host/scripts/make_raid.sh && sh /tmp/make_raid.sh22:34
pmatulisCarlFK: thanks, that got me further.  i need to script sgdisk now23:28
CarlFKpmatulis: also, look into $url23:29
* CarlFK looks at mine...23:29
pmatulisCarlFK: what url?23:29
CarlFKd-i preseed/early_command string cd /tmp && wget http://$url/ec/early_command.sh23:30
pmatulisnot sure where you're going with that23:31
CarlFKin default I have append initrd=ubuntu/saucy/i386/initrd.gz root=/dev/rd/0 rw auto=true netcfg/wireless_wep= interface=auto hostname= DEBCONF_DEBUG=5 url=g2a23:31
CarlFKso that is the single place I define the name of the server I go back to23:31
pmatulisoh23:32
CarlFKand I think it is used for something else...23:32
pmatulisi'm not pxe booting but maybe i could use it23:32
CarlFKoh right.. preseed file is loaded from $url/d-i/$release/preseed.cfg23:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!