← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/hacking_doc_update into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/hacking_doc_update into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~andreserl/maas/hacking_doc_update/+merge/97994
-- 
https://code.launchpad.net/~andreserl/maas/hacking_doc_update/+merge/97994
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/hacking_doc_update into lp:maas.
=== modified file 'HACKING.txt'
--- HACKING.txt	2012-03-15 22:43:55 +0000
+++ HACKING.txt	2012-03-16 21:34:25 +0000
@@ -143,10 +143,18 @@
 
     $ make sampledata
 
-Install Cobbler, and import at least one distro and profile::
+Install Cobbler, install preseed files and snippets, and import distros.
 
     $ sudo apt-get install apache2 cobbler
+    $ sudo cp contrib/preseeds/* /var/lib/cobbler/kickstarts/
+    $ sudo cp contrib/snippets/* /var/lib/cobbler/snippets/
+    $ sudo ./scripts/maas-import-isos
+
+You can also import an specific release-arch, but you will have to run
+maas-import-isos to create the maas necessary profiles:
+
     $ sudo cobbler-ubuntu-import precise-i386  # For example.
+    $ sudo ./scripts/maas-import-isos
 
 Add yourself as a user in Cobbler. For convenience, give yourself the
 password ``test``::