/etc/system-image/client.ini is in system-image-common 2.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # Default and example .ini configuration file.
# Edit this and put it in /etc/system-image/client.ini
[service]
base: system-image.ubuntu.com
http_port: 80
https_port: 443
channel: daily
build_number: 0
[system]
timeout: 1h
build_file: /etc/ubuntu-build
tempdir: /tmp
logfile: /var/log/system-image/client.log
loglevel: info
settings_db: /var/lib/system-image/settings.db
[gpg]
archive_master: /etc/system-image/archive-master.tar.xz
image_master: /var/lib/system-image/keyrings/image-master.tar.xz
image_signing: /var/lib/system-image/keyrings/image-signing.tar.xz
device_signing: /var/lib/system-image/keyrings/device-signing.tar.xz
[updater]
cache_partition: /android/cache/recovery
data_partition: /var/lib/system-image
[hooks]
device: systemimage.device.SystemProperty
scorer: systemimage.scores.WeightedScorer
reboot: systemimage.reboot.Reboot
[dbus]
lifetime: 10m
|