about summary refs log tree commit diff
path: root/nixos/lib/make-disk-image.nix
AgeCommit message (Expand)AuthorFilesLines
2023-07-19nixos/lib/make-disk-image: fix installBootLoader for disabled grubPogobanane1-1/+1
2023-06-16nixos/qemu-vm: use persistent block device namesnikstur1-0/+1
2023-04-28nixos/lib/make-disk-image: do not compile a full arch QEMU to convert imagesRaito Bezarius1-1/+1
2023-04-16nixos/make-disk-image: fix contents dir pathsLeon Barrett1-3/+8
2023-02-26nixos/lib/make-disk-image: expose memSize parameterNick Bathum1-1/+4
2022-12-24nixos/lib/make-disk-image: docs, UEFI vars recording, more determinismRaito Bezarius1-13/+180
2022-04-05make-disk-image: add systemdMinimal to PATHlassulus1-0/+1
2021-11-29make-disk-image: Make additionalPaths work with Nix 2.4talyz1-1/+1
2021-10-28make-disk-image: Add an argument to only build a Nix store imagetalyz1-17/+32
2021-10-28make-disk-image: Add additionalPaths argumenttalyz1-1/+13
2021-10-28make-disk-image: Add copyChannel argumenttalyz1-2/+12
2021-10-28make-disk-image: Reintroduce the installBootLoader argumenttalyz1-4/+9
2021-06-21make-disk-image: Reduce forkingCasey Ransom1-1/+1
2021-04-26Merge pull request #120489 from samueldr/fix/make-disk-image-auto-sizeLassulus1-6/+69
2021-04-26make-disk-image: fix broken EFI image buildsMartin Schwaighofer1-0/+3
2021-04-25make-disk-image: Round image size to the next mebibyteSamuel Dionne-Riel1-2/+12
2021-04-24make-disk-image: Account for reserved disk spaceSamuel Dionne-Riel1-2/+19
2021-04-24make-disk-image: Account for the ext4 reserved spaceSamuel Dionne-Riel1-6/+20
2021-04-24make-disk-image: Get proper size for automatic sizeSamuel Dionne-Riel1-6/+28
2021-01-29Merge pull request #67493 from clefru/make-disk-imageJörg Thalheim1-1/+2
2021-01-22Update nixos/lib/make-disk-image.nixclefru1-1/+1
2020-12-20nixos/lib/make-disk-image.nix: support content mode and ownershipFrancesco Gazzetta1-5/+43
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-10-30make-disk-image: support legacy+gptGraham Christensen1-1/+15
2020-07-31nixos/lib/make-disk-image.nix: abritary format inputEmery Hemingway1-1/+1
2020-07-27make-disk-image: add hybrid and dynamic sized imageslassulus1-23/+56
2020-07-10nixos make-disk-image: fix permissions of /buildlassulus1-0/+1
2020-06-13nixos/lib/make-disk-image.nix: VDI supportEmery Hemingway1-1/+2
2019-10-07Revert "make-disk-image: replace nixos-install by nix-env calls"Eelco Dolstra1-11/+3
2019-09-29make-disk-image: replace nixos-install by nix-env callsChristian Kögler1-3/+11
2019-08-26make-disk-image.nix: Handle cptofs error explicitlyClemens Fruhwirth1-1/+2
2019-01-24Add options to build disk image function (#50239)Travis Athougies1-2/+5
2019-01-07make-disk-image: use filterSource instead of cleanSourceMatthew Bauer1-1/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-3/+0
2018-02-27Fix installing the Nixpkgs channel on the installation mediaEelco Dolstra1-1/+2
2018-02-22Merge remote-tracking branch 'origin/master' into nix-2.0Eelco Dolstra1-2/+2
2018-02-18nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski1-2/+2
2018-02-07make-disk-image.nix: Use nixos-install againEelco Dolstra1-22/+25
2018-01-22nixos/make-disk-image.nix: Support EFI imagesTuomas Tynkkynen1-18/+64
2017-12-20make-disk-image.nix: Really fix write permissions in the storeTuomas Tynkkynen1-1/+1
2017-12-17make-disk-image.nix: Remove write permissions from /nix/storeTuomas Tynkkynen1-0/+3
2017-12-12build-support/vm: Use devtmpfs, not static device nodesTuomas Tynkkynen1-2/+0
2017-11-13make-disk-image: fix evalOrivej Desh1-1/+1
2017-11-12make-disk-image: embed compression switch into the format nameOrivej Desh1-6/+6
2017-11-12make-disk-image: add compressed option to compress qcow2 imagesOrivej Desh1-1/+6
2017-11-12make-disk-image: clean upOrivej Desh1-7/+6
2017-11-11make-disk-image: do not use faketimeOrivej Desh1-11/+3
2017-11-11make-disk-image: clean upOrivej Desh1-5/+6
2017-11-10make-disk-iamge: use faketime to get a consistent timestampDan Peebles1-3/+11
2017-10-14nixos: run parted with --script optionBjørn Forsman1-1/+1