I'm new in Linux. I want to know if any solution that can let me create
second hardware profile in RH Linux 9 server because I want to use mobile
hard disk between two PCs. Any suggestion will be good.
thanks!
Best Regards.
Amy Wang
All initialization of hardware under Linux is doing by the "init" daemon. It
uses /etc/inittab file and /etc/init.d/ folder for startup scripts. So, this
files differs between systems with different hardware configurations.
As I know, the one solution to do you want is to keep two different versions
of these files. More elegant way is to write a second version of init
daemon, that will use other init files and specify it in the boot loader by
the init=/bin/init_2, for example, but this needs a some C programming exp.