/srv/irclogs.ubuntu.com/2017/04/07/#ubuntu-installer.txt

Guest123Is this the channel for questions about the installer? Or is it just development only?03:38
cyphermoxCarlFK: your late-command can be running some pre-made script from somewhere, I've seen examples (but of course right now I can't find them)16:50
CarlFKcyphermox: I can use late_command to wget/chmod.. but I am 'sure' I saw something else that took just a uri16:51
cyphermoxI concur16:52
cyphermoxI just don't remember what exactly off the top of my head; you could look at the source for preseed though16:52
CarlFKand also I am sure if you give it a host name, it will construct the path similar to preseed - d-i/flavor16:52
cyphermoxoh, it was for a preseed path, not for the late_command or early_command.16:53
CarlFKum..   I am saying it was like preseed...17:15
CarlFKI do this:17:16
CarlFKd-i preseed/late_command string cd /target/tmp && wget http://$url/lc/late_command.sh && chmod u+x late_command.sh && chroot /target /tmp/late_command.sh $(debconf-get mirror/suite) $(debconf-get passwd/username)17:16
CarlFKwhat I remember was d-i preseed/late_command string late_command.sh17:17
cyphermoxwell, you can do that, but it depends on late_command.sh already being on the system, AFAIK17:18
cyphermoxI do not think this works as a URL at all, but I haven't exactly tested this17:19
CarlFKer... d-i preseed/late_script?  string late_command.sh17:20
CarlFKlate_something17:20
cjwatsonYou might be thinking of preseed/run (IIRC), which is like early_command.  I don't think there's a late equivalent20:42
cjwatson(it's actually not quite like early_command either, but it's closer to that)20:43

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