Changes between Version 3 and Version 4 of bootloaders/syslinux
- Timestamp:
- Jan 7, 2009, 7:39:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bootloaders/syslinux
v3 v4 26 26 27 27 make CROSS_COMPILE=${CLFS_TARGET}- installer &&[[BR]] 28 install -d -m 755 /cross-tools/usr/bin &&[[BR]]29 install -m 755 mtools/syslinux /cross-tools/usr/bin &&[[BR]]30 install -d -m 755 /cross-tools/sbin &&[[BR]]31 28 install -m 755 extlinux/extlinux /cross-tools/sbin &&[[BR]] 32 29 install -d -m 755 /cross-tools/usr/share/syslinux &&[[BR]] … … 111 108 append rw root=root_device[[BR]] 112 109 EOF[[BR]] 113