[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Eigene Debian-DVDs erstellen



Christian Knoke <chrisk@cknoke.de> wrote:
> Sven Hartge schrieb am 18. Nov um 17:36 Uhr:

>> Was du brauchst, ist hier
>> https://wiki.debian.org/DebianInstaller/Modify/CD beschrieben.

> Interessant.

> So ungefähr hatte ich es mir vorgestellt.

> Jetzt fehlt noch die Auswahl der Pakete, mit allen Abhängigkeiten, und deren
> Bezug.

Skripte doch etwas mit apt-rdepends. Das gibt dir alle Abhängigkeiten,
die ein Paket hat, z.B. grob so:

,----
| apt-rdepends --follow=Depends,Recommends firefox | grep -v "^ "
`----

Die Liste, die das ausgibt beinhaltet leider auch virtuelle Pakete, wenn
man das direkt an "apt-get download" verfüttert funktioniert es nicht:

,----
| $ apt-get download $(apt-rdepends --follow=Depends,Recommends firefox | grep -v "\ ")
| Reading package lists... Done
| Building dependency tree       
| Reading state information... Done
| E: Can't select candidate version from package debconf-2.0 as it has no candidate
| E: Can't select candidate version from package perlapi-5.28.0 as it has no candidate
| E: Can't select candidate version from package fonts-freefont as it has no candidate
| E: Can't select candidate version from package dbus-session-bus as it has no candidate
| E: Can't select candidate version from package default-dbus-session-bus as it has no candidate
| E: Can't select candidate version from package gsettings-backend as it has no candidate
| E: Can't select candidate version from package libavcodec-extra53 as it has no candidate
| E: Can't select candidate version from package libavcodec-extra54 as it has no candidate
| E: Can't select candidate version from package libavcodec-extra55 as it has no candidate
| E: Can't select candidate version from package libavcodec-extra56 as it has no candidate
| E: Can't select candidate version from package va-driver as it has no candidate
| E: Can't select candidate version from package libva-driver-abi-1.2 as it has no candidate
| E: Can't select candidate version from package libva-driver-abi-1.3 as it has no candidate
| E: Can't select candidate version from package vdpau-driver as it has no candidate
| E: Can't select candidate version from package libx264-152 as it has no candidate
| E: Can't select candidate version from package libopencl-1.1-1 as it has no candidate
| E: Can't select candidate version from package libopencl-1.2-1 as it has no candidate
| E: Can't select candidate version from package libopencl1 as it has no candidate
| E: Can't select candidate version from package libavcodec53 as it has no candidate
| E: Can't select candidate version from package libavcodec54 as it has no candidate
| E: Can't select candidate version from package libavcodec55 as it has no candidate
| E: Can't select candidate version from package libavcodec56 as it has no candidate
`----

Aber wenn man die gelisteten Paketnamen aussortiert kommt man der Sache schon nahe.

S!

-- 
Sigmentation fault. Core dumped.


Reply to: