diff --git a/doc/tutorials/create-up2-images.sh b/doc/tutorials/create-up2-images.sh index 954952ac0..437fba3e9 100755 --- a/doc/tutorials/create-up2-images.sh +++ b/doc/tutorials/create-up2-images.sh @@ -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 diff --git a/doc/tutorials/using_sbl_on_up2.rst b/doc/tutorials/using_sbl_on_up2.rst index 5093ff40a..c4fe0c9f5 100644 --- a/doc/tutorials/using_sbl_on_up2.rst +++ b/doc/tutorials/using_sbl_on_up2.rst @@ -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::