Imported using git-ubuntu import.
Changelog parent: c9aadc4a69
New changelog entries:
[ Michael Vogt ]
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
- improve apt-get output
* live-build/auto/config:
- add click-apparmor for system-image
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
- fix incorrect "echo"
- add missing wrappers for apt, apt-cache
- fix message
* live-build/ubuntu-core/hooks/14-set-motd.chroot:
- update motd
[ James Hunt ]
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
- compress remaining documentation to save further space.
impish
parent
c9aadc4a69
commit
1689669b4b
@ -1,11 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat >/etc/motd<<EOF
|
||||
Welcome to Ubuntu Core (development branch)
|
||||
Welcome to the Ubuntu Core rolling development release.
|
||||
|
||||
* See https://ubuntu.com/snappy
|
||||
|
||||
Surprise! It's a brave new Ubuntu world here in the snappy development
|
||||
channel. Ubuntu Core does not use APT, see 'snappy --help' for ideas
|
||||
on how to make the most of this transactional system.
|
||||
It's a brave new world here in snappy Ubuntu Core! This machine
|
||||
does not use apt-get or deb packages. Please see 'snappy --help'
|
||||
for app installation and transactional updates.
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in new issue