Hi All,
I am not a SPARC expert, but this approach how to send param to SPARC
Live-CD (enable livessh ) works for our PoC.
Suggestions for improvements are welcome.
Nice day
Rudol Kutina (VirtualGuru)
In "live-fs-root" service in Live-CD section:
This is code for x86
livessh=`prtconf -v /devices|sed -n '/livessh/{;n;p;}\'|cut -f 2 -d\'`
This is code for sparc
livessh=`prtconf -vp | grep bootargs | awk '/livessh=enable/ {print
"enable"}`
On SPARC boot inn OBP with:
'ok boot cdrom - livessh=enable
Nice day
Rudolf Kutina