Skip to content

Commit

Permalink
update pxe library location
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Jun 24, 2023
1 parent 518fbde commit 21d9458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ func DownloadFile(url string) error {
}

func EnsureDeps() {
DownloadFile("http://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/20210731/images/netboot/pxelinux.0")
DownloadFile("http://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/20210731/images/netboot/debian-installer/amd64/boot-screens/ldlinux.c32")
DownloadFile("http://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/20230607/images/netboot/pxelinux.0")
DownloadFile("http://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/20230607/images/netboot/debian-installer/amd64/boot-screens/ldlinux.c32")
}

0 comments on commit 21d9458

Please sign in to comment.