Skip to content

Commit

Permalink
Add uas to the list of default modules
Browse files Browse the repository at this point in the history
Closes #121
  • Loading branch information
anatol committed Dec 22, 2021
1 parent 8aaffdd commit abb4554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var defaultModulesList = []string{
"kernel/drivers/hid/",
"hid_generic", "sd_mod", "ahci",
"sdhci", "sdhci_acpi", "sdhci_pci", "mmc_block", // mmc
"nvme", "usb_storage",
"nvme", "usb_storage", "uas",
"virtio_pci", "virtio_blk", "virtio_scsi", "virtio_crypto",
}

Expand Down

0 comments on commit abb4554

Please sign in to comment.