I need to be able to create the Clonezilla live media from scratch, mainly in order to archive the corresponding source code. For the moment, I just try to follow the instructions there http://clonezilla.org/create_clonezilla_live_from_scratch.php but, regardless which image I take as basis (tried clonezilla-live-2.4.2-32-i686-pae as described and also clonezilla-live-2.4.5-23-i686-pae), or which command line I use (not wanting to change to sid, experimental or unstable), the step create-debian-live always fails.
I'm told there would be dependencies to the packages
lbzip2
jfbterm
which cannot be resolved.
Sticking exactly to the example "create-debian-live -l e -b unstable -d sid -i customized" fails mssing a package "cloudfuse".
As there are images available there must be a way, but as it seems I'm unable to find it.
Can anyone please advise?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Long story short, although coming from a stable release image supposedly built for sid, the required packages are only available in drbl/live-unstable, so i needed -l u -d sid
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Like Debian Sid is unstable, not stable, some of the packages from DRBL are in live-unstable. We test the created clonezilla live and if it's stable enough, we put it in the stable release. However, it's not the packages which will be moved to live-stable.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to be able to create the Clonezilla live media from scratch, mainly in order to archive the corresponding source code. For the moment, I just try to follow the instructions there http://clonezilla.org/create_clonezilla_live_from_scratch.php but, regardless which image I take as basis (tried clonezilla-live-2.4.2-32-i686-pae as described and also clonezilla-live-2.4.5-23-i686-pae), or which command line I use (not wanting to change to sid, experimental or unstable), the step create-debian-live always fails.
I'm told there would be dependencies to the packages
lbzip2
jfbterm
which cannot be resolved.
Sticking exactly to the example "create-debian-live -l e -b unstable -d sid -i customized" fails mssing a package "cloudfuse".
As there are images available there must be a way, but as it seems I'm unable to find it.
Can anyone please advise?
Thanks!
Long story short, although coming from a stable release image supposedly built for sid, the required packages are only available in drbl/live-unstable, so i needed -l u -d sid
Like Debian Sid is unstable, not stable, some of the packages from DRBL are in live-unstable. We test the created clonezilla live and if it's stable enough, we put it in the stable release. However, it's not the packages which will be moved to live-stable.
Steven