From bc92fb9a442bd1b2e4b5d34a643dda47ca52ef78 Mon Sep 17 00:00:00 2001 From: Robert Ricci Date: Wed, 27 Jun 2018 13:55:52 -0600 Subject: [PATCH] Mention main ways to build RSpecs --- creating-profiles.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/creating-profiles.scrbl b/creating-profiles.scrbl index 4000b54..0a2edde 100644 --- a/creating-profiles.scrbl +++ b/creating-profiles.scrbl @@ -20,8 +20,9 @@ When you create a new profile, you are creating a new @seclink["disk-images"]{disk images} that are referenced by that RSpec. When someone uses your profile, they will get their own @seclink["experiments"]{experiment} that boots up the resources (virtual or -physical) described by the RSpec. - +physical) described by the RSpec. It is common to create the resource specifification +for profiles using a @seclink["jacks"]{GUI} or by writing a +@seclink["geni-lib"]{python script} rather than dealing with RSpecs directly. @section[#:tag "creating-from-existing"]{Creating a profile from an existing one} -- GitLab