about summary refs log tree commit diff
path: root/nixos/lib/make-iso9660-image.sh
Commit message (Collapse)AuthorAge
* 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
* images: remove original files when using zstd for compressionPavol Rusnak2020-06-14
|
* iso-image: use zstd for compressionPavol Rusnak2020-04-24
|
* Revert "Revert "iso-image: normalize volumeID""worldofpeace2020-04-09
| | | | This reverts commit 21b50e6f6879f22b9261362bfd6dce26b7611e18.
* Revert "iso-image: normalize volumeID"worldofpeace2020-04-09
|
* make-iso9660-image.sh: enable joliet extensionworldofpeace2020-03-27
| | | | This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
* installer: Adds AArch64 UEFI installer support.Samuel Dionne-Riel2018-12-12
|
* 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.
* Enable to create hybrid ISO without UEFI bootTimofei Kushnir2015-11-28
|
* nixos: iso-image: filename escaping in xorrisoBob van der Linden2015-03-24
|
* 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.
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10