mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 13:50:52 +00:00
config: don't mess with image
We have "9p" special value, also GCE images are not local paths. Don't mess with it.
This commit is contained in:
parent
758a06c51f
commit
0298b1afb6
@ -180,9 +180,6 @@ func parse(data []byte) (*Config, map[int]bool, error) {
|
||||
}
|
||||
return path
|
||||
}
|
||||
if cfg.Image != "9p" {
|
||||
cfg.Image = abs(cfg.Image)
|
||||
}
|
||||
cfg.Workdir = abs(cfg.Workdir)
|
||||
cfg.Kernel = abs(cfg.Kernel)
|
||||
cfg.Vmlinux = abs(cfg.Vmlinux)
|
||||
|
Loading…
Reference in New Issue
Block a user