Remove unused packages from acid filesystem config
This commit is contained in:
parent
c501b6d386
commit
baf6a9f795
150
config/acid.toml
150
config/acid.toml
|
@ -8,157 +8,11 @@ prompt = false
|
|||
# Package settings
|
||||
[packages]
|
||||
acid = {}
|
||||
#audiod = {}
|
||||
#autoconf = {}
|
||||
#automake = {}
|
||||
#bash = {}
|
||||
#binutils = {}
|
||||
#ca-certificates = {}
|
||||
#cairo = {}
|
||||
#cairodemo = {}
|
||||
#cargo = {}
|
||||
#cleye = {}
|
||||
#cmatrix = {}
|
||||
#contain = {}
|
||||
coreutils = {}
|
||||
#cpal = {}
|
||||
#curl = {}
|
||||
#dash = {}
|
||||
#diffutils = {}
|
||||
#dosbox = {}
|
||||
#drivers = {}
|
||||
#drivers-041 = {}
|
||||
#duktape = {}
|
||||
#eduke32 = {}
|
||||
#exampled = {}
|
||||
#expat = {}
|
||||
#extrautils = {}
|
||||
#fd = {}
|
||||
#ffmpeg = {}
|
||||
#findutils = {}
|
||||
#freeciv = {}
|
||||
#freedoom = {}
|
||||
#freeglut = {}
|
||||
#freetype = {}
|
||||
#friar = {} # mio patch
|
||||
#game-2048 = {}
|
||||
#games = {}
|
||||
#gawk = {}
|
||||
#gcc = {}
|
||||
#gears = {}
|
||||
#generaluser-gs = {}
|
||||
#gettext = {}
|
||||
#gigalomania = {}
|
||||
#git = {}
|
||||
#glib = {}
|
||||
#glium = {}
|
||||
#glutin = {}
|
||||
#gnu-binutils = {}
|
||||
#gnu-grep = {}
|
||||
#gnu-make = {}
|
||||
#gstreamer = {}
|
||||
#harfbuzz = {}
|
||||
#hematite = {}
|
||||
#init = {}
|
||||
#installer = {}
|
||||
#ion = {}
|
||||
ion = {}
|
||||
ipcd = {}
|
||||
#jansson = {}
|
||||
#keyboard-sfx = {}
|
||||
#lci = {}
|
||||
#libc-bench = {}
|
||||
#libffi = {}
|
||||
#libiconv = {}
|
||||
#libjpeg = {}
|
||||
#liborbital = {}
|
||||
#libpng = {}
|
||||
#libsodium = {}
|
||||
#llvm = {}
|
||||
logd = {}
|
||||
#lua = {}
|
||||
#mdp = {}
|
||||
#mesa = {}
|
||||
#mesa_glu = {}
|
||||
#miniserve = {}
|
||||
#nasm = {}
|
||||
#ncdu = {}
|
||||
#ncurses = {}
|
||||
#ncursesw = {}
|
||||
#netdb = {}
|
||||
#netstack = {}
|
||||
#netsurf = {}
|
||||
#netutils = {}
|
||||
#newlib = {}
|
||||
#newlibtest = {}
|
||||
#nulld = {}
|
||||
#openjazz = {}
|
||||
#openssl = {}
|
||||
#openttd = {}
|
||||
#openttd-opengfx = {}
|
||||
#openttd-openmsx = {}
|
||||
#openttd-opensfx = {}
|
||||
#orbdata = {}
|
||||
#orbital = {}
|
||||
#orbterm = {}
|
||||
#orbutils = {}
|
||||
#osdemo = {}
|
||||
#pastel = {}
|
||||
#patch = {}
|
||||
#pciids = {}
|
||||
#pcre = {}
|
||||
#periodictable = {}
|
||||
#perl = {}
|
||||
#pixelcannon = {}
|
||||
#pixman = {}
|
||||
#pkgutils = {}
|
||||
#powerline = {}
|
||||
#prboom = {}
|
||||
ptyd = {}
|
||||
#python = {}
|
||||
#qemu = {}
|
||||
#randd = {}
|
||||
#readline = {} # ncurses
|
||||
#redoxfs = {}
|
||||
#redox-ssh = {}
|
||||
#relibc = {}
|
||||
#ripgrep = {}
|
||||
#rodioplay = {}
|
||||
#rs-nes = {}
|
||||
#rust = {}
|
||||
#rust64 = {}
|
||||
#rust-cairo = {}
|
||||
#rust-cairo-demo = {}
|
||||
#rustual-boy = {}
|
||||
#schismtracker = {}
|
||||
#scummvm = {}
|
||||
#sdl = {}
|
||||
#sdl2 = {}
|
||||
#sdl_gfx = {}
|
||||
#sdl_image = {}
|
||||
#sdl_mixer = {}
|
||||
#sdl_ttf = {}
|
||||
#sdl-player = {}
|
||||
#sed = {}
|
||||
#servo = {}
|
||||
#shellstorm = {}
|
||||
#smith = {}
|
||||
#sodium = {}
|
||||
#sopwith = {}
|
||||
#ssh = {}
|
||||
#syobonaction = {}
|
||||
#terminfo = {}
|
||||
#termplay = {}
|
||||
#timidity = {}
|
||||
#ttf-hack = {}
|
||||
#userutils = {}
|
||||
#uutils = {}
|
||||
#vim = {}
|
||||
#vttest = {}
|
||||
#webrender = {}
|
||||
#winit = {}
|
||||
#xz = {}
|
||||
#zerod = {}
|
||||
#zlib = {}
|
||||
|
||||
# User settings
|
||||
[users.root]
|
||||
|
@ -183,10 +37,12 @@ ptyd
|
|||
[[files]]
|
||||
path = "/etc/init.d/10_acid"
|
||||
data = """
|
||||
export RUST_BACKTRACE full
|
||||
acid
|
||||
acid create_test
|
||||
acid switch
|
||||
acid tls
|
||||
acid thread
|
||||
shutdown
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue