stub.json 583 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "list" :
  3. [
  4. {
  5. "name" : "ArchLinux",
  6. "location" : "/wemlinux/ArchLinux/",
  7. "rootfs" : "root",
  8. "kernel" : "/wemlinux/ArchLinux/bzImage",
  9. "initrd" : "/wemlinux/ArchLinux/initrd",
  10. "append" : "ro quiet"
  11. },
  12. {
  13. "name" : "fedora",
  14. "location" : "/wemlinux/fedora/",
  15. "rootfs" : "root",
  16. "kernel" : "bzImage",
  17. "initrd" : "initrd",
  18. "append" : "ro quiet"
  19. },
  20. {
  21. "name" : "Debian",
  22. "location" : "/wemlinux/Debian/",
  23. "rootfs" : "root",
  24. "kernel" : "bzImage",
  25. "initrd" : "initrd",
  26. "append" : "ro quiet"
  27. }
  28. }