[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4648/8267] wic: ksparser: set default disk to 'sda'



commit 6d91c5f6f43e71ea8a4b0ba3015dd450d41aaeff
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Thu Feb 9 16:37:57 2017 +0200

    wic: ksparser: set default disk to 'sda'
    
    Set default value of --ondisk to 'sda' to ensure
    we always have disk name for the partition.
    
    This is a first step of replacing --ondisk with
    disk <name> attribute of .wks. This is better as
    all partitions share the same disk.
    
    (From OE-Core rev: caa243a86ba50c676f8eb0a71440885a49f10cc4)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/wic/ksparser.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py
index f0aa5d0..968b8e1 100644
--- a/scripts/lib/wic/ksparser.py
+++ b/scripts/lib/wic/ksparser.py
@@ -136,7 +136,7 @@ class KickStart():
         part.add_argument('--fstype')
         part.add_argument('--label')
         part.add_argument('--no-table', action='store_true')
-        part.add_argument('--ondisk', '--ondrive', dest='disk')
+        part.add_argument('--ondisk', '--ondrive', dest='disk', default='sda')
         part.add_argument("--overhead-factor", type=overheadtype)
         part.add_argument('--part-type')
         part.add_argument('--rootfs-dir')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]