From d64de012e7f983808277b5d7aea3ee7e50055efd Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Fri, 29 Nov 2024 13:57:00 +0000 Subject: [PATCH] Fix some bugs in the little-rascal system config --- systems/little-rascal.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/systems/little-rascal.scm b/systems/little-rascal.scm index a7c404a..b9b95ee 100644 --- a/systems/little-rascal.scm +++ b/systems/little-rascal.scm @@ -16,12 +16,12 @@ ;; root file system. (bootloader (bootloader-configuration (bootloader grub-bootloader) - (targets '("/dev/vda")))) + (targets '("/dev/sda")))) ;; It's fitting to support the equally bare bones `-nographic` ;; QEMU option, which also nicely sidesteps forcing QWERTY. (kernel-arguments (list "console=ttyS0,115200")) (file-systems (cons (file-system - (device (file-system-label "/dev/vda1")) + (device "/dev/sda2") (mount-point "/") (type "ext4")) %base-file-systems)) @@ -58,11 +58,7 @@ root ALL=(ALL) ALL (routes (list (network-route (destination "default") - (gateway "192.168.200.1")) - (network-route - (destination "192.168.200.0/24") - (source "192.168.200.2") - (device "ens3")))) + (gateway "192.168.200.1")))) (name-servers '("192.168.200.1"))))) (service openssh-service-type (openssh-configuration