Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to-guides/using-ubuntu-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ snap set wpe-webkit-mir-kiosk url=https://ubuntu.com/core

The first command installs [ubuntu-frame](https://snapcraft.io/ubuntu-frame). This provides the graphical display for developers deploying embedded applications with a GUI. The next snap, [wpe-webkit-mir-kiosk](https://snapcraft.io/wpe-webkit-mir-kiosk), installs an open-source web viewer and we use `snap set` to configure this with the web address we'd like to show.

All of this initial configuration could be done during the image build to control the complete user experience from the first boot. To learn how to create your own custom image, see our [Build an image](/tutorials/build-your-first-image/index) guide.
All of this initial configuration could be done during the image build to control the complete user experience from the first boot. To learn how to create your own custom image. See our {ref}`Build an image <ref-index-build-your-first-image>` guide.

## Interfaces

Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/build-your-first-image/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(ref-index-build-your-first-image)=
# Build your first image

This tutorial will guide you through the steps required to **create your own Ubuntu Core image**, with **your own selection of snaps**, and **install it on a Raspberry Pi**.
Expand Down