summaryrefslogtreecommitdiff
path: root/mkarchiso
AgeCommit message (Collapse)Author
2007-10-16Implemented a simple addon mechanismSimo Leone
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>
2007-10-14Ensure the default config is copied into the ISO with correct permsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-14Make mkarchiso a bit more KISSDan McGee
Remove the need for a configuration file. Some of the command line options had to be switched up a bit in order to do this. Also simplify the package list- only one package list is needed, not a directory, and additional packages can be specified on the command line. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-10Return mkarchiso to being quietDan McGee
Add some output redirects again to make the script a bit more silent. Full verbosity can still be had with the -v option. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-10A bunch of those first-glance type updatesDan McGee
Some new eyes on the code, and finding some new things to fix up. A lot of documentation type stuff with some code commenting. Make the message and echo stuff a bit more consistant. Move the UID check later so that we can see help as a normal user. Other small fixups. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Install default homdir with proper ownershipSimo Leone
Now it can be written to. Yay. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Don't special case 'base' package listSimo Leone
No need to, can be included in any list of installed packages, base is just a convention. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Made PKGDIR a command line parameterSimo Leone
The package directory is now a command line param. Also beefed up checking for package file existence. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Don't nuke /tmp on the pristine imageSimo Leone
Just nuke /tmp/* instead. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Don't use -safe on _pacman() in mkarchisoSimo Leone
This is just something I missed in the mkarchroot patch. If in doubt, apply. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Use mkarchroot for package installationSimo Leone
Switch from running pacman directly. This requires root, and thus fakeroot use has been removed. Signed-off-by: Simo Leone <simo@archlinux.org>
2007-10-09Got archiso into working conditionSimo Leone
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org>
2006-09-28git-svn-id: http://phraktured.net/archiso@13 ↵Aaron Griffin
00a9fe69-e71b-0410-bb23-df0e5024db41
2006-09-12git-svn-id: http://phraktured.net/archiso@8 00a9fe69-e71b-0410-bb23-df0e5024db41Aaron Griffin
2006-09-11git-svn-id: http://phraktured.net/archiso@4 00a9fe69-e71b-0410-bb23-df0e5024db41Aaron Griffin
2006-08-30Initial importAaron Griffin
git-svn-id: http://phraktured.net/archiso@1 00a9fe69-e71b-0410-bb23-df0e5024db41