singrdk/base/Distro/Scripts/smtptest.script

12 lines
180 B
Plaintext

# Configure the network defaults
ipconfig '@dhcp' '/dev/nic0' 'start'
# Show our address
ipconfig '@show'
#mount file system
fatcontrol '@mount' '/dev/disk0' '/fs'