mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 08:51:50 +00:00
[CPC] Don't overwrite the default sources.list
We've received a request not to do so (LP: #1513529) and cloud-init applies it (or something similar to it) at boot anyway, so the list we're putting in place isn't generally used.
This commit is contained in:
parent
8a5032e26e
commit
e690e4bdf7
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -10,6 +10,9 @@ livecd-rootfs (2.411) UNRELEASED; urgency=medium
|
|||||||
* create /boot/uboot dir on all arches and configure /etc/fw_env.config
|
* create /boot/uboot dir on all arches and configure /etc/fw_env.config
|
||||||
everywhere
|
everywhere
|
||||||
|
|
||||||
|
[ Daniel Watkins ]
|
||||||
|
* Don't overwrite the default sources.list in cloud images.
|
||||||
|
|
||||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 13 May 2016 21:01:34 +0200
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 13 May 2016 21:01:34 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.410) yakkety; urgency=medium
|
livecd-rootfs (2.410) yakkety; urgency=medium
|
||||||
|
@ -251,16 +251,6 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
|
|||||||
build_name: server
|
build_name: server
|
||||||
serial: $BUILDSTAMP
|
serial: $BUILDSTAMP
|
||||||
EOF
|
EOF
|
||||||
cat > chroot/etc/apt/sources.list << EOF
|
|
||||||
deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION} main restricted universe multiverse
|
|
||||||
deb ${LB_PARENT_MIRROR_BINARY} ${LB_DISTRIBUTION}-updates main restricted universe multiverse
|
|
||||||
deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-security main restricted universe multiverse
|
|
||||||
EOF
|
|
||||||
lb chroot_hosts install
|
|
||||||
lb chroot_resolv install
|
|
||||||
Chroot chroot "apt-get update"
|
|
||||||
lb chroot_resolv remove
|
|
||||||
lb chroot_hosts remove
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "===== Checking size of /usr/share/doc ====="
|
echo "===== Checking size of /usr/share/doc ====="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user