Advertisement
Guest User

Untitled

a guest
May 12th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. /tmp # ./oxnas-install.sh
  2. #############################
  3. ##
  4. ## Pogoplug OXNAS based boards
  5. ## Arch Linux ARM rootfs Installer
  6. ##
  7. #############################
  8. ##
  9. ## For use with OXNAS 7820 only.
  10. ##
  11. #############################
  12. ## PREPARATION
  13. # Switching to /tmp...
  14. # Ensuring we're ready to proceed...
  15. killall: hbwd: no process killed
  16. umount: can't umount /dev/sda1: Invalid argument
  17. # Preparing our way...
  18. # Getting uboot parameters...
  19. # = MAC : 00:25:31:01:BD:6C
  20. # = load_nand : nboot 60500000 0 200000
  21. # = bootargs : root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes
  22. # = board : PPRO1
  23. #
  24. # Checking board revision...
  25. # board has PCI: 1
  26. #
  27. # Deriving boot partition format...
  28. # = PARTITION: /dev/sda1
  29. # = FMT : ext3
  30. #
  31. #############################
  32. ## RETRIEVING FILES
  33. # Downloading ArchLinuxARM-oxnas-rootfs...(approx. 138MB)
  34. --2012-05-12 11:58:39-- http://archlinuxarm.org/os/ArchLinuxARM-oxnas-latest.tar.gz
  35. Resolving archlinuxarm.org... 206.217.130.189
  36. Connecting to archlinuxarm.org|206.217.130.189|:80... connected.
  37. HTTP request sent, awaiting response... 200 OK
  38. Length: 162873872 (155M) [application/octet-stream]
  39. Saving to: `ArchLinuxARM-oxnas-latest.tar.gz'
  40.  
  41. 39% [==============> ] 64,282,204 268K/s in 4m 2s
  42.  
  43.  
  44. Cannot write to `ArchLinuxARM-oxnas-latest.tar.gz' (No such file or directory).
  45. --2012-05-12 12:02:41-- http://archlinuxarm.org/os/ArchLinuxARM-oxnas-latest.tar.gz.md5
  46. Resolving archlinuxarm.org... 206.217.130.189
  47. Connecting to archlinuxarm.org|206.217.130.189|:80... connected.
  48. HTTP request sent, awaiting response... 200 OK
  49. Length: 68 [application/x-gzip]
  50. Saving to: `ArchLinuxARM-oxnas-latest.tar.gz.md5'
  51.  
  52. 0% [ ] 0 --.-K/s in 0s
  53.  
  54.  
  55. Cannot write to `ArchLinuxARM-oxnas-latest.tar.gz.md5' (No such file or directory).
  56. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  57. DOWNLOAD FAILED
  58. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement