mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +00:00
Import patches-unapplied version 2.426 to ubuntu/yakkety-proposed
Imported using git-ubuntu import. Changelog parent: 6ebeaf88c03ccd5d4838db235a6ff614819fa244 New changelog entries: * 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
6ebeaf88c0
commit
cddd4d301b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.426) yakkety; 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:23:19 +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