+invirt-remote (0.4.8) unstable; urgency=low
+
+ * Allow "preseed" as a valid installation option.
+
+ -- Quentin Smith <quentin@mit.edu> Mon, 27 Dec 2010 01:28:05 -0500
+
invirt-remote (0.4.7) unstable; urgency=low
* Minor fix of 0.4.6
if operation == 'install':
options = dict(arg.split('=', 1) for arg in args)
- valid_keys = set(('mirror', 'dist', 'arch', 'imagesize', 'noinstall'))
+ valid_keys = set(('mirror', 'dist', 'arch', 'imagesize', 'noinstall', 'preseed'))
if not set(options.keys()).issubset(valid_keys):
print >> sys.stderr, "Invalid argument. Use the help command to see valid arguments to install"
return 1