#!/bin/bash # # Floppy.Howto.txt # ---------------------------- # merged StandAlone.Floppy.sh.txt and initrd-howto.sh.txt # # # Original Files # -------------- # http://Linux-Boot.net/Boot.Standalone/FD/Floppy.Howto.sh.txt # # # 08-Mar-05 amo Date-of-Birth # 16-Mar-05 amo Split apart Standalone-BootFloppy-Howto into sections # 25-Mar-05 amo ReOrg for Bootable FD, CF, CD, USB # # # # To Create a Standalone Boot Floppy # ==================================== # # # # get a good floppy that supports 1.722MB or 2.88MB format # # # # # Adjust the Path and Version Variables # ------------------------------------- vi Floppy.variables.sh.txt # # # # Create a initrd.gz for running in /dev/ram or /dev/loop # ----------------- # sh Floppy.InitRD.sh.txt # # # Create a small boot kernel # -------------------------- # Floppy.Kernel.sh.txt # # # Create the standalone linux rootfs # ---------------------------------- # sh Floppy.RootFS.sh.txt # # # Make the floppy bootable # ------------------------ # sh Floppy.MBR.sh.txt # # # End of file