diff options
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_qemux86-64.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_qemux86-64.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_qemux86-64.inc b/meta-agl-bsp/conf/include/agl_qemux86-64.inc index f058c6bfc..8db4a66b9 100644 --- a/meta-agl-bsp/conf/include/agl_qemux86-64.inc +++ b/meta-agl-bsp/conf/include/agl_qemux86-64.inc @@ -1,4 +1,3 @@ - # Configurations to run on VirtualBox/VMWare # # To get wide screen than default, there are a selection of resolutions @@ -21,3 +20,5 @@ APPEND += "quiet" # Build updatable image. Only takes effect when sota.bbclass is inherited DISTRO_FEATURES_append = " sota" +# Root device +ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02" |