about summary refs log tree commit diff
path: root/nixos/lib/make-iso9660-image.nix
Commit message (Collapse)AuthorAge
* nixos: use nativeBuildInputs in make- iso9660-image and system-tarballEmery Hemingway2020-11-18
| | | | | The tools used to create iso9660 images and tarballs are independent of the platform of the closure contained within.
* make-iso9660-image: produce stable GPT disk GUIDArnout Engelen2020-07-20
| | | | | | | | | | | | | | | | | | | By generating a version-5 GUID based on $out (which contains the derivation hash) and preventing isohybrid from overwriting the GPT table (which already is populated correctly by xorriso). Tested by: * booting from USB disk on a UEFI system * booting from USB disk on a non-UEFI system * booting from CD on a UEFI system * booting from CD on a non-UEFI system * booting from CD on an OSX system Also tested that "nix-build ./nixos/release-combined.nix -A nixos.iso_minimal.x86_64-linux -I nixpkgs=~/nixpkgs-r13y --check" now succeeds. Fixes #74047
* nixos/make-iso9660: fix zstd inputFinn Behrens2020-06-09
|
* iso-image: use zstd for compressionPavol Rusnak2020-04-24
|
* nixos/make-iso9660-image: Fix doc typoChuck2019-10-18
|
* nixos/make-iso9660-image: Fix storeContents documentationChuck2019-10-18
| | | | | | `packages` was renamed to `storeContents` in 668c146e33291e933ccfb19fd39fab9cd2b7900d, but this comment describing its purpose was not updated to match.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* ISO images: Initialize the Nix database with correct NAR hashes/sizesEelco Dolstra2018-02-07
| | | | | The boot test now runs "nix verify" to ensure that all hashes are correct.
* Combine ISO generation stepsEelco Dolstra2016-03-15
| | | | | This folds adding hydra-build-products into the actual ISO generation, preventing an unnecessary download of the ISO.
* wheter → whetherProfpatsch2016-03-07
| | | | Nice weather today, isn’t it?
* nixos: iso-image: use syslinux bootloader for USB booting supportBob van der Linden2015-03-24
| | | | | | | This changes the bootloader for iso generation from Grub to syslinux. In addition this adds USB booting support, so that "dd" can be used to burn the generated ISO to USB thumbdrives instead of needing applications like UnetBootin.
* Revert "nixos: iso-image: use syslinux bootloader for USB booting support"Luca Bruno2014-11-08
| | | | This reverts commit 455db168b30d53c903c96be80ef843b79e0744ae.
* nixos: iso-image: use syslinux bootloader for USB booting supportBob van der Linden2014-11-02
| | | | | | | This changes the bootloader for iso generation from Grub to syslinux. In addition this adds USB booting support, so that "dd" can be used to burn the generated ISO to USB thumbdrives instead of needing applications like UnetBootin.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10