# # # rdev /dev/fd0 /dev/hda1 # /sbin/lilo -r /dev/hda1 # # http://www.xs4all.nl/~lennartb/bootloaders/node4.html # # We need one more thing to get this working: we need to set the RAM disk offset in the kernel. First calculate 16384 plus the offset you used with dd, in our case it is 16384+450=16834. Use this number in the following rdev commands: # # rdev -r /dev/fd0 16834 # http://www.slackware.com/faq/do_faq.php?faq=distro # # # end of file