summaryrefslogtreecommitdiffstats
path: root/nixos/lib/make-disk-image.nix
AgeCommit message (Expand)Author
2021-06-21make-disk-image: Reduce forkingCasey Ransom
2021-04-26Merge pull request #120489 from samueldr/fix/make-disk-image-auto-sizeLassulus
2021-04-26make-disk-image: fix broken EFI image buildsMartin Schwaighofer
2021-04-25make-disk-image: Round image size to the next mebibyteSamuel Dionne-Riel
2021-04-24make-disk-image: Account for reserved disk spaceSamuel Dionne-Riel
2021-04-24make-disk-image: Account for the ext4 reserved spaceSamuel Dionne-Riel
2021-04-24make-disk-image: Get proper size for automatic sizeSamuel Dionne-Riel
2021-01-29Merge pull request #67493 from clefru/make-disk-imageJörg Thalheim
2021-01-22Update nixos/lib/make-disk-image.nixclefru
2020-12-20nixos/lib/make-disk-image.nix: support content mode and ownershipFrancesco Gazzetta
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-10-30make-disk-image: support legacy+gptGraham Christensen
2020-07-31nixos/lib/make-disk-image.nix: abritary format inputEmery Hemingway
2020-07-27make-disk-image: add hybrid and dynamic sized imageslassulus
2020-07-10nixos make-disk-image: fix permissions of /buildlassulus
2020-06-13nixos/lib/make-disk-image.nix: VDI supportEmery Hemingway
2019-10-07Revert "make-disk-image: replace nixos-install by nix-env calls"Eelco Dolstra
2019-09-29make-disk-image: replace nixos-install by nix-env callsChristian Kögler
2019-08-26make-disk-image.nix: Handle cptofs error explicitlyClemens Fruhwirth
2019-01-24Add options to build disk image function (#50239)Travis Athougies
2019-01-07make-disk-image: use filterSource instead of cleanSourceMatthew Bauer
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-02-27Fix installing the Nixpkgs channel on the installation mediaEelco Dolstra
2018-02-22Merge remote-tracking branch 'origin/master' into nix-2.0Eelco Dolstra
2018-02-18nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski
2018-02-07make-disk-image.nix: Use nixos-install againEelco Dolstra
2018-01-22nixos/make-disk-image.nix: Support EFI imagesTuomas Tynkkynen
2017-12-20make-disk-image.nix: Really fix write permissions in the storeTuomas Tynkkynen
2017-12-17make-disk-image.nix: Remove write permissions from /nix/storeTuomas Tynkkynen
2017-12-12build-support/vm: Use devtmpfs, not static device nodesTuomas Tynkkynen
2017-11-13make-disk-image: fix evalOrivej Desh
2017-11-12make-disk-image: embed compression switch into the format nameOrivej Desh
2017-11-12make-disk-image: add compressed option to compress qcow2 imagesOrivej Desh
2017-11-12make-disk-image: clean upOrivej Desh
2017-11-11make-disk-image: do not use faketimeOrivej Desh
2017-11-11make-disk-image: clean upOrivej Desh
2017-11-10make-disk-iamge: use faketime to get a consistent timestampDan Peebles
2017-10-14nixos: run parted with --script optionBjørn Forsman
2017-08-29Deduplicate some filterSource invocationsDan Peebles
2017-08-10amazon-image: support VPC/VHD as an output format for the builderDan Peebles
2017-04-24make-disk-image: change to be less VM-centricDan Peebles
2017-02-26make-disk-image.nix: set last fsck time on ext4 images to enable resize-on-st...Dan Peebles
2017-02-22make-disk-image.nix: support additional filesystem contentsDan Peebles
2016-12-07make-disk-image: make store validity fix optionalDomen Kožar
2016-12-07make-disk-image: run tune2fs after umount to skip fsckDomen Kožar
2016-08-16nixos/lib/make-disk-image: refactor to use nixos-installobadz
2016-08-15nixos/make-disk-image: add ability to defer bootloader install until image ha...obadz
2016-04-25treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen
2016-03-30Fix the EC2 testEelco Dolstra
2016-03-15Combine OVA generation stepsEelco Dolstra