config: add --root-device machine parameter
In case /dev/sda1 is not actually the boot partition for an image, we can override it on the command line or in a benchmark definition.
This commit is contained in:
@@ -274,6 +274,8 @@ def addFSOptions(parser):
|
||||
# Disk Image Options
|
||||
parser.add_option("--disk-image", action="store", type="string", default=None,
|
||||
help="Path to the disk image to use.")
|
||||
parser.add_option("--root-device", action="store", type="string", default=None,
|
||||
help="OS device name for root partition")
|
||||
|
||||
# Command line options
|
||||
parser.add_option("--command-line", action="store", type="string",
|
||||
|
||||
Reference in New Issue
Block a user