Preseeding ubuntu installer
by Ubuntu1194 from LinuxQuestions.org on (#4ZR7D)
I want to run a few commands immediately after installation of Ubuntu.Therefore I thought of using preseeding concept.I extracted my iso and in the preseed folder appended the following line to custom.seed file
d-i preseed/late_command string in-target mkdir /home/abc
Now I repacked the iso and installed ubuntu using it..But no change happened..What am I doing wrong here?


d-i preseed/late_command string in-target mkdir /home/abc
Now I repacked the iso and installed ubuntu using it..But no change happened..What am I doing wrong here?