Differences From Artifact [8645af428b]:
- Executable file initrd/admin-tclkit/kitcreator-modules/system/test.tcl — part of check-in [1dddebba6a] at 2012-08-05 21:38:27 on branch trunk — Brought system to basic bootable state (early-boot) (user: rkeene, size: 1082) [annotate] [blame] [check-ins using]
To Artifact [97fe9fd63b]:
- Executable file initrd/admin-tclkit/kitcreator-modules/system/test.tcl — part of check-in [227c179b06] at 2012-09-09 21:25:04 on branch trunk — Updated to allow (and require) user to specify timeout (user: rkeene, size: 1178) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + | #! /usr/bin/env tclsh puts [exec ./build-dyn.sh] load ./system.so ::system::syscall::tsmf_start_svc blah /bin/true /tmp/logfile [list PATH=/bin] / 022 root root foreach iface [system::syscall::ifconfig] { #lo0:2: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 # inet 127.0.0.1 netmask ff000000 #aggr100003:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2 # inet 140.194.100.149 netmask ffffff00 broadcast 140.194.100.255 |
︙ |