Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mk/chroot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(BUILD)/debootstrap:
--arch=amd64 \
"$(UBUNTU_CODE)" \
"[email protected]" \
"$(UBUNTU_MIRROR)"; \
"$(DEBOOTSTRAP_MIRROR)"; \
then \
cat "[email protected]/debootstrap/debootstrap.log"; \
false; \
Expand Down
3 changes: 2 additions & 1 deletion mk/ubuntu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ else ifeq ($(DISTRO_VERSION),20.04)
UBUNTU_NAME:=Focal Fossa
endif

UBUNTU_MIRROR:=http://us.archive.ubuntu.com/ubuntu/
DEBOOTSTRAP_MIRROR=http://us.archive.ubuntu.com/ubuntu/
UBUNTU_MIRROR:=mirror://mirrors.ubuntu.com/mirrors.txt

UBUNTU_COMPONENTS:=\
main \
Expand Down