guix-commits
[Top][All Lists]
Advanced

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

17/17: MIPS_ONLY: Modify installation-os for Loongson.


From: Mark H. Weaver
Subject: 17/17: MIPS_ONLY: Modify installation-os for Loongson.
Date: Fri, 28 Aug 2015 15:56:09 +0000

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit d6c78a5bcd91c2e72158cb1a7e004e065be82062
Author: Mark H Weaver <address@hidden>
Date:   Thu Aug 20 13:32:33 2015 -0400

    MIPS_ONLY: Modify installation-os for Loongson.
---
 gnu/system/install.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index e7e5d4a..e500186 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -311,13 +311,14 @@ Use Alt-F2 for documentation.
     (locale "en_US.utf8")
     (bootloader (grub-configuration
                  (device "/dev/sda")))
+    (kernel linux-libre-loongson2f)
     (file-systems
      ;; Note: the disk image build code overrides this root file system with
      ;; the appropriate one.
      (cons (file-system
              (mount-point "/")
              (device "gnu-disk-image")
-             (type "ext4"))
+             (type "ext2"))
            %base-file-systems))
 
     (users (list (user-account



reply via email to

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