From: Mark Hymers Date: Thu, 28 Jul 2011 07:10:07 +0000 (+0100) Subject: Notes about creating dak.conf X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=e917424da408952c649429a226cf0f4810ed2fb9 Notes about creating dak.conf Signed-off-by: Mark Hymers --- diff --git a/setup/README b/setup/README index 3b04d730..fd07ad58 100644 --- a/setup/README +++ b/setup/README @@ -44,9 +44,14 @@ Set up some core data in projectb to get started (read the init_vars file if you wish to customise various aspects): # ./init_core +Create a minimal dak.conf +# ./init_minimal_conf +# cp dak-minimal.conf /etc/dak/dak.conf + Add some architectures you care about: # dak admin architecture add i386 "Intel x86 port" # dak admin architecture add amd64 "AMD64 port" Add a suite (origin=, label= and codename= are optional) # dak admin suite add-all-arches unstable x.y.z origin=MyDistro label=Master codename=sid +