[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: childhurds-and-substitutes: Add missing
From: |
Jan Nieuwenhuizen |
Subject: |
branch master updated: website: childhurds-and-substitutes: Add missing (disk-size ...). |
Date: |
Sun, 11 Oct 2020 03:07:05 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 2e0252d website: childhurds-and-substitutes: Add missing (disk-size
...).
2e0252d is described below
commit 2e0252dfa809d5a38ce87245764d936b659c16b4
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Oct 11 09:05:21 2020 +0200
website: childhurds-and-substitutes: Add missing (disk-size ...).
Reported by nly via IRC.
* website/posts/childhurds-and-substitutes.md: Add missing (disk-size ...).
---
website/posts/childhurds-and-substitutes.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/posts/childhurds-and-substitutes.md
b/website/posts/childhurds-and-substitutes.md
index 544ef2a..3e50d28 100644
--- a/website/posts/childhurds-and-substitutes.md
+++ b/website/posts/childhurds-and-substitutes.md
@@ -193,8 +193,8 @@ system description:
```scheme
(service hurd-vm-service-type
(hurd-vm-configuration
- (* 12 (expt 2 30)) ;12GiB
- (memory-size 1024))) ; 1GiB
+ (disk-size (* 12 (expt 2 30))) ;12GiB
+ (memory-size 1024))) ; 1GiB
```
and this will build a childhurd for you when you reconfigure your
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: childhurds-and-substitutes: Add missing (disk-size ...).,
Jan Nieuwenhuizen <=