about summary refs log tree commit diff
path: root/nixos/modules/system/boot/initrd-network.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-5/+5
2023-10-30systemd-stage-1: Add assertions for unsupported options.Will Fancher1-4/+4
2023-10-29nixos: fix iproute2 invocations (#263976)Rémy Grünblatt1-3/+3
2023-10-22systemd-stage-1: Improve udhcpc assertionWill Fancher1-1/+1
2023-07-31nixos/boot/initrd-network: add option to enable udhcpc (#240406)digital1-5/+16
2023-04-17systemd-initrd: Flush networkdWill Fancher1-1/+5
2022-08-03nixos/*: automatically convert option docs to MDpennae1-5/+5
2022-08-03nixos/*: normalize link formatpennae1-3/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-4/+4
2020-10-19nixos/initrd-network: fix /etc/resolv.conf when multiple dns servers from DHCPMarc 'risson' Schmitt1-2/+2
2020-08-02initrd-network: fix flushBeforeStage2Julien Moutinho1-1/+1
2020-02-08nixos/initrd-network: always run postCommandsFranz Pletz1-21/+12
2020-02-08nixos/initrd-network: use ipconfig from klibcFranz Pletz1-1/+1
2020-02-08nixos/initrd-network: flush interfaces before stage 2Franz Pletz1-10/+29
2019-01-06Merge pull request #47665 from erikarvstedt/initrd-improvementsMatthew Bauer1-1/+2
2018-10-05Merge pull request #46459 from volth/volth-patch-3Matthew Bauer1-5/+22
2018-10-02nixos/initrd: improve descriptionsErik Arvstedt1-1/+2
2018-09-10oopsvolth1-3/+2
2018-09-10nixos/initrd-network: multiple fixesvolth1-6/+24
2018-06-11nixos/initrd-network: support hetznervolth1-0/+1
2018-03-05nixos/initrd-network: add udhcpc.extraArgs option (#36305)Dino Dai Zovi1-1/+13
2018-01-22nixos/initrd-network: fix docbook syntaxJörg Thalheim1-1/+1
2018-01-21initrd-network: Document the need for modulesSvein Ove Aas1-0/+4
2016-02-03initrd-network: call postCommands only if network is upNikolay Amiantov1-4/+9
2016-02-03initrd-network module: initialize network before other pre-LVM commandsNikolay Amiantov1-1/+1
2016-02-02boot.initrd.network: Support DHCPEelco Dolstra1-16/+53
2016-02-02Split the initrd sshd support into a separate moduleEelco Dolstra1-99/+11
2015-10-18nixos/initrd-network: add new moduleNikolay Amiantov1-0/+149