subiquity/documentation
Olivier Gayot c46723750b codecs: add ability to install ubuntu-restricted-addons
Subiquity now supports a new endpoint that can be used by the desktop
installer to configure whether the ubuntu-restricted-addons package
should be installed. This package contains third-party codecs commonly
used on a desktop install.

  curl --unix-socket /run/subiquity/socket http://a/codecs
  > {"install": false}

  curl --unix-socket /run/subiquity/socket \
    http://a/codecs -d '{"install": true}'

  curl --unix-socket /run/subiquity/socket http://a/codecs
  > {"install": true}

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2022-11-04 10:41:03 +01:00
..
.gitignore doc: implement link substitution mechanism 2022-10-20 09:50:10 +02:00
Makefile doc: implement link substitution mechanism 2022-10-20 09:50:10 +02:00
autoinstall-quickstart-s390x.md doc: update quickstart guide for 22.10 release 2022-10-25 09:31:44 +02:00
autoinstall-quickstart.md doc: double the memory allocated to kvm in quickstart guide 2022-10-25 09:32:44 +02:00
autoinstall-reference.md codecs: add ability to install ubuntu-restricted-addons 2022-11-04 10:41:03 +01:00
autoinstall-schema.md codecs: add ability to install ubuntu-restricted-addons 2022-11-04 10:41:03 +01:00
autoinstall.md doc: reword autoinstall introduction that still mentions 20.04 2022-10-25 09:30:23 +02:00
substitute-links.py doc: fix missing leading / before some discourse links 2022-10-25 16:08:14 +02:00