move vbios_dumper into configs

This commit is contained in:
HikariKnight 2023-04-10 02:22:47 +02:00
parent 42a017a58b
commit 86b5ce77e6
3 changed files with 19 additions and 14 deletions

View file

@ -73,11 +73,17 @@ func (m model) View() string {
"Passing a VBIOS rom to the card used for passthrough is required for some cards, but not all.\n",
"Some cards also requires you to patch your VBIOS romfile, check online if this is neccessary for your card!\n",
"The VBIOS will be read from:\n",
"%s\n\n",
fmt.Sprintf(
"%s\n\n",
m.vbios_path,
),
"The script to extract the vbios has to be run as sudo and without a displaymanager running for proper dumping!\n",
"\n",
"You can run the script with:\n",
"%s/utils/dump_vbios.sh",
fmt.Sprintf(
"%s/utils/dump_vbios.sh",
scriptdir,
),
),
)