mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +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
|
livecd-rootfs (2.425) yakkety; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary,
|
* 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
|
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
|
||||||
Ubuntu Core does not use apt-get, see 'snappy --help'!
|
echo "Ubuntu Core does not use apt-get, see 'snap --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