64798412f9
- The disktab was taken from etc.alpha. - rc.sparc64 doesn't do anything right now. - The ttys file has all the vty's commented out since we don't know how those will work yet. Also, an entry is added for the Openfirmware console device. Submitted by: jake (partially)
10 lines
117 B
Bash
10 lines
117 B
Bash
#!/bin/sh -
|
|
#
|
|
# $FreeBSD$
|
|
# Do sparc64 specific processing
|
|
#
|
|
|
|
echo -n 'Initial rc.sparc64 initialization:'
|
|
|
|
echo '.'
|