aboutsummaryrefslogtreecommitdiff
path: root/addon_config
Commit message (Collapse)AuthorAgeFilesLines
* Rename "default-config" to "overlay"Aaron Griffin2008-09-061-8/+0
| | | | | | I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Implement fstab-like addon configSimo Leone2007-10-161-15/+6
| | | | | | | | | For now all it handles is bind mounting and squashfs images that have to overlay at the root. The config file syntax is obviously borrowed from fstab. This is far from final, much of it could use some cleanup. Signed-off-by: Simo Leone <simo@archlinux.org>
* Implemented a simple addon mechanismSimo Leone2007-10-161-0/+17
If asked to do so, mkarchiso simply copies a directory full of addons to the iso root. On boot, after union-mounting /real_root, the archiso hook will look for and source an addon config file. This file is a plain old bash script, which makes it quite flexible. The addon config should be written to take care of any mounting that needs to be done, an example of typical tasks is also included. Signed-off-by: Simo Leone <simo@archlinux.org>