Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. {
  2. "files": {
  3. "/etc/apt/sources.list": {
  4. "content": "# \n\n# deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official amd64 CD Binary-1 20140208-13:47]/ wheezy main\n\n#deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official amd64 CD Binary-1 20140208-13:47]/ wheezy main\n\ndeb http://ftp.fr.debian.org/debian wheezy main\ndeb-src http://ftp.fr.debian.org/debian wheezy main\n\ndeb http://security.debian.org/ wheezy/updates main\ndeb-src http://security.debian.org/ wheezy/updates main\n\n# wheezy-updates, previously known as 'volatile'\ndeb http://ftp.fr.debian.org/debian wheezy-updates main\ndeb-src http://ftp.fr.debian.org/debian wheezy-updates main\n",
  5. "encoding": "plain",
  6. "group": "root",
  7. "mode": "100644",
  8. "owner": "root"
  9. },
  10. "/etc/init.d/.depend.boot": {
  11. "content": "TARGETS = mountkernfs.sh hostname.sh udev keyboard-setup mountdevsubfs.sh hwclock.sh checkroot.sh cryptdisks-early lvm2 kmod checkroot-bootclean.sh mtab.sh cryptdisks checkfs.sh mountall.sh mountall-bootclean.sh urandom procps udev-mtab networking rpcbind nfs-common mountnfs.sh mountnfs-bootclean.sh kbd console-setup bootmisc.sh screen-cleanup\nINTERACTIVE = udev keyboard-setup checkroot.sh cryptdisks-early cryptdisks checkfs.sh kbd console-setup\nudev: mountkernfs.sh\nkeyboard-setup: mountkernfs.sh udev\nmountdevsubfs.sh: mountkernfs.sh udev\nhwclock.sh: mountdevsubfs.sh\ncheckroot.sh: hwclock.sh mountdevsubfs.sh hostname.sh keyboard-setup\ncryptdisks-early: checkroot.sh udev\nlvm2: cryptdisks-early mountdevsubfs.sh udev\nkmod: checkroot.sh\ncheckroot-bootclean.sh: checkroot.sh\nmtab.sh: checkroot.sh\ncryptdisks: checkroot.sh cryptdisks-early udev lvm2\ncheckfs.sh: cryptdisks lvm2 checkroot.sh mtab.sh\nmountall.sh: lvm2 checkfs.sh checkroot-bootclean.sh\nmountall-bootclean.sh: mountall.sh\nurandom: mountall.sh mountall-bootclean.sh hwclock.sh\nprocps: mountkernfs.sh mountall.sh mountall-bootclean.sh udev\nudev-mtab: udev mountall.sh mountall-bootclean.sh\nnetworking: mountkernfs.sh mountall.sh mountall-bootclean.sh urandom\nrpcbind: networking mountall.sh mountall-bootclean.sh\nnfs-common: rpcbind hwclock.sh\nmountnfs.sh: mountall.sh mountall-bootclean.sh networking rpcbind nfs-common\nmountnfs-bootclean.sh: mountall.sh mountall-bootclean.sh mountnfs.sh\nkbd: mountall.sh mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh\nconsole-setup: mountall.sh mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh kbd\nbootmisc.sh: mountall.sh mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh udev checkroot-bootclean.sh\nscreen-cleanup: mountall.sh mountall-bootclean.sh mountnfs.sh mountnfs-bootclean.sh\n",
  12. "encoding": "plain",
  13. "group": "root",
  14. "mode": "100644",
  15. "owner": "root"
  16. },
  17. "/etc/myapp/conf": {
  18. "content": "I am the random config file\n",
  19. "encoding": "plain",
  20. "group": "root",
  21. "mode": "100644",
  22. "owner": "root"
  23. },
  24. "/etc/shells": {
  25. "content": "# /etc/shells: valid login shells\n/bin/sh\n/bin/dash\n/bin/bash\n/bin/rbash\n/usr/bin/screen\n",
  26. "encoding": "plain",
  27. "group": "root",
  28. "mode": "100644",
  29. "owner": "root"
  30. }
  31. },
  32. "packages": {
  33. "apt": {
  34. "htop": [
  35. "1.0.1-1"
  36. ],
  37. "screen": [
  38. "4.1.0~20120320gitdb59704-7"
  39. ],
  40. "vim-runtime": [
  41. "2:7.3.547-7"
  42. ]
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement