Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63940 - bootparamd doesn't take jumpstart parameters
Summary: bootparamd doesn't take jumpstart parameters
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 194704
Blocks:
  Show dependency tree
 
Reported: 2004-09-13 14:53 UTC by Steve-o
Modified: 2007-10-08 10:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for jumpstart parameters (bootpd-0.17-jumpstart.patch,1.14 KB, patch)
2004-09-13 15:00 UTC, Steve-o
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve-o 2004-09-13 14:53:34 UTC
Typical jumpstart configurations are ignored by bootparamd, example file:

/etc/bootparams:
jsclient        root=tape:/tmp/js/sol10/install/Solaris_10/Tools/Boot \
                install=tape:/tmp/js/sol10/install \
                boottype=:in \
                sysid_config=tape:/tmp/js/sol10/install/Solaris_10/Tools/Boot/etc \
                install_config=tape:/tmp/js/sol10/config \
                rootopts=:rsize=32768,wsize=32768


Reproducible: Always
Steps to Reproduce:
1.  Copy above configuration into /etc/bootparams
2.  Build callbootd tool from netkit-bootpd
3.  Run callbootd to check for rootopts

Actual Results:  
# ./callbootd afs1 jsclient rootopts
getfile returning:
Null answer!!!
Bad answer returned from server afs1


Expected Results:  
# ./callbootd afs1 jsclient rootopts
getfile returning:
server_name:
server_address: 0.0.0.0
path:   rsize=32768,wsize=32768
Comment 1 Steve-o 2004-09-13 15:00:30 UTC
Created attachment 39531 [details, diff]
patch for jumpstart parameters
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-13 15:31:45 UTC
yeah, this is for what package?
Comment 3 Steve-o 2004-09-13 15:52:50 UTC
looks like its net-misc/netkit-bootpd.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-09-19 01:42:04 UTC
patch added to netkit-bootpd-0.17-r2.

Let me know if there are any problems. Thanks for the patch.