Changeset e972b4d


Ignore:
Timestamp:
Feb 21, 2006, 12:26:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1c9c5c3
Parents:
3937eff
Message:

r623@server (orig r621): ryan | 2005-08-07 03:55:25 -0700
Update to install pci.ids into /usr/share/hwdata (for hald)



File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/target-scripts/target-kernel.sh

    r3937eff re972b4d  
    156156cp System.map ${LFS}/boot/System.map-${KERNEL_VER} &&
    157157cp .config ${LFS}/boot/config-${KERNEL_VER} &&
     158
     159# Create /usr/share/hwdata dir and populate with pci.ids (for hald)
     160mkdir -p ${LFS}/usr/share/hwdata &
     161cp -p drivers/pci/pci.ids ${LFS}/usr/share/hwdata &
     162
    158163cd ${LFS}/boot &&
    159164ln -s System.map-${KERNEL_VER} System.map &&
Note: See TracChangeset for help on using the changeset viewer.