singrdk/base/Distro/Scripts/smtptest.script

12 lines
180 B
Plaintext
Raw Permalink Normal View History

2008-11-17 18:29:00 -05:00
# Configure the network defaults
ipconfig '@dhcp' '/dev/nic0' 'start'
# Show our address
ipconfig '@show'
#mount file system
fatcontrol '@mount' '/dev/disk0' '/fs'