From 1595a039cce6fb1c3f5afa7cce401a1b9b48c54b Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Mon, 8 Jun 2026 22:22:50 +1200 Subject: Try to fix kernel conf why the graphchis not graphicing --- nix/linux_config | 2 -- nix/rootfs.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'nix') diff --git a/nix/linux_config b/nix/linux_config index 23ae9ab..7a24df3 100644 --- a/nix/linux_config +++ b/nix/linux_config @@ -1629,7 +1629,6 @@ CONFIG_DMIID=y CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y # CONFIG_ISCSI_IBFT is not set # CONFIG_FW_CFG_SYSFS is not set -# CONFIG_SYSFB_SIMPLEFB is not set # CONFIG_GOOGLE_FIRMWARE is not set # @@ -3400,7 +3399,6 @@ CONFIG_DRM_PANEL=y # Drivers for system framebuffers # # CONFIG_DRM_EFIDRM is not set -# CONFIG_DRM_SIMPLEDRM is not set # CONFIG_DRM_VESADRM is not set # end of Drivers for system framebuffers diff --git a/nix/rootfs.nix b/nix/rootfs.nix index d463af7..69479f6 100644 --- a/nix/rootfs.nix +++ b/nix/rootfs.nix @@ -10,6 +10,7 @@ stdenv.mkDerivation { mkdir -p rootfs/{bin,sbin,etc,proc,sys,dev,home,var,usr,root,mnt,tmp} cp -a ${busybox}/_install/. rootfs/ chmod -R u+w rootfs + ln -sf bin/busybox rootfs/init ln -sf bin/busybox rootfs/sbin/init # ln -sf sbin/init rootfs/init -- cgit v1.2.3