1 2 3 4 5 6 7 8 9 | (RaspberryPi2)ubuntu@localhost:~$ sudo -s
root@localhost:~# snappy config ubuntu-core - <(echo -e 'config:\n ubuntu-core:\n timezone: Europe/Berlin\n')
config:
ubuntu-core:
autopilot: false
timezone: Europe/Berlin
hostname: localhost.localdomain
root@localhost:~#
|