inst: ignore *bootscreen= variable when generating plan9.ini
This commit is contained in:
parent
bcc65db171
commit
d91fe5b38b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ case go
|
||||||
echo -n $"i'='
|
echo -n $"i'='
|
||||||
cat $i
|
cat $i
|
||||||
echo
|
echo
|
||||||
} | grep -v '(apm0|e820|bootfile|bootargs|nvram|mouseport|monitor|vgasize|cdboot)'
|
} | grep -v '(apm0|e820|bootfile|bootargs|bootscreen|nvram|mouseport|monitor|vgasize|cdboot)'
|
||||||
} >/tmp/plan9.ini
|
} >/tmp/plan9.ini
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue