From 90b38f03a528f2a1e1b76b69f77bff3cb43b5524 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 18 Jun 2012 22:54:16 +0200 Subject: inst: pass on kernel parameters to installed plan9.ini --- rc/bin/inst/bootsetup | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'rc/bin/inst') diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index e2c5d34ba..a1a432576 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -35,7 +35,7 @@ case go bootfile=9pccpuf if not bootfile=9pcf - { + @{ echo 'bootfile='^$bootfile echo 'bootargs=local!'^$fs if(~ $#nvram 1) @@ -43,8 +43,12 @@ case go echo 'mouseport='^$mouseport echo 'monitor='^$monitor echo 'vgasize='^$vgasize - if(test -f '#ec/*nomp') - echo '*nomp=1' + cd '#ec' + for(i in *){ + echo -n $"i'=' + cat $i + echo + } | grep -v '(apm0|e820|bootfile|bootargs|nvram|mouseport|monitor|vgasize)' } >/tmp/plan9.ini } -- cgit v1.2.3