Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as text by tokai ( 18 years ago )
;
; MorphOS user-startup,
; created: 05-Apr-03
;
; This script is executed on system boot by startup-sequence.
; You can make personal changes in there.
;
; $VER: user-startup 1.2 (21-Feb-08)
;

; hd sleep timer
;
run <>NIL: sys:c/idestandby device ide.device unit 0 timeout 120 >t:idestandby_hda.log
run <>NIL: sys:c/idestandby device ide.device unit 1 timeout 60 >t:idestandby_hdb.log
; read disk.info into caches to avoid waking up the disk all the
; time when going to device root in an ASL requester or Ambient
MOSSYS:c/copy HDB1:disk.info NIL:

MOSSYS:c/relabel RAM: ram

;
;serialecho "rexxmast..."
;REXXMast <NIL: >RAM:T/REXXMast.log ;<>NIL:
IF EXISTS SYS:C/PPCRexxPatch
	SYS:C/PPCRexxPatch >RAM:T/PPCRexxPatch.log
ENDIF

; additional system paths
;
Path SYS:WBStartup ADD  

; keyfile paths
;
Assign L: SYS:s/Keys ADD
Assign S: SYS:s/Keys ADD

; tcp/ip
;
Assign SAMBA: "work:net/samba" DEFER
Assign MIAMI: "work:net/miami" DEFER
Path MIAMI:     ADD
Path SAMBA:bin/ ADD

; GNU/GeeksGadget Environment
;
serialecho "gg init..."
assign  ADCD_v1.2: work:dev/adcd DEFER
Assign  GG: work:gg             DEFER             
;assign gg: misc:gnu,old 
Execute GG:sys/s/gg-startup

 

Revise this Paste

Your Name: Code Language: