sieb
06-02-2002, 10:38 PM
So I still cant get my new raq4i to take the raq4r os restore disk, so I went looking through the config files looking for differences and found that cobalt programmers are very open about their comments, ie: (vulgarity filter on :) )
-------------------------------------------------------------------------------
#!/bin/sh
# ID: $Id: raqsysreset,v 1.2 1999/01/16 07:53:38 ttn Exp $
# Copyright (C) 1997-1999 Cobalt Networks, Inc.
#
# Description: Run sysreset (from special sauce) after install
# Tim Stonis writes:
# "This sucks... Brion uses my variable... who would have known the build
# script variables would conflict with his perl s#!t..."
saved_product=$PRODUCT
PRODUCT=raq
chroot $ROOT /usr/local/sbin/sysreset
ret=$?
PRODUCT=$saved_product
exit $ret
# raqsysreset ends here
--------------------------------------------------------
They like to refer to stuff as "special sauce" and "use the source luke!"
Just thought that was humorus for those that may not have taken a walk through their restore disks :) As it turns out, there is alot of stuff left in there that isnt used, like Qube3 scripts and Raq1-2 scripts and config files. Kinda messy.. And there are no real differences between 4i and 4r install scripts, so I am stumped.
I even got my raq to take an XTR restore disk but not a 4r... (although it stopped working at the "booting.." screen after install) grrr!!!
-Sieb:angry: :angry:
-------------------------------------------------------------------------------
#!/bin/sh
# ID: $Id: raqsysreset,v 1.2 1999/01/16 07:53:38 ttn Exp $
# Copyright (C) 1997-1999 Cobalt Networks, Inc.
#
# Description: Run sysreset (from special sauce) after install
# Tim Stonis writes:
# "This sucks... Brion uses my variable... who would have known the build
# script variables would conflict with his perl s#!t..."
saved_product=$PRODUCT
PRODUCT=raq
chroot $ROOT /usr/local/sbin/sysreset
ret=$?
PRODUCT=$saved_product
exit $ret
# raqsysreset ends here
--------------------------------------------------------
They like to refer to stuff as "special sauce" and "use the source luke!"
Just thought that was humorus for those that may not have taken a walk through their restore disks :) As it turns out, there is alot of stuff left in there that isnt used, like Qube3 scripts and Raq1-2 scripts and config files. Kinda messy.. And there are no real differences between 4i and 4r install scripts, so I am stumped.
I even got my raq to take an XTR restore disk but not a 4r... (although it stopped working at the "booting.." screen after install) grrr!!!
-Sieb:angry: :angry:
