You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
315 B
10 lines
315 B
fs.makeDir('/etc') |
|
fs.makeDir('/lib') |
|
fs.makeDir('/bin') |
|
|
|
fs.copy('/disk/misc/startup','/startup') |
|
fs.copy('/disk/etc/resolv.conf','/etc/resolv.conf') |
|
fs.copy('/disk/etc/ftp.conf','/etc/ftp.conf') |
|
fs.copy('/disk/lib/cnt','/lib/cnt') |
|
fs.copy('/disk/bin/utils','/bin/utils') |
|
fs.copy('/disk/bin/turtle','/bin/turtle')
|
|
|