guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: image: hurd: Create hurd-compatible ext2 file-system.


From: guix-commits
Subject: 01/02: image: hurd: Create hurd-compatible ext2 file-system.
Date: Thu, 25 Jun 2020 16:52:27 -0400 (EDT)

janneke pushed a commit to branch master
in repository guix.

commit fd932862ac4b464bd2642be114f73ee39c1ad64f
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jun 25 18:54:42 2020 +0200

    image: hurd: Create hurd-compatible ext2 file-system.
    
    This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0.
    
    * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to
    create an ext2 file-system that is compatible with the Hurd.
---
 gnu/system/images/hurd.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index 4417f03..e5e120d 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -66,6 +67,7 @@
            (offset root-offset)
            (label root-label)
            (file-system "ext2")
+           (file-system-options '("-o" "hurd" "-O" "ext_attr"))
            (flags '(boot))
            (initializer (gexp initialize-root-partition)))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]