|
Passing parameter to kernel when booting from floppy
My Slackware 9.1 installation is on partition /dev/hdb3 which I boot from a floppy -not from lilo or grub. To start the boot process can I use the following command to pass scsi emulation parameter to the kernel to use my cd-rw drive?
mount root=/dev/hdb3 hdd=ide-scsi
Or do I need to add "append" between hdb3 and hdd?
|