about summary refs log tree commit diff
path: root/nixos/modules/installer/netboot
AgeCommit message (Expand)AuthorFilesLines
2024-06-04netboot: drop syslinux and grubJörg Thalheim1-5/+0
2024-05-29nixos/netboot: only install syslinux on platforms where it's availableGiel van Schijndel1-1/+2
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-2/+2
2024-02-27nixos netboot: prepend systemd initrd sysroot for store overlayAstro1-13/+6
2023-07-12treewide: use lib.optional instead of 'then []'Felix Buehler1-3/+1
2023-05-09nixos/netboot: add squashfsCompression optionAlyssa Ross1-0/+15
2023-03-04nixos/modules/installer/netboot/netboot-minimal: reduce closure sizeIzorkin1-0/+3
2022-12-12nixos/installer/netboot-minimal: add missing libLin Yinfeng1-1/+1
2022-12-09nixos/installer/netboot-minimal: enable manIzorkin1-4/+6
2022-08-06nixos/*: automatically convert option docspennae1-1/+1
2022-07-04Merge pull request #176796 from erikarvstedt/improve-netboot-initrdLinus Heckemann1-1/+1
2022-06-09nixos/…/kexec-boot.nix: move into netboot.nix, rename to kexecTreeFlorian Klink1-0/+31
2022-06-07nixos/netboot: use `makeInitrdNG` to shrink ramdisk sizeErik Arvstedt1-1/+1
2021-12-23netboot: Support cmdline variable from netboot.xyzMichael Hoang1-1/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-08-03lib/modules: add mkImageMediaOverrideDavid Arnold1-8/+4
2021-08-03nixos/boot-media: soft-force entire fs layoutDavid Arnold1-9/+9
2021-07-28nixos/installer: force root fs typeDavid Arnold1-1/+5
2021-06-08treewide: Use `fileSystems.<name>.depends` option where necessaryjakobrs1-0/+6
2021-01-23lib: Clean up how linux and gcc config is specifiedJohn Ericson1-1/+1
2021-01-22Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer1-1/+1
2021-01-21lib: Clean up how linux and gcc config is specifiedJohn Ericson1-1/+1
2020-02-05Revert "Revert "Merge master into staging-next""Frederik Rietdijk1-5/+9
2020-02-05Revert "Merge master into staging-next"Frederik Rietdijk1-9/+5
2020-02-05use overlayfs by default for netboot and isoRichard Marko1-5/+9
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-15nixos netboot: explicitly specify initrdNikolay Amiantov1-1/+1
2019-04-18nixos/netboot: import -> callPackagevolth1-2/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
2018-08-20nixos/netboot: Remove redundant settingJohn Ericson1-1/+0
2018-08-20treewide: Purge `stdenv.platform` and top-level `platform`John Ericson1-2/+2
2018-08-07set initialHashedPassword in installation-device.nixBob van der Linden1-3/+0
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth2-2/+2
2018-06-30nixos/modules/installer: users.extraUsers -> users.usersFlorian Klink1-1/+1
2018-03-03nixos/netboot: Fix evaluation erroraszlig1-1/+1
2017-12-11Netboot: Add aarch64Graham Christensen1-7/+12
2017-01-09nixos installer: don't log refused packets to consoleFranz Pletz1-2/+0
2016-11-29make the /nix/store writable under netboot imagesmichael bishop1-6/+22
2016-04-29installer: simple PXE bootable NixOS installerNahum Shalman3-0/+121