mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-04-17 16:37:15 +00:00
More eclectic test systems
This commit is contained in:
parent
7891f7abbc
commit
44ddd41cfc
0
baseofmanysystems/Finder
Normal file
0
baseofmanysystems/Finder
Normal file
1
baseofmanysystems/Finder.idump
Normal file
1
baseofmanysystems/Finder.idump
Normal file
@ -0,0 +1 @@
|
||||
FNDRMACS
|
24697
baseofmanysystems/Finder.rdump
Normal file
24697
baseofmanysystems/Finder.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/MacsBug
Normal file
BIN
baseofmanysystems/MacsBug
Normal file
Binary file not shown.
1
baseofmanysystems/MacsBug.idump
Normal file
1
baseofmanysystems/MacsBug.idump
Normal file
@ -0,0 +1 @@
|
||||
dbgrmxbg
|
1000
baseofmanysystems/MacsBug.rdump
Normal file
1000
baseofmanysystems/MacsBug.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.1.0
Normal file
BIN
baseofmanysystems/System 7.1.0
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.1.0.idump
Normal file
1
baseofmanysystems/System 7.1.0.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
86663
baseofmanysystems/System 7.1.0.rdump
Normal file
86663
baseofmanysystems/System 7.1.0.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.1.1
Normal file
BIN
baseofmanysystems/System 7.1.1
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.1.1.idump
Normal file
1
baseofmanysystems/System 7.1.1.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
85489
baseofmanysystems/System 7.1.1.rdump
Normal file
85489
baseofmanysystems/System 7.1.1.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.5.0
Normal file
BIN
baseofmanysystems/System 7.5.0
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.5.0.idump
Normal file
1
baseofmanysystems/System 7.5.0.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
165270
baseofmanysystems/System 7.5.0.rdump
Normal file
165270
baseofmanysystems/System 7.5.0.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.5.3
Normal file
BIN
baseofmanysystems/System 7.5.3
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.5.3.idump
Normal file
1
baseofmanysystems/System 7.5.3.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
173739
baseofmanysystems/System 7.5.3.rdump
Normal file
173739
baseofmanysystems/System 7.5.3.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.5.5
Normal file
BIN
baseofmanysystems/System 7.5.5
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.5.5.idump
Normal file
1
baseofmanysystems/System 7.5.5.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
287336
baseofmanysystems/System 7.5.5.rdump
Normal file
287336
baseofmanysystems/System 7.5.5.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.6.0
Normal file
BIN
baseofmanysystems/System 7.6.0
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.6.0.idump
Normal file
1
baseofmanysystems/System 7.6.0.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
309114
baseofmanysystems/System 7.6.0.rdump
Normal file
309114
baseofmanysystems/System 7.6.0.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 7.6.1
Normal file
BIN
baseofmanysystems/System 7.6.1
Normal file
Binary file not shown.
1
baseofmanysystems/System 7.6.1.idump
Normal file
1
baseofmanysystems/System 7.6.1.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
339678
baseofmanysystems/System 7.6.1.rdump
Normal file
339678
baseofmanysystems/System 7.6.1.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 8.0.0
Normal file
BIN
baseofmanysystems/System 8.0.0
Normal file
Binary file not shown.
1
baseofmanysystems/System 8.0.0.idump
Normal file
1
baseofmanysystems/System 8.0.0.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
347795
baseofmanysystems/System 8.0.0.rdump
Normal file
347795
baseofmanysystems/System 8.0.0.rdump
Normal file
File diff suppressed because it is too large
Load Diff
BIN
baseofmanysystems/System 8.1.0
Normal file
BIN
baseofmanysystems/System 8.1.0
Normal file
Binary file not shown.
1
baseofmanysystems/System 8.1.0.idump
Normal file
1
baseofmanysystems/System 8.1.0.idump
Normal file
@ -0,0 +1 @@
|
||||
zsysMACS
|
376294
baseofmanysystems/System 8.1.0.rdump
Normal file
376294
baseofmanysystems/System 8.1.0.rdump
Normal file
File diff suppressed because it is too large
Load Diff
3
manysystems.sh
Executable file
3
manysystems.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p manysystems.tmp; ls baseofmanysystems | grep ^System | grep -v dump$ | while read -r x; do rsync -a --delete --delete-excluded --include "$x*" --exclude='System *' baseofmanysystems /tmp/; MakeHFS -s 20m -i /tmp/baseofmanysystems -n "$x" manysystems.tmp/"$x".dsk; done
|
Loading…
x
Reference in New Issue
Block a user