Changeset e972b4d
- Timestamp:
- Feb 21, 2006, 12:26:30 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1c9c5c3
- Parents:
- 3937eff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/target-scripts/target-kernel.sh
r3937eff re972b4d 156 156 cp System.map ${LFS}/boot/System.map-${KERNEL_VER} && 157 157 cp .config ${LFS}/boot/config-${KERNEL_VER} && 158 159 # Create /usr/share/hwdata dir and populate with pci.ids (for hald) 160 mkdir -p ${LFS}/usr/share/hwdata & 161 cp -p drivers/pci/pci.ids ${LFS}/usr/share/hwdata & 162 158 163 cd ${LFS}/boot && 159 164 ln -s System.map-${KERNEL_VER} System.map &&
Note:
See TracChangeset
for help on using the changeset viewer.