Skip to content

Commit

Permalink
Added ubuntu to kickstart_start snippet and one more instance in kick…
Browse files Browse the repository at this point in the history
…start_done
  • Loading branch information
Leon Flaks committed Dec 19, 2012
1 parent 891deb6 commit dba2364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/kickstart_done
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#set runpost = "\ncurl \"http://%s/cblr/svc/op/trig/mode/post/%s/%s\" -o /dev/null" % (srv, "system", system_name)
#else if $breed == 'vmware' and $os_version == 'esxi4'
#set runpost = "\nwget \"http://%s/cblr/svc/op/trig/mode/post/%s/%s\" -O /dev/null" % (srv, "system", system_name)
#else if $breed == 'debian'
#else if $breed == 'debian' or $breed == 'ubuntu'
#set runpost = "wget \"http://%s/cblr/svc/op/trig/mode/post/%s/%s\" -O /dev/null;" % (srv, "system", system_name)
#end if
#end if
Expand Down
2 changes: 1 addition & 1 deletion snippets/kickstart_start
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#set runpre = "\nwget \"http://%s/cblr/svc/op/trig/mode/pre/%s/%s\" -O /dev/null" % (srv, "system", system_name)
#else if $breed == 'vmware'
#set runpre = "\nwget \"http://%s/cblr/svc/op/trig/mode/pre/%s/%s\" -O /dev/null" % (srv, "system", system_name)
#else if $breed == 'debian'
#else if $breed == 'debian' or $breed == 'ubuntu'
#set runpre = "wget \"http://%s/cblr/svc/op/trig/mode/pre/%s/%s\" -O /dev/null" % (srv, "system", system_name)
#end if
#end if
Expand Down

0 comments on commit dba2364

Please sign in to comment.