diff options
Diffstat (limited to 'move/hack_network')
-rwxr-xr-x | move/hack_network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/move/hack_network b/move/hack_network new file mode 100755 index 000000000..02138a87f --- /dev/null +++ b/move/hack_network @@ -0,0 +1,5 @@ +#!/bin/sh + +make +./hack_boot_img network.rdz network +cp -f network.rdz /tftpboot/gc/network.rdz |