X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=setup%2FREADME;h=fd07ad5872bc81c83edd45d9d18ed7b47ee0323f;hb=e917424da408952c649429a226cf0f4810ed2fb9;hp=82ead70fffb57edc5138857f220a70797ed9c9e4;hpb=8da566048a8566624bb289dee13e05adb7688903;p=dak.git diff --git a/setup/README b/setup/README index 82ead70f..fd07ad58 100644 --- a/setup/README +++ b/setup/README @@ -44,7 +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 +