diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-08 22:22:50 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-08 22:22:50 +1200 |
| commit | 1595a039cce6fb1c3f5afa7cce401a1b9b48c54b (patch) | |
| tree | af10149988f52afa7295863eb6f997b6fd2a1535 /nix | |
| parent | c3bfa9eb25afe1feaae760695c994fc17e82910a (diff) | |
| download | yerbalinux-1595a039cce6fb1c3f5afa7cce401a1b9b48c54b.tar.xz yerbalinux-1595a039cce6fb1c3f5afa7cce401a1b9b48c54b.zip | |
Try to fix kernel conf
why the graphchis not graphicing
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/linux_config | 2 | ||||
| -rw-r--r-- | nix/rootfs.nix | 1 |
2 files changed, 1 insertions, 2 deletions
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 |
