diff options
author | Dan McGee <dan@archlinux.org> | 2007-10-14 22:07:19 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-14 22:07:19 -0500 |
commit | ef89b8a29f84db65cdd8fbcf0049911cd80ed5a2 (patch) | |
tree | 056146488f6516ba448a1b28158972fc669a640c /mkarchiso.conf | |
parent | 2f10bc9b795e91a3e8c7467f4fa3147c06de9ad1 (diff) | |
download | archiso32-ef89b8a29f84db65cdd8fbcf0049911cd80ed5a2.tar.xz |
Make mkarchiso a bit more KISS
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>
Diffstat (limited to 'mkarchiso.conf')
-rw-r--r-- | mkarchiso.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mkarchiso.conf b/mkarchiso.conf deleted file mode 100644 index 54df69f..0000000 --- a/mkarchiso.conf +++ /dev/null @@ -1,11 +0,0 @@ -# vim: set ft=sh: -#TODO this can all be removed in place of commandline params to mkarchiso -kernelpkg="kernel26" -packager_name="Archlinux User" - -package_files="base" -additional_packages="" -ignorepkgs="devfsd hotplug pcmcia-cs" - -qemu_test="n" -qemuparams="" #"-vnc 1" |