diff options
-rw-r--r-- | generic.yaml | 1 | ||||
-rw-r--r-- | ks/generic-wayland-mbr-x86_64.yaml | 1 | ||||
-rw-r--r-- | ks/generic-x11-mbr-x86_64.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/generic.yaml b/generic.yaml index bf1d72c..f202d49 100644 --- a/generic.yaml +++ b/generic.yaml @@ -1,6 +1,7 @@ Default: Baseline: tizen-3.0 Active: True + Architecture: ia32 Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap Part: generic-mbr Language: en_US.UTF-8 diff --git a/ks/generic-wayland-mbr-x86_64.yaml b/ks/generic-wayland-mbr-x86_64.yaml index cd07a08..4131173 100644 --- a/ks/generic-wayland-mbr-x86_64.yaml +++ b/ks/generic-wayland-mbr-x86_64.yaml @@ -1,4 +1,5 @@ Name: Generic Wayland MBR x86_64 +Architecture: x86_64 Schedule: "*" Active: True Platform: Wayland diff --git a/ks/generic-x11-mbr-x86_64.yaml b/ks/generic-x11-mbr-x86_64.yaml index 30e7ac8..62fb1d7 100644 --- a/ks/generic-x11-mbr-x86_64.yaml +++ b/ks/generic-x11-mbr-x86_64.yaml @@ -1,4 +1,5 @@ Name: Generic X11 MBR x86_64 +Architecture: x86_64 Schedule: "*" Active: True Platform: X11 |