chore: change quickemu folder to qemu folder
This commit is contained in:
parent
47567c11fb
commit
0273aabecc
3 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ type Path struct {
|
|||
INITRAMFS string
|
||||
ETCMODULES string
|
||||
DEFAULT string
|
||||
QUICKEMU string
|
||||
QEMU string
|
||||
DRACUT string
|
||||
MKINITCPIO string
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ func GetConfigPaths() *Path {
|
|||
INITRAMFS: "config/etc/initramfs-tools",
|
||||
ETCMODULES: "config/etc/modules",
|
||||
DEFAULT: "config/etc/default",
|
||||
QUICKEMU: "config/quickemu",
|
||||
QEMU: "config/qemu",
|
||||
DRACUT: "config/etc/dracut.conf.d",
|
||||
MKINITCPIO: "config/etc/mkinitcpio.conf",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue