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/rootfs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/rootfs.nix') 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