Advertisement
bearz89

Filesystem.toml

Feb 26th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. # This is the default configuration file
  2.  
  3. # General settings
  4. [general]
  5. # Do not prompt if settings are not defined
  6. prompt = false
  7.  
  8. # Package settings
  9. [packages]
  10. acid = {}
  11. audiod = {}
  12. #autoconf = {}
  13. #automake = {}
  14. bash = {}
  15. binutils = {}
  16. ca-certificates = {}
  17. #cairo = {}
  18. #cairodemo = {}
  19. cargo = {}
  20. #cleye = {}
  21. #cmatrix = {}
  22. contain = {}
  23. coreutils = {}
  24. #cpal = {}
  25. curl = {}
  26. dash = {}
  27. diffutils = {}
  28. dosbox = {}
  29. drivers = {}
  30. #drivers-041 = {}
  31. #duktape = {}
  32. #eduke32 = {}
  33. #exampled = {}
  34. #expat = {}
  35. extrautils = {}
  36. #fd = {}
  37. ffmpeg = {}
  38. findutils = {}
  39. #freeciv = {}
  40. #freedoom = {}
  41. #freeglut = {}
  42. #freetype = {}
  43. #friar = {} # mio patch
  44. #game-2048 = {}
  45. #games = {}
  46. #gawk = {}
  47. gcc = {}
  48. #gears = {}
  49. #generaluser-gs = {}
  50. #gettext = {}
  51. #gigalomania = {}
  52. git = {}
  53. glib = {}
  54. #glium = {}
  55. #glutin = {}
  56. #gnu-binutils = {}
  57. #gnu-grep = {}
  58. #gnu-make = {}
  59. #gstreamer = {}
  60. #harfbuzz = {}
  61. #hematite = {}
  62. init = {}
  63. installer = {}
  64. ion = {}
  65. ipcd = {}
  66. #jansson = {}
  67. #keyboard-sfx = {}
  68. #lci = {}
  69. #libc-bench = {}
  70. #libffi = {}
  71. #libiconv = {}
  72. libjpeg = {}
  73. #liborbital = {}
  74. libpng = {}
  75. #libsodium = {}
  76. #llvm = {}
  77. logd = {}
  78. #lua = {}
  79. #mdp = {}
  80. #mesa = {}
  81. #mesa_glu = {}
  82. #miniserve = {}
  83. nasm = {}
  84. #ncdu = {}
  85. ncurses = {}
  86. #ncursesw = {}
  87. netdb = {}
  88. netstack = {}
  89. netsurf = {}
  90. netutils = {}
  91. #newlib = {}
  92. #newlibtest = {}
  93. nulld = {}
  94. #openjazz = {}
  95. #openssl = {}
  96. #openttd = {}
  97. #openttd-opengfx = {}
  98. #openttd-openmsx = {}
  99. #openttd-opensfx = {}
  100. orbdata = {}
  101. orbital = {}
  102. orbterm = {}
  103. orbutils = {}
  104. #osdemo = {}
  105. #pastel = {}
  106. patch = {}
  107. #pcre = {}
  108. #periodictable = {}
  109. #perl = {}
  110. #pixelcannon = {}
  111. #pixman = {}
  112. pkgutils = {}
  113. #powerline = {}
  114. #prboom = {}
  115. ptyd = {}
  116. #python = {}
  117. #qemu = {}
  118. randd = {}
  119. #readline = {} # ncurses
  120. redoxfs = {}
  121. #redox-ssh = {}
  122. relibc = {}
  123. ripgrep = {}
  124. #rodioplay = {}
  125. #rs-nes = {}
  126. #rust = {}
  127. #rust64 = {}
  128. #rust-cairo = {}
  129. #rust-cairo-demo = {}
  130. #rustual-boy = {}
  131. #schismtracker = {}
  132. #scummvm = {}
  133. #sdl = {}
  134. #sdl2 = {}
  135. #sdl_gfx = {}
  136. #sdl_image = {}
  137. #sdl_mixer = {}
  138. #sdl_ttf = {}
  139. #sdl-player = {}
  140. #sed = {}
  141. #servo = {}
  142. #shellstorm = {}
  143. smith = {}
  144. #sodium = {}
  145. #sopwith = {}
  146. #ssh = {}
  147. #syobonaction = {}
  148. #terminfo = {}
  149. #termplay = {}
  150. #timidity = {}
  151. #ttf-hack = {}
  152. userutils = {}
  153. uutils = {}
  154. vim = {}
  155. #vttest = {}
  156. #webrender = {}
  157. winit = {}
  158. xz = {}
  159. zerod = {}
  160. zlib = {}
  161.  
  162. # User settings
  163. [users.root]
  164. password = "password"
  165. uid = 0
  166. gid = 0
  167. name = "root"
  168. home = "/root"
  169.  
  170. [users.user]
  171. # Password is unset
  172. password = ""
  173.  
  174. [[files]]
  175. path = "/etc/init.d/00_base"
  176. data = """
  177. nulld
  178. zerod
  179. randd
  180. ipcd
  181. logd
  182. ptyd
  183. pcid /etc/pcid/filesystem.toml
  184. """
  185.  
  186. [[files]]
  187. path = "/etc/init.d/10_net"
  188. data = """
  189. smolnetd
  190. dnsd
  191. dhcpd -b
  192. """
  193.  
  194. [[files]]
  195. path = "/etc/init.d/20_orbital"
  196. data = """
  197. audiod
  198. orbital display:3/activate orblogin launcher
  199. """
  200.  
  201. [[files]]
  202. path = "/etc/init.d/30_console"
  203. data = """
  204. getty display:2
  205. getty debug: -J
  206. """
  207.  
  208. [[files]]
  209. path = "/etc/net/dns"
  210. data = """
  211. 208.67.222.222
  212. """
  213.  
  214. [[files]]
  215. path = "/etc/net/ip"
  216. data = """
  217. 10.0.2.15
  218. """
  219.  
  220. [[files]]
  221. path = "/etc/net/ip_router"
  222. data = """
  223. 10.0.2.2
  224. """
  225.  
  226. [[files]]
  227. path = "/etc/net/ip_subnet"
  228. data = """
  229. 255.255.255.0
  230. """
  231.  
  232. [[files]]
  233. path = "/etc/net/mac"
  234. data = """
  235. 54-52-00-ab-cd-ef
  236. """
  237.  
  238. [[files]]
  239. path = "/etc/pkg.d/50_redox"
  240. data = "https://static.redox-os.org/pkg"
  241.  
  242. [[files]]
  243. path = "/etc/group"
  244. data = """
  245. root;0;root
  246. user;1000;user
  247. sudo;1;user
  248. """
  249.  
  250. [[files]]
  251. path = "/etc/hostname"
  252. data = """
  253. redox
  254. """
  255.  
  256. [[files]]
  257. path = "/etc/issue"
  258. data = """
  259. ########## Redox OS ##########
  260. # Login with the following: #
  261. # `user` #
  262. # `root`:`password` #
  263. ##############################
  264.  
  265. """
  266.  
  267. [[files]]
  268. path = "/etc/motd"
  269. data = """
  270. Welcome to Redox OS!
  271.  
  272. """
  273.  
  274. [[files]]
  275. path = "/usr/bin"
  276. data = "/bin"
  277. symlink = true
  278.  
  279. [[files]]
  280. path = "/usr/games"
  281. data = "/games"
  282. symlink = true
  283.  
  284. [[files]]
  285. path = "/usr/include"
  286. data = "/include"
  287. symlink = true
  288.  
  289. [[files]]
  290. path = "/usr/lib"
  291. data = "/lib"
  292. symlink = true
  293.  
  294. [[files]]
  295. path = "/usr/share"
  296. data = "/share"
  297. symlink = true
  298.  
  299. [[files]]
  300. path = "/tmp"
  301. data = ""
  302. directory= true
  303. # 0o1777
  304. mode = 1023
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement