-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
At current state, current debian is 12.9, while in Makevars, it is still stated as 12.8.
This could lead to failed image creation when running make download
to download the Debian iso.
I can see some alternatives:
- let the user change the
Makevars
that match the downloaded image. - if the user called
make download
, change theMakevars
automatically to the current version. - let user specify the version first in
Makevars
, then only download the right version accordingly. For example, fromhttps://cdimage.debian.org/mirror/cdimage/archive/<version>/amd64/iso-cd/debian-<version>-amd64-netinst.iso
- update repository everytime debian changes its
current
Metadata
Metadata
Assignees
Labels
No labels