| Main Archive Page > Month Archives > engarde-users archives |
> This was the big question... what files are tied to the hardware/drivers
> configuration outside of say lilo.conf and modules.conf ?? OR maybe I
> should say what directories outside of /boot and /etc ?
>
> Can you give me a quickie list? It does not need to be complete/perfect.
These three are the only one that come to mind (keep in mind I'm not yet totally caffeinated): /etc/lilo.conf /etc/fstab /etc/mod*
lilo.conf since it has your boot device, fstab since is has the filesystem data, and mod* because those contain the module information (required by mkinitrd a few steps below to rebuild the initial ramdisk).
-r