Update filesystem.toml with new packages
This commit is contained in:
parent
0e86c54de9
commit
a45f6e513a
|
@ -23,13 +23,17 @@ coreutils = {}
|
||||||
#diffutils = {}
|
#diffutils = {}
|
||||||
#dosbox = {}
|
#dosbox = {}
|
||||||
drivers = {}
|
drivers = {}
|
||||||
|
#drivers-041 = {}
|
||||||
#duktape = {}
|
#duktape = {}
|
||||||
#exampled = {}
|
#exampled = {}
|
||||||
|
#expat = {}
|
||||||
extrautils = {}
|
extrautils = {}
|
||||||
#fd = {}
|
#fd = {}
|
||||||
#ffmpeg = {}
|
#ffmpeg = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
#freedoom = {}
|
#freedoom = {}
|
||||||
|
#freetype = {}
|
||||||
|
#friar = {} # mio patch
|
||||||
#game-2048 = {}
|
#game-2048 = {}
|
||||||
#games = {}
|
#games = {}
|
||||||
#gawk = {}
|
#gawk = {}
|
||||||
|
@ -44,14 +48,22 @@ findutils = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
ipcd = {}
|
||||||
|
#jansson = {}
|
||||||
#keyboard-sfx = {}
|
#keyboard-sfx = {}
|
||||||
#lci = {}
|
#lci = {}
|
||||||
|
#libiconv = {}
|
||||||
|
#libjpeg = {}
|
||||||
|
#liborbital = {}
|
||||||
|
#libpng = {}
|
||||||
|
#libsodium = {}
|
||||||
logd = {}
|
logd = {}
|
||||||
#lua = {}
|
#lua = {}
|
||||||
#mdp = {}
|
#mdp = {}
|
||||||
#miniserve = {}
|
#miniserve = {}
|
||||||
#nasm = {}
|
#nasm = {}
|
||||||
#ncdu = {}
|
#ncdu = {}
|
||||||
|
#ncurses = {}
|
||||||
|
#ncursesw = {}
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netstack = {}
|
netstack = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
|
@ -59,6 +71,7 @@ netutils = {}
|
||||||
#newlib = {}
|
#newlib = {}
|
||||||
#newlibtest = {}
|
#newlibtest = {}
|
||||||
nulld = {}
|
nulld = {}
|
||||||
|
#openjazz = {}
|
||||||
#openssl = {}
|
#openssl = {}
|
||||||
#openttd = {}
|
#openttd = {}
|
||||||
#openttd-opengfx = {}
|
#openttd-opengfx = {}
|
||||||
|
@ -78,16 +91,24 @@ pkgutils = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {}
|
#python = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
|
#readline = {} # ncurses
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
#redox-ssh = {}
|
#redox-ssh = {}
|
||||||
#relibc = {}
|
#relibc = {}
|
||||||
|
#ripgrep = {}
|
||||||
#rs-nes = {}
|
#rs-nes = {}
|
||||||
#rust = {}
|
#rust = {}
|
||||||
#rust64 = {}
|
#rust64 = {}
|
||||||
#rustual-boy = {}
|
#rustual-boy = {}
|
||||||
|
#scummvm = {}
|
||||||
|
#sdl = {}
|
||||||
|
#sdl_image = {}
|
||||||
|
#sdl_mixer = {}
|
||||||
#sed = {}
|
#sed = {}
|
||||||
|
#shellstorm = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
#sodium = {}
|
#sodium = {}
|
||||||
|
#ssh = {}
|
||||||
#terminfo = {}
|
#terminfo = {}
|
||||||
#termplay = {}
|
#termplay = {}
|
||||||
#timidity = {}
|
#timidity = {}
|
||||||
|
@ -98,6 +119,7 @@ uutils = {}
|
||||||
#vttest = {}
|
#vttest = {}
|
||||||
#xz = {}
|
#xz = {}
|
||||||
zerod = {}
|
zerod = {}
|
||||||
|
#zlib = {}
|
||||||
|
|
||||||
# User settings
|
# User settings
|
||||||
[users.root]
|
[users.root]
|
||||||
|
@ -215,6 +237,26 @@ path = "/usr/bin"
|
||||||
data = "/bin"
|
data = "/bin"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/games"
|
||||||
|
data = "/games"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/include"
|
||||||
|
data = "/include"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/lib"
|
||||||
|
data = "/lib"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/share"
|
||||||
|
data = "/share"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/tmp"
|
path = "/tmp"
|
||||||
data = ""
|
data = ""
|
||||||
|
|
Loading…
Reference in a new issue