pmatulis | d-i partman/early_command string wget -O /tmp/make_raid.sh http://some_host/scripts/make_raid.sh && sh /tmp/make_raid.sh | 22:31 |
---|---|---|
pmatulis | CarlFK: should this work? ↑ | 22:31 |
CarlFK | pmatulis: not sure about sh | 22:32 |
CarlFK | and I wold add a cd like this: | 22:32 |
CarlFK | d-i partman/early_command string cd /tmp && wget http://some_host/scripts/make_raid.sh && sh /tmp/make_raid.sh | 22:34 |
pmatulis | CarlFK: thanks, that got me further. i need to script sgdisk now | 23:28 |
CarlFK | pmatulis: also, look into $url | 23:29 |
* CarlFK looks at mine... | 23:29 | |
pmatulis | CarlFK: what url? | 23:29 |
CarlFK | d-i preseed/early_command string cd /tmp && wget http://$url/ec/early_command.sh | 23:30 |
pmatulis | not sure where you're going with that | 23:31 |
CarlFK | in 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=g2a | 23:31 |
CarlFK | so that is the single place I define the name of the server I go back to | 23:31 |
pmatulis | oh | 23:32 |
CarlFK | and I think it is used for something else... | 23:32 |
pmatulis | i'm not pxe booting but maybe i could use it | 23:32 |
CarlFK | oh right.. preseed file is loaded from $url/d-i/$release/preseed.cfg | 23:33 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!