startup actions in custom ISO images
#1
Sat, 2016-05-28 03:10
daryl314
-
- Offline
- 1 year 10 months ago
- 2016-05-28
Hello,
I followed the instructions in the wiki page to create a custom ISO image. I have packages installed but would like to execute some commands (such as starting an SSH server) when the ISO image boots. How would I go about including files (like the SSH server configuration) in the ISO and specifying startup commands?
Thanks,
Daryl
I never did this, but I think that you need an
apkovl
file created with lbu.And then something like
make PROFILE=alpine-custom APKOVL=name.apkovl.tar.gz iso
('name' must be the same as the hostname).It seem that
name.apkovl.tar.gz
can not be used locally (!?).From the wiki:
So if you have the
apkovl
file in your home folder you can do: