Commit 868a70af by Serge Hallyn

ubuntu-cloud template: accept --rootfs argument

parent 6a2e602b
...@@ -194,6 +194,7 @@ do ...@@ -194,6 +194,7 @@ do
-T|--tarball) tarball=$2; shift 2;; -T|--tarball) tarball=$2; shift 2;;
-d|--debug) debug=1; shift 1;; -d|--debug) debug=1; shift 1;;
-s|--stream) stream=$2; shift 2;; -s|--stream) stream=$2; shift 2;;
--rootfs) rootfs=$2; shift 2;;
--) shift 1; break ;; --) shift 1; break ;;
*) break ;; *) break ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment