Fix EIX initial

This commit is contained in:
andreili 2025-07-27 21:52:53 +02:00
parent 2843aaf1cd
commit 48e64951f9

View File

@ -191,8 +191,17 @@
], ],
"oneshot": false "oneshot": false
}, },
{
"file": "/etc/eixrc/00-eixrc",
"append": false,
"lines": [
"PORTDIR_CACHE_METHOD='sqlite'",
"OVERLAY_CACHE_METHOD='sqlite'"
]
},
{ "chroot": "crossdev -s4 arm-none-eabi" }, { "chroot": "crossdev -s4 arm-none-eabi" },
{ "chroot": "eselect news read" }, { "chroot": "eselect news read" },
{ "chroot": "eix-update" },
{ "soft_clean": "default" } { "soft_clean": "default" }
] ]
}, },