bin/forj in forj-1.0.0 vs bin/forj in forj-1.0.1

- old
+ new

@@ -216,9 +216,12 @@ Logging.info("Starting boot process of '%s'. No blueprint requested." % oConfig[:instance_name]) else oConfig[:blueprint] = blueprint Logging.info("Starting boot process of '%s' with blueprint '%s'." % [oConfig[:instance_name], oConfig[:blueprint]]) end + + Logging.high_level_msg ("Preparing your forge '%s'. Please be patient\n" % oConfig[:instance_name]) + oCloud.Create(:forge) #Boot.boot(blueprint, name, options[:build], options[:boothook], options[:box_name], oForjAccount) end ################################# Show defaults