added current gentooimgr
This commit is contained in:
parent
349f2b9dea
commit
f7303dce15
25 changed files with 6993 additions and 0 deletions
77
gentooimgr/configs/base.json.example
Normal file
77
gentooimgr/configs/base.json.example
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"inherit": null,
|
||||
"imgsize": "12G",
|
||||
"memory": 4096,
|
||||
"mountpoint": "/mnt/gentoo",
|
||||
"imagename": null,
|
||||
"initsys": "openrc",
|
||||
"licensefiles": {
|
||||
"kernel": ["sys-kernel/linux-firmware linux-fw-redistributable"]
|
||||
},
|
||||
"repos": {
|
||||
"/etc/portage/repos.conf/gentoo.conf": {
|
||||
"sync-uri": "rsync://192.168.254.20/gentoo-portage"
|
||||
}
|
||||
},
|
||||
"packages": {
|
||||
"base": [
|
||||
"acpid",
|
||||
"dmidecode",
|
||||
"syslog-ng",
|
||||
"cronie",
|
||||
"dhcpcd",
|
||||
"mlocate",
|
||||
"xfsprogs",
|
||||
"dosfstools",
|
||||
"sudo",
|
||||
"postfix",
|
||||
"app-editors/vim",
|
||||
"parted",
|
||||
"portage-utils",
|
||||
"bash-completion",
|
||||
"gentoo-bashcomp",
|
||||
"tmux",
|
||||
"app-misc/screen",
|
||||
"dev-vcs/git",
|
||||
"net-misc/curl",
|
||||
"usbutils",
|
||||
"pciutils",
|
||||
"logrotate",
|
||||
"gptfdisk",
|
||||
"sys-block/gpart",
|
||||
"net-misc/ntp",
|
||||
"net-fs/nfs-utils",
|
||||
"linux-firmware"
|
||||
],
|
||||
"additional": [],
|
||||
"oneshots": [
|
||||
"portage"
|
||||
],
|
||||
"singles": [
|
||||
"app-portage/eix",
|
||||
"dev-util/cmake"
|
||||
],
|
||||
"keepgoing": [
|
||||
"openssh"
|
||||
],
|
||||
"bootloader": [
|
||||
"grub:2"
|
||||
],
|
||||
"kernel": [
|
||||
"sys-kernel/genkernel",
|
||||
"gentoo-sources",
|
||||
"gentoolkit"
|
||||
]
|
||||
},
|
||||
"services": {
|
||||
"syslog-ng": "default",
|
||||
"cronie": "default",
|
||||
"acpid": "default",
|
||||
"ntp": "default"
|
||||
},
|
||||
"iso": null,
|
||||
"portage": null,
|
||||
"stage3": null,
|
||||
"disk": null,
|
||||
"partition": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue