feat: add abroot.json
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
262761f951
commit
bdbdcb74ab
1 changed files with 27 additions and 0 deletions
27
includes.container/usr/share/abroot/abroot.json
Normal file
27
includes.container/usr/share/abroot/abroot.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"autoRepair": true,
|
||||
"maxParallelDownloads": 2,
|
||||
|
||||
"registry": "ghcr.io",
|
||||
"registryService": "registry.ghcr.io",
|
||||
"registryAPIVersion": "v2",
|
||||
"name": "taukakao/custom",
|
||||
"tag": "main",
|
||||
|
||||
"iPkgMngPre": "lpkg --unlock",
|
||||
"iPkgMngPost": "lpkg --lock",
|
||||
"iPkgMngAdd": "apt-get install -y",
|
||||
"iPkgMngRm": "apt-get remove -y --autoremove",
|
||||
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}",
|
||||
"iPkgMngStatus": 2,
|
||||
|
||||
"differURL": "https://differ.vanillaos.org",
|
||||
|
||||
"partLabelVar": "vos-var",
|
||||
"partLabelA": "vos-a",
|
||||
"partLabelB": "vos-b",
|
||||
"partLabelBoot": "vos-boot",
|
||||
"partLabelEfi": "vos-efi",
|
||||
|
||||
"libPathStates": "/var/lib/abroot/states"
|
||||
}
|
||||
Loading…
Reference in a new issue