Skip to content

Commit

Permalink
feat: add abroot.json config
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun authored and mirkobrombin committed Jan 11, 2024
1 parent b909b09 commit a8ab68a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes.container/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

27 changes: 27 additions & 0 deletions includes.container/usr/share/abroot/abroot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"autoRepair": true,
"maxParallelDownloads": 2,

"registry": "ghcr.io",
"registryService": "registry.ghcr.io",
"registryAPIVersion": "v2",
"name": "vanilla-os/vm",
"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"
}

0 comments on commit a8ab68a

Please sign in to comment.