Add support for elxr #44

Merged
josch merged 1 commit from zulcss/mmdebstrap:main into main 2025-04-08 03:29:14 +00:00
Contributor

eLxr is a debian derative based on Debian 12. We use
mmdebstrap to bootstrap our edge images. This patch
allows users to use the correct mirror, and right
suite when bootstrapping eLxr.

Signed-off-by: Charles Short charles.short@windriver.com

eLxr is a debian derative based on Debian 12. We use mmdebstrap to bootstrap our edge images. This patch allows users to use the correct mirror, and right suite when bootstrapping eLxr. Signed-off-by: Charles Short <charles.short@windriver.com>
zulcss added 1 commit 2024-08-28 13:40:28 +00:00
eLxr is a debian derative based on Debian 12. We use
mmdebstrap to bootstrap our edge images. This patch
allows users to use the correct mirror, and right
suite when bootstrapping eLxr.

Signed-off-by: Charles Short <charles.short@windriver.com>
Owner

Thank you! I'd like to use this opportunity to factor out all this information into some machine-readable text files. I'll see if I find time to do that this week.

Thank you! I'd like to use this opportunity to factor out all this information into some machine-readable text files. I'll see if I find time to do that this week.
josch reviewed 2024-09-13 12:41:56 +00:00
@ -4156,6 +4160,9 @@ sub get_suite_by_vendor {
} elsif ($target eq "kali"
and not exists $suite_by_vendor{'kali'}->{$suite}) {
$suite_by_vendor{'kali'}->{$suite} = 0;
} elsif ($target eq "elxr"
Owner

I was wondering why you check for "elxr" here. Debootstrap does not ship any such script or symlink and I do not see an open merge request on salsa nor an open bug in the Debian BTS. Is this an oversight or are you planning to add debootstrap support soon?

I was wondering why you check for "elxr" here. Debootstrap does not ship any such script or symlink and I do not see an open merge request on salsa nor an open bug in the Debian BTS. Is this an oversight or are you planning to add debootstrap support soon?
Author
Contributor

Yeah I will be pushing the patch needed for debootstrap soon. I was away last week.

Yeah I will be pushing the patch needed for debootstrap soon. I was away last week.
Author
Contributor

Hi,

I am circling back to this now, sorry for the delay, elxr was added into debootstrap 1.0.38. If you have any questions please let me know.

Thanks
chuck

Hi, I am circling back to this now, sorry for the delay, elxr was added into debootstrap 1.0.38. If you have any questions please let me know. Thanks chuck
josch force-pushed main from 9851edc111 to 7709ad49bb 2025-04-08 03:28:20 +00:00 Compare
josch merged commit 7709ad49bb into main 2025-04-08 03:29:14 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: josch/mmdebstrap#44
No description provided.