diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-19 21:17:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-19 21:17:08 +0200 |
commit | d91fe5b38b0dcc8673427282e5b83ebca6d06fd3 (patch) | |
tree | 41ecb5858099f984af30c4ed0ed7fee95c136c42 /rc/bin/inst/bootsetup | |
parent | bcc65db171bea6617ab7872342d543e50b09ca63 (diff) | |
download | plan9front-d91fe5b38b0dcc8673427282e5b83ebca6d06fd3.tar.xz |
inst: ignore *bootscreen= variable when generating plan9.ini
Diffstat (limited to 'rc/bin/inst/bootsetup')
-rwxr-xr-x | rc/bin/inst/bootsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 099c00a38..bc50a6b22 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -45,7 +45,7 @@ case go echo -n $"i'=' cat $i 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 } |