mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-30 04:01:39 +00:00
- fix message
* live-build/ubuntu-core/hooks/14-set-motd.chroot: - update motd
This commit is contained in:
parent
6e90ef925e
commit
52f8a0544f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -8,6 +8,9 @@ livecd-rootfs (2.274) UNRELEASED; urgency=medium
|
|||||||
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
|
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
|
||||||
- fix incorrect "echo"
|
- fix incorrect "echo"
|
||||||
- add missing wrappers for apt, apt-cache
|
- add missing wrappers for apt, apt-cache
|
||||||
|
- fix message
|
||||||
|
* live-build/ubuntu-core/hooks/14-set-motd.chroot:
|
||||||
|
- update motd
|
||||||
|
|
||||||
[ James Hunt ]
|
[ James Hunt ]
|
||||||
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
|
* live-build/ubuntu-core/hooks/10-remove-documentation.binary:
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cat >/etc/motd<<EOF
|
cat >/etc/motd<<EOF
|
||||||
Welcome to Ubuntu Core (development branch)
|
Welcome to the Ubuntu Core rolling development release.
|
||||||
|
|
||||||
* See https://ubuntu.com/snappy
|
* See https://ubuntu.com/snappy
|
||||||
|
|
||||||
Surprise! It's a brave new Ubuntu world here in the snappy development
|
It's a brave new world here in snappy Ubuntu Core! This machine
|
||||||
channel. Ubuntu Core does not use APT, see 'snappy --help' for ideas
|
does not use apt-get or deb packages. Please see 'snappy --help'
|
||||||
on how to make the most of this transactional system.
|
for app installation and transactional updates.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
@ -10,7 +10,7 @@ mkdir -p $PREFIX/usr/local/bin
|
|||||||
cat >$PREFIX/usr/local/bin/no-apt <<EOF
|
cat >$PREFIX/usr/local/bin/no-apt <<EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Ubuntu Core does not use APT, see 'snappy --help'!
|
Ubuntu Core does not use apt-get, see 'snappy --help'!
|
||||||
EOF
|
EOF
|
||||||
chmod 755 $PREFIX/usr/local/bin/no-apt
|
chmod 755 $PREFIX/usr/local/bin/no-apt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user