Changeset 4494
- Timestamp:
- 06/16/10 23:22:19 (3 months ago)
- Files:
-
- trunk/initrd_source/initrd.rul (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/initrd_source/initrd.rul
r4480 r4494 34 34 initrd_source/build_dir/usr/sbin/* \ 35 35 initrd_source/build_dir/lib/udev/* \ 36 | grep -v "text\|symbolic link"\36 | egrep ':.*ELF ' \ 37 37 | perl -pi -e 's/:.*//') 38 39 38 40 39 ## Should initrd.img be gzipped? … … 121 120 $(UTIL_LINUX_DIR).install \ 122 121 $(UDEV_DIR).install \ 123 $(HOTPLUG_DIR).install \124 122 $(LSB_DIR).build \ 125 123 $(DHCLIENT_DIR).install \ … … 151 149 cp -a /lib/libnss* $(INITRD_BUILD_DIR)/lib 152 150 endif 153 # Undo prelinking. -AR- 154 [ -x `which prelink` ] && (find $(INITRD_BUILD_DIR) -type f -exec prelink -u {} \; 2>&1 | grep -v "does not have .gnu.prelink_undo section\|is not an ELF file") || true 151 # Do we still need to undo prelinking? -BEF- 152 ## Undo prelinking. -AR- 153 #[ -x `which prelink` ] && (find $(INITRD_BUILD_DIR) -type f -exec prelink -u {} \; 2>&1 | grep -v "does not have .gnu.prelink_undo section\|is not an ELF file") || true 155 154 156 155 # Strip 'em. -BEF-
