|
|
@ -35,28 +35,28 @@ installkernel() { |
|
|
|
return 0 |
|
|
|
return 0 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
hostonly='' instmods sr_mod sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc ata_piix |
|
|
|
hostonly='' instmods sr_mod sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc ata_piix \ |
|
|
|
hostonly='' instmods pcmcia firewire-ohci yenta_socket |
|
|
|
pcmcia firewire-ohci yenta_socket \ |
|
|
|
hostonly='' instmods usb_storage sdhci sdhci-pci |
|
|
|
usb_storage sdhci sdhci-pci \ |
|
|
|
|
|
|
|
sdhci_esdhc_imx mmci sdhci_tegra mvsdio \ |
|
|
|
# arm specific modules |
|
|
|
omap omapdrm omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv \ |
|
|
|
hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv |
|
|
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \ |
|
|
|
|
|
|
|
hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic \ |
|
|
|
# install keyboard support |
|
|
|
unix |
|
|
|
hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic |
|
|
|
|
|
|
|
# install unix socket support |
|
|
|
|
|
|
|
hostonly='' instmods unix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# install virtual machine support |
|
|
|
# install virtual machine support |
|
|
|
instmods virtio virtio_blk virtio_ring virtio_pci virtio_scsi |
|
|
|
instmods virtio virtio_blk virtio_ring virtio_pci virtio_scsi \ |
|
|
|
|
|
|
|
"=drivers/pcmcia" =ide "=drivers/usb/storage" |
|
|
|
|
|
|
|
|
|
|
|
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage" |
|
|
|
|
|
|
|
find_kernel_modules | block_module_filter | instmods |
|
|
|
find_kernel_modules | block_module_filter | instmods |
|
|
|
|
|
|
|
|
|
|
|
# if not on hostonly mode, install all known filesystems, |
|
|
|
# if not on hostonly mode, install all known filesystems, |
|
|
|
# if the required list is not set via the filesystems variable |
|
|
|
# if the required list is not set via the filesystems variable |
|
|
|
if ! [[ $hostonly ]]; then |
|
|
|
if ! [[ $hostonly ]]; then |
|
|
|
if [[ -z $filesystems ]]; then |
|
|
|
if [[ -z $filesystems ]]; then |
|
|
|
omit_drivers="$omit_drivers|kernel/fs/nfs|kernel/fs/nfsd|kernel/fs/lockd" omit_drivers="${omit_drivers##|}" instmods '=fs' |
|
|
|
omit_drivers="${omit_drivers}|kernel/fs/nfs|kernel/fs/nfsd|kernel/fs/lockd" \ |
|
|
|
|
|
|
|
omit_drivers="${omit_drivers##|}" \ |
|
|
|
|
|
|
|
instmods '=fs' |
|
|
|
fi |
|
|
|
fi |
|
|
|
else |
|
|
|
else |
|
|
|
inst_fs() { |
|
|
|
inst_fs() { |
|
|
|