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