Changeset 1765 in MondoRescue for branches/2.2.5/mindi-busybox/examples/bootfloppy
- Timestamp:
- Nov 4, 2007, 3:16:40 AM (18 years ago)
- Location:
- branches/2.2.5/mindi-busybox/examples/bootfloppy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi-busybox/examples/bootfloppy/bootfloppy.txt
r821 r1765 73 73 74 74 (chdir to busybox directory) 75 make PREFIX=(path to)loop/ install75 make CONFIG_PREFIX=(path to)loop/ install 76 76 77 77 - Make device files in /dev: -
branches/2.2.5/mindi-busybox/examples/bootfloppy/mkrootfs.sh
r821 r1765 77 77 make distclean 78 78 make CC=$BASE_DIR/$UCLIBC_DIR/extra/gcc-uClibc/i386-uclibc-gcc 79 make PREFIX=$BASE_DIR/$TARGET_DIR install79 make CONFIG_PREFIX=$BASE_DIR/$TARGET_DIR install 80 80 cd $BASE_DIR 81 81
Note:
See TracChangeset
for help on using the changeset viewer.