--- Default.cfg.orig 2005-12-25 14:34:19.000000000 +0100 +++ Default.cfg 2005-12-26 14:13:58.000000000 +0100 @@ -70,7 +70,12 @@ # the disadvantage is that it stops working if you get a # new kernel where the modules are named differently. # - INPUT + #INPUT + MODULE usbhid + MODULE psmouse + MODULE i8042 + MODULE serio + MODULE atkbd # # MODULE -- make a module available. If the module is @@ -110,13 +115,35 @@ # only the hardware. # # NETWORK + # Try blindly to load network interface cards + OPTIONAL MODULE ne + OPTIONAL MODULE 3c509 + OPTIONAL MODULE 3c59x + OPTIONAL MODULE 8139cp + OPTIONAL MODULE 8139too + OPTIONAL MODULE dmfe + OPTIONAL MODULE e100 + OPTIONAL MODULE eepro100 + OPTIONAL MODULE e1000 + OPTIONAL MODULE eexpress + OPTIONAL MODULE epic100 + OPTIONAL MODULE hp100 + OPTIONAL MODULE ne2k-pci + OPTIONAL MODULE sis900 + OPTIONAL MODULE tlan + OPTIONAL MODULE de4x5 + OPTIONAL MODULE tulip + OPTIONAL MODULE via-rhine + OPTIONAL MODULE yellowfin + OPTIONAL MODULE forcedeth + OPTIONAL MODULE natsemi # # nfs implements the NFS protocol. - # MODULE nfs + MODULE nfs # # af_packet allows access to network devices below # the IP level, as raw packets. It's needed for DHCP clients. - # MODULE af_packet + MODULE af_packet # # the nfsstart template finds IP addresses # for the ethernet devices, then mounts a boot disk @@ -126,7 +153,7 @@ # Most simple is 'ip=all': do DHCP on every interface, # use the address and boot disk given by the first device # that responds. - # TEMPLATE nfsstart + TEMPLATE nfsstart # # MOUNTDIR -- Given a directory name that occurs in @@ -140,7 +167,7 @@ # the detailed IP information that's not provided # by /etc/fstab. # - MOUNTDIR "/" "/mnt" + #MOUNTDIR "/" "/mnt" # # MOUNTDEV -- You can also specify the device to be