View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

the install floppy creation

  1. create kernel
  2. rootflags bzImage 0
  3. mknod /dev/nfsroot b 0 255
  4. rdev bzImage /dev/nfsroot
  5. mkdosfs /dev/fd0
  6. syslinux -s /dev/fd0
  7. cp syslinux.cfg /floppy
  8. cp bzImage /floppy

Link to this Page