mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-03-17 03:57:40 +00:00
13 lines
572 B
Plaintext
13 lines
572 B
Plaintext
# Only used during OEM installation, to add Calamares to the installed system
|
|
# so that it can be used to provide first-time user setup.
|
|
---
|
|
dontChroot: false
|
|
timeout: 120
|
|
script:
|
|
- "mkdir /tmp/calamares-cdrom-sources"
|
|
- "cp /etc/apt/sources.list.d/cdrom.sources /tmp/calamares-cdrom-sources"
|
|
- "apt-get -o Dir::Etc::sourceparts=/tmp/calamares-cdrom-sources update"
|
|
- "apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict calamares"
|
|
- "rm /tmp/calamares-cdrom-sources/cdrom.sources"
|
|
- "rmdir /tmp/calamares-cdrom-sources"
|