According to Mitchell Gil Maltenfort: While burning my CPU.
>
> I was reviewing the linux-newbies FAQ and the discussion of how to make a
> boot disk. I've also compared it to the HOWTO for making a boot disk,
> http://metalab.unc.edu/mdw/HOWTO/Bootdisk-HOWTO.html, and I am confused.
>
> If I type rdev-R /dev/fd0 1, exactly what does that do? Tell the floppy
> it's the boot disk? Tell my Linux box that the floppy is a boot disk?
What the others who answered, should have said is;
'rdev -h'
which will produce;
usage: rdev [ -rsv ] [ -o OFFSET ] [ IMAGE [ VALUE [ OFFSET ] ] ]
rdev /dev/fd0 (or rdev /linux, etc.) displays the current ROOT device
rdev /dev/fd0 /dev/hda2 sets ROOT to /dev/hda2
rdev -R /dev/fd0 1 set the ROOTFLAGS (readonly status)
rdev -s /dev/fd0 /dev/hda2 set the SWAP device
rdev -r /dev/fd0 627 set the RAMDISK size
rdev -v /dev/fd0 1 set the bootup VIDEOMODE
rdev -o N ... use the byte offset N
rootflags ... same as rdev -R
swapdev ... same as rdev -s
ramsize ... same as rdev -r
vidmode ... same as rdev -v
Note: video modes are: -3=Ask, -2=Extended, -1=NormalVga, 1=key1, 2=key2,...
use -R 1 to mount root readonly, -R 0 for read/write.
A perfect example of 'rdev' is when you make a kernel on your machine using
"make zdisk" and it will be used to boot another machine, (Who's drive
architcture is different to yours), rdev allows you to change the root
filesystems location, as described in example 2 above.
>
> I checked the man pages and rdev-R isn't even listed.
Suprise...
>
> I already created a boot disk with mkbootdisk, but I assume this is a
> non-standard feature of RH5.2, and I'm wondering what I really need to do.
They sould do nicely.
>
> Thanks in advance.
>
--
Regards Richard.
[EMAIL PROTECTED]