diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-09 13:25:41 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-09 13:25:41 +1200 |
| commit | c8b1fc493199bd0cd11b729157c669827bea522a (patch) | |
| tree | 301aec8008fde77428b360792243d6bddd61564b /nix/rootfs.nix | |
| parent | 1595a039cce6fb1c3f5afa7cce401a1b9b48c54b (diff) | |
| download | yerbalinux-c8b1fc493199bd0cd11b729157c669827bea522a.tar.xz yerbalinux-c8b1fc493199bd0cd11b729157c669827bea522a.zip | |
TRY TO FIX KCONF AGAIN AND ADD HOSTNAME
Diffstat (limited to 'nix/rootfs.nix')
| -rw-r--r-- | nix/rootfs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/rootfs.nix b/nix/rootfs.nix index 69479f6..9bea6db 100644 --- a/nix/rootfs.nix +++ b/nix/rootfs.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation { echo "::sysinit:/bin/mount -a" > rootfs/etc/inittab echo "::askfirst:/bin/sh" >> rootfs/etc/inittab echo "::ctrlaltdel:/sbin/reboot" >> rootfs/etc/inittab + echo "yerba-live" > rootfs/etc/hostname mksquashfs rootfs $out -comp zstd -noappend ''; installPhase = '' |
