mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Add tzdata to buildd images
It isn't strictly build-essential, but it has traditionally been present in both Debian and Ubuntu, and a variety of things fail without it.
This commit is contained in:
parent
93471ebb1f
commit
dc85df854b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.596) UNRELEASED; urgency=medium
|
||||
|
||||
* Add tzdata to buildd images. It isn't strictly build-essential, but it
|
||||
has traditionally been present in both Debian and Ubuntu, and a variety
|
||||
of things fail without it.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Wed, 19 Jun 2019 17:20:16 +0100
|
||||
|
||||
livecd-rootfs (2.595) eoan; urgency=medium
|
||||
|
||||
* Remove dangling symlink
|
||||
|
@ -813,6 +813,9 @@ case $SUBPROJECT in
|
||||
add_package install build-essential
|
||||
# Needed for LXD-based builds.
|
||||
add_package install init
|
||||
# Not strictly build-essential, but traditionally present
|
||||
# and a variety of things fail without it.
|
||||
add_package install tzdata
|
||||
|
||||
cp -af /usr/share/livecd-rootfs/live-build/make-lxd-metadata.py config/make-lxd-metadata
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user