Advertisement
Tentonaxe

Bootdisk

Feb 9th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. fs.copy("/disk/root/","/")
  2. name = read()
  3. if name == nil then name = "computer" end
  4. os.setComputerLabel(name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement