mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-09 02:29:03 +00:00
Uki changes for iso/install (#156)
This commit is contained in:
@@ -11,6 +11,13 @@ func GetCloudInitPaths() []string {
|
||||
return []string{"/system/oem", "/oem/", "/usr/local/cloud-config/"}
|
||||
}
|
||||
|
||||
// GenericKernelDrivers retusn a list of generic kernel drivers to insmod during uki mode
|
||||
// as they could be useful for a lot of situations
|
||||
func GenericKernelDrivers() []string {
|
||||
return []string{"virtio", "ata_piix", "cdrom", "ext4", "iso9660", "usb_storage", "ahci",
|
||||
"virtio_blk", "virtio_scsi", "virtio_net", "nvme", "overlay", "libata", "sr_mod", "simpledrm"}
|
||||
}
|
||||
|
||||
var ErrAlreadyMounted = errors.New("already mounted")
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user