Right now, it is only possible at the installation of Gujin on the
floppy or at the boot.exe generation, by using the "--cmdline=" option
of "./instboot" - so it will append the parameters to all kernel booted.
So you will need to recompile from the source.
It is still not possible to have different options for different kernels.
--> Have a look at "./instboot --help".
The maximum size of this string is 64 bytes (compile time: see boot.h,
struct gujin_param_str->extra_cmdline).
The target is to have a setup screen where this field can be modified,
but before a more generic menu system is needed, and also a way to
select the keyboard language.
Note that you need to use rdev only if you have your kernel on a scsi
disk or in a "small" partition at the beginning of the disk.
If the kernel is /boot/vmlinuz*, and /boot is not a mount point,
the root partition is surely the /
If /boot is a mount point, there is also the trick:
cp /boot/vmlinuz* /tmp
umount /boot
cp /tmp/vmlinuz* /boot
mount /boot
So you can select the right file at next reboot.
> Do you plan to set up a gujin mailing list on sourceforge to pull
> discussions off here?
I was thinking the forum would be enought, but if you want it,
and considering sourceforge says it is better to create those three:
gujin-devel@lists.sourceforge.net
gujin-users@lists.sourceforge.net
gujin-announce@lists.sourceforge.net
Sourceforge says:
It will take 6-24 Hours for your list to be created.
See you there,
Etienne.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/