Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/examples/bootfloppy
- Timestamp:
- Feb 25, 2011, 9:26:54 PM (15 years ago)
- Location:
- branches/2.2.9/mindi-busybox/examples/bootfloppy
- Files:
-
- 7 edited
-
bootfloppy.txt (modified) (1 diff)
-
display.txt (modified) (1 diff)
-
etc/fstab (modified) (1 diff)
-
etc/inittab (modified) (1 diff)
-
etc/profile (modified) (1 diff)
-
mkdevs.sh (modified) (1 diff)
-
mkrootfs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi-busybox/examples/bootfloppy/bootfloppy.txt
r1765 r2725 77 77 - Make device files in /dev: 78 78 79 This can be done by running the 'mkdevs.sh' script. If you want the gory79 This can be done by running the 'mkdevs.sh' script. If you want the gory 80 80 details, you can read the script. 81 81 -
branches/2.2.9/mindi-busybox/examples/bootfloppy/display.txt
r821 r2725 2 2 This boot floppy is made with Busybox, uClibc, and the Linux kernel. 3 3 Hit RETURN to boot or enter boot parameters at the prompt below. 4 -
branches/2.2.9/mindi-busybox/examples/bootfloppy/etc/fstab
r821 r2725 1 1 proc /proc proc defaults 0 0 2 -
branches/2.2.9/mindi-busybox/examples/bootfloppy/etc/inittab
r821 r2725 3 3 tty2::askfirst:-/bin/sh 4 4 ::ctrlaltdel:/bin/umount -a -r 5 -
branches/2.2.9/mindi-busybox/examples/bootfloppy/etc/profile
r821 r2725 6 6 echo "Done" 7 7 echo 8 -
branches/2.2.9/mindi-busybox/examples/bootfloppy/mkdevs.sh
r821 r2725 58 58 # virtual console screen w/ attributes devs 59 59 for i in `seq 0 9`; do 60 mknod vcsa$i b 7 $ i60 mknod vcsa$i b 7 $((128 + i)) 61 61 done 62 62 ln -s vcsa0 vcsa -
branches/2.2.9/mindi-busybox/examples/bootfloppy/mkrootfs.sh
r1765 r2725 103 103 gzip -9 rootfs 104 104 fi 105
Note:
See TracChangeset
for help on using the changeset viewer.
