Hi *, On Friday 20 June 2003 17:20, Mario Duve wrote: > Hallo, > > Wie kann ich die initrd anpassen, das ein modul > zur Bootzeit geladen wird? > > Gruss, Mario
Du kannst die module einfach in die Datei /etc/modules eintragen: # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a "#", and everything on the line after them are ignored. soundcore es1371 /etc/modules (END) Ansonsten gibt es mkinitrd um eine initrd anzulegen. -- Martin Schmiderer Walbenstr. 12 72127 Wankheim -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

