use weston instead of ias by bundle add x11-server
This commit is contained in:
parent
c2e741ad90
commit
ee35703750
|
@ -148,7 +148,7 @@ cleanup() {
|
|||
}
|
||||
|
||||
# Default values
|
||||
SOS_BASE_BUNDLE_LIST="service-os os-core-update openssh-server software-defined-cockpit"
|
||||
SOS_BASE_BUNDLE_LIST="service-os os-core-update openssh-server x11-server"
|
||||
SOS_BUNDLE_APPEND=""
|
||||
LAAG_BUNDLE_APPEND=""
|
||||
SOS_ROOTFS_SIZE=3584
|
||||
|
|
|
@ -96,7 +96,7 @@ An example of the configuration file ``uos.json``:
|
|||
"PartitionMountPoints" : [ { "disk" : "clearlinux.img", "partition" : 1, "mount" : "/boot" },
|
||||
{ "disk" : "clearlinux.img", "partition" : 2, "mount" : "/" } ],
|
||||
"Version": 27230,
|
||||
"Bundles": ["kernel-iot-lts2018", "openssh-server", "software-defined-cockpit", "os-core", "os-core-update"]
|
||||
"Bundles": ["kernel-iot-lts2018", "openssh-server", "x11-server", "os-core", "os-core-update"]
|
||||
}
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Reference in New Issue