vanilla-os-image/includes.container/usr/share/abroot/abroot.json
K.B.Dharun Krishna bdbdcb74ab
feat: add abroot.json
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-02 12:35:15 +05:30

27 lines
718 B
JSON

{
"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"
}