From e917424da408952c649429a226cf0f4810ed2fb9 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 28 Jul 2011 08:10:07 +0100 Subject: [PATCH] Notes about creating dak.conf Signed-off-by: Mark Hymers --- setup/README | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 2.39.2