Ignore:
Timestamp:
02/13/09 19:26:14 (3 years ago)
Author:
tschmitt
Message:
  • Paket:
    • debian/rules: Code für hwinfo ergänzt, Vesamode geändert
    • debian/control: build dependencies für hwinfo ergänzt
    • hwinfo-15.3 selbst kompiliert aus Jaunty-Sourcepaket
  • Kernel:
    • Update auf Version 2.6.29-rc4
    • PCI Hotplug Treiber entfernt
    • Device node /dev/kvm in initramfs_kernel.conf ergänzt
    • Default Vesamode ist jetzt 771
  • linbofs:
    • /etc/ata_modules entfernt
    • lspci entfernt, wird jetzt von hwinfo erledigt
    • pci.ids entfernt (nicht benötigt von hwinfo)
    • /etc/ide_modules aktualisiert
    • linbo_cmd, mkgrubmenu(): Grub's device.map wird nun auch aktualisiert
    • linbo_cmd, mkgrldr(): fstype wird nun aus start.conf geholt
    • linbo_cmd: Unterstützung für KVM's virtuelles Blockdevice (/dev/vda) ergänzt
    • linbo_cmd: Start und Ende einer Imaging-Aktion wird nun geloggt
    • busybox auf 1.13.2 aktualisiert
    • init.sh: mdev hotplugging ergänzt
    • init.sh, hwsetup(): Laden der Module optimiert, ausführlicheres Logging von Hardware-Informationen
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/conf/initramfs.conf

    r418 r448  
    1717file /etc/services ../../linbo/etc/services 644 0 0 
    1818file /etc/nsswitch.conf ../../linbo/etc/nsswitch.conf 644 0 0 
     19 
     20# modules lists 
     21#file /etc/ata_modules ../../linbo/etc/ata_modules 644 0 0 
     22file /etc/ide_modules ../../linbo/etc/ide_modules 644 0 0 
    1923 
    2024# shared libraries 
     
    140144file /bin/ssmtp ../../src/ssmtp/ssmtp 755 0 0 
    141145 
     146# hwinfo 
     147file /sbin/hwinfo ../../src/hwinfo/hwinfo 755 0 0 
     148file /usr/lib/libhd.so.15 ../../src/hwinfo/src/libhd.so.15 755 0 0 
     149file /usr/lib/libdbus-1.so.3 /usr/lib/libdbus-1.so.3 755 0 0 
     150file /usr/lib/libhal.so.1 /usr/lib/libhal.so.1 755 0 0 
     151 
Note: See TracChangeset for help on using the changeset viewer.