mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary
- use echo to display the error, thanks ogra for pointing that out, update the string also to use the new snappy command naming
This commit is contained in:
parent
f90725fb8f
commit
1060aac86d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.426) UNRELEASED; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary
|
||||
- use echo to display the error, thanks ogra for pointing that out,
|
||||
update the string also to use the new snappy command naming
|
||||
|
||||
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 17 Aug 2016 15:15:28 +0200
|
||||
|
||||
livecd-rootfs (2.425) yakkety; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary,
|
||||
|
@ -9,7 +9,7 @@ PREFIX=binary/boot/filesystem.dir
|
||||
mkdir -p $PREFIX/usr/local/bin
|
||||
cat >$PREFIX/usr/local/bin/no-apt <<EOF
|
||||
#!/bin/sh
|
||||
Ubuntu Core does not use apt-get, see 'snappy --help'!
|
||||
echo "Ubuntu Core does not use apt-get, see 'snap --help'!"
|
||||
EOF
|
||||
chmod 755 $PREFIX/usr/local/bin/no-apt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user