summaryrefslogtreecommitdiff
path: root/gnu/system/images/hurd.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/images/hurd.scm')
-rw-r--r--gnu/system/images/hurd.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index 4417f03cc8..e5e120d49c 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)))))))