How to create a debian install media with custom packages?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I already saw that kind of questions but with no real answer. I'd like to build a Debian stretch installation media (with simple-cdd) that ships with stretch-backports packages. I could only go with adding the backports repository in the preseed configuration file but it wouldn't be usable with offline devices. Any idea ?
debian debian-installer simple-cdd
add a comment |Â
up vote
1
down vote
favorite
I already saw that kind of questions but with no real answer. I'd like to build a Debian stretch installation media (with simple-cdd) that ships with stretch-backports packages. I could only go with adding the backports repository in the preseed configuration file but it wouldn't be usable with offline devices. Any idea ?
debian debian-installer simple-cdd
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I already saw that kind of questions but with no real answer. I'd like to build a Debian stretch installation media (with simple-cdd) that ships with stretch-backports packages. I could only go with adding the backports repository in the preseed configuration file but it wouldn't be usable with offline devices. Any idea ?
debian debian-installer simple-cdd
I already saw that kind of questions but with no real answer. I'd like to build a Debian stretch installation media (with simple-cdd) that ships with stretch-backports packages. I could only go with adding the backports repository in the preseed configuration file but it wouldn't be usable with offline devices. Any idea ?
debian debian-installer simple-cdd
edited Jul 18 at 14:08
GAD3R
22k154891
22k154891
asked Jul 18 at 12:36
Kunai
64
64
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
If you know how to generate list of packages just put it to simple-cdd
profile .downloads
file. These packages, together with the dependencies, will be included into /pool/main/
directory of resulting image .iso
file.
https://wiki.debian.org/Simple-CDD/Howto
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
add a comment |Â
up vote
0
down vote
accepted
Actually, it seems there's no easy way (given the easy-way is simple-cdd) to fine tune the packages shipped with a debian installer media. One could actually customize its repository given it resolves all the dependencies one way or another. (see : Building a Custom CD Set)
However, for the particular backports case one could use in its simple-cdd configuration (profiles/[profile].conf) the parameters :
backports=true
backports_packages="[package_list_with_dependencies]"
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If you know how to generate list of packages just put it to simple-cdd
profile .downloads
file. These packages, together with the dependencies, will be included into /pool/main/
directory of resulting image .iso
file.
https://wiki.debian.org/Simple-CDD/Howto
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
add a comment |Â
up vote
1
down vote
If you know how to generate list of packages just put it to simple-cdd
profile .downloads
file. These packages, together with the dependencies, will be included into /pool/main/
directory of resulting image .iso
file.
https://wiki.debian.org/Simple-CDD/Howto
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
add a comment |Â
up vote
1
down vote
up vote
1
down vote
If you know how to generate list of packages just put it to simple-cdd
profile .downloads
file. These packages, together with the dependencies, will be included into /pool/main/
directory of resulting image .iso
file.
https://wiki.debian.org/Simple-CDD/Howto
If you know how to generate list of packages just put it to simple-cdd
profile .downloads
file. These packages, together with the dependencies, will be included into /pool/main/
directory of resulting image .iso
file.
https://wiki.debian.org/Simple-CDD/Howto
answered Jul 24 at 12:28
niya3
214
214
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
add a comment |Â
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
Yet this only works with current release repository and not with added ones.
â Kunai
Jul 25 at 7:10
add a comment |Â
up vote
0
down vote
accepted
Actually, it seems there's no easy way (given the easy-way is simple-cdd) to fine tune the packages shipped with a debian installer media. One could actually customize its repository given it resolves all the dependencies one way or another. (see : Building a Custom CD Set)
However, for the particular backports case one could use in its simple-cdd configuration (profiles/[profile].conf) the parameters :
backports=true
backports_packages="[package_list_with_dependencies]"
add a comment |Â
up vote
0
down vote
accepted
Actually, it seems there's no easy way (given the easy-way is simple-cdd) to fine tune the packages shipped with a debian installer media. One could actually customize its repository given it resolves all the dependencies one way or another. (see : Building a Custom CD Set)
However, for the particular backports case one could use in its simple-cdd configuration (profiles/[profile].conf) the parameters :
backports=true
backports_packages="[package_list_with_dependencies]"
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Actually, it seems there's no easy way (given the easy-way is simple-cdd) to fine tune the packages shipped with a debian installer media. One could actually customize its repository given it resolves all the dependencies one way or another. (see : Building a Custom CD Set)
However, for the particular backports case one could use in its simple-cdd configuration (profiles/[profile].conf) the parameters :
backports=true
backports_packages="[package_list_with_dependencies]"
Actually, it seems there's no easy way (given the easy-way is simple-cdd) to fine tune the packages shipped with a debian installer media. One could actually customize its repository given it resolves all the dependencies one way or another. (see : Building a Custom CD Set)
However, for the particular backports case one could use in its simple-cdd configuration (profiles/[profile].conf) the parameters :
backports=true
backports_packages="[package_list_with_dependencies]"
edited Jul 25 at 8:21
answered Jul 25 at 7:23
Kunai
64
64
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f456982%2fhow-to-create-a-debian-install-media-with-custom-packages%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password