(Apr 05 2005 12:26) Tarmo Inno wrote: > Hi, > > I downloaded the Trustix 3.0 (looks very nice :) ), but I need to load extra > driver (I want to try this promise TX2200 SATA). > > But how I can access to the floppy during the installation?
The driver disk support is not yet implemented. You should be able to do it manually though. * Switch to tty2 (<Alt>-<F2>) * Mount floppy (mount /dev/fd0 /mnt/floppy) * insmod the driver (kernel messages are on tty3) The problem is that the driver must be compiled for that specific kernel (the SMP variant is used on the installer) so you need to install the correct kernel source on another system and compile the driver there. kind regards c -- Christian Haugan Toldnes Software Engineer Trustix Secure Linux Development Office Tel Europe: +44 (0) 161 8747070 Office Tel US: +1 888 COMODO 1 (1 888 266 6361) Fax Europe: +44 (0) 161 8771767 Fax US: +1 201 963 9003 This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender by replying to the e-mail containing this attachment. Replies to this email may be monitored by Comodo for operational or business reasons. Whilst every endeavour is taken to ensure that e-mails are free from viruses, no liability can be accepted and the recipient is requested to use their own virus checking software. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
