mhw pushed a commit to branch wip-loongson2f
in repository guix.
commit d6c78a5bcd91c2e72158cb1a7e004e065be82062
Author: Mark H Weaver <[email protected]>
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