mirror of
https://github.com/mudler/luet.git
synced 2025-09-24 20:47:37 +00:00
Deploying to gh-pages from @ dfc2743653
🚀
This commit is contained in:
@@ -32,11 +32,11 @@ general:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/concepts/overview/configuration/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-08-21T13:56:55+05:30" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-08-21T10:29:56+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="">
|
||||
<meta itemprop="description" content="title: “Configuration” linkTitle: “Configuration weight: 2 description: > Configuring Luet General general:# Define max concurrency processes. Default is based of arch: runtime.NumCPU()concurrency:1# Enable Debug. If debug is active spinner is disabled.debug:false# Show output of build execution (docker, img, etc.)show_build_output:false# Define spinner msspinner_ms:200# Define spinner charset. See https://github.com/briandowns/spinnerspinner_charset:22# Enable warnings to exitfatal_warnings:false# Try extracting tree/packages with the same ownership as exists in the archive (default for superuser).same_owner:falseImages After the building of the packages, you can apply arbitrary images on top using the images stanza.">
|
||||
<meta itemprop="dateModified" content="2023-08-21T13:56:55+05:30" />
|
||||
<meta itemprop="dateModified" content="2023-08-21T10:29:56+02:00" />
|
||||
<meta itemprop="wordCount" content="525">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content=""/>
|
||||
@@ -527,7 +527,7 @@ Configuring Luet</h2>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified August 21, 2023: <a href="https://github.com/mudler/luet/commit/1c473e4f85fa7f2dcf9f70937689d7132e57ea8d">feat: update installation methods (#335) (1c473e4)</a>
|
||||
Last modified August 21, 2023: <a href="https://github.com/mudler/luet/commit/dfc274365378ffff29a1351fdcd7c8858c411df3">Add database get-all-installed to show all installed packages (#342) (dfc2743)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user