mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Import patches-unapplied version 2.416 to ubuntu/yakkety-proposed
Imported using git-ubuntu import. Changelog parent: 2848624193ee7c9fc50f098382c6f58e64a94231 New changelog entries: * Fix security mirror sources.list entries for non-x86 architectures.
This commit is contained in:
parent
2848624193
commit
a98e648df2
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.416) yakkety; urgency=medium
|
||||
|
||||
* Fix security mirror sources.list entries for non-x86 architectures.
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Mon, 13 Jun 2016 02:20:02 -0600
|
||||
|
||||
livecd-rootfs (2.415) yakkety; urgency=medium
|
||||
|
||||
[ Michael Vogt ]
|
||||
|
@ -102,12 +102,12 @@ deb $LB_PARENT_MIRROR_BINARY $LB_DISTRIBUTION-backports main restricted universe
|
||||
# deb http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
|
||||
# deb-src http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
|
||||
|
||||
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
|
||||
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
|
||||
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
|
||||
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
|
||||
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
|
||||
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
|
||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
|
||||
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
|
||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
|
||||
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
|
||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
|
||||
# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
0
live-build/ubuntu-core/hooks/500-create-xdg-wrapper → live-build/ubuntu-core/hooks/500-create-xdg-wrapper.binary
Normal file → Executable file
0
live-build/ubuntu-core/hooks/500-create-xdg-wrapper → live-build/ubuntu-core/hooks/500-create-xdg-wrapper.binary
Normal file → Executable file
4
live-build/ubuntu-core/hooks/700-classic-dir → live-build/ubuntu-core/hooks/700-classic-dir.binary
Normal file → Executable file
4
live-build/ubuntu-core/hooks/700-classic-dir → live-build/ubuntu-core/hooks/700-classic-dir.binary
Normal file → Executable file
@ -4,10 +4,10 @@
|
||||
|
||||
set -ex
|
||||
|
||||
echo "I: Adding var/lib/snapd/classic"
|
||||
echo "I: Adding var/lib/snapd/hostfs"
|
||||
|
||||
PREFIX=binary/boot/filesystem.dir
|
||||
|
||||
(cd $PREFIX
|
||||
install -m755 -d var/lib/snapd/classic
|
||||
install -m755 -d var/lib/snapd/hostfs
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user