aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* Fix optional shellcheck warningsnl67202023-06-151-84/+85
* mkarchiso: prevent interference from xorriso startup filesnl67202023-06-151-1/+6
* mkarchiso: run _cms_sign_artifact only oncenl67202023-06-011-1/+0
* mkarchiso: add a -r option to delete the working directorynl67202023-05-171-2/+23
* Update mkarchiso2hexed2023-05-171-1/+1
* mkarchiso: read SOURCE_DATE_EPOCH from file earlynl67202023-05-171-6/+9
* mkarchiso: support %ARCHISO_UUID% variable in boot loader configurationnl67202023-05-171-5/+9
* mkarchiso: Fix the cp command arguments to retain mkarchiso's behavior prior ...shivanandvp2023-05-171-1/+1
* Subdirectories from grub/ are copied to the ISOAntonio V2023-05-141-1/+1
* Move SYSLINUX directory from /syslinux/ to /boot/syslinux/nl67202023-02-241-16/+16
* Move the .uuid file to /boot/grub/YYYY-mm-dd-HH-MM-SS-00.uuidnl67202023-02-241-13/+15
* mkarchiso: write grubenv in _make_common_bootmode_grub_cfgnl67202023-02-241-0/+22
* Move grub files from /EFI/BOOT/ to /boot/grub/ on ISO 9660nl67202023-02-221-5/+5
* Do not duplicate grub.cfg in efiboot.imgnl67202023-02-221-20/+34
* mkarchiso: add more details to the comment in grub-embed.cfgnl67202023-02-221-2/+5
* mkarchiso: do not place memtest86+ in netboot artifactsnl67202023-02-101-8/+6
* Preload GRUB's NTFS, exFAT and UDF modulesnl67202023-02-021-8/+8
* mkarchiso: write a .uuid file to /.disk/ on ISO 9660 to allow GRUB to search ...nl67202023-02-021-2/+9
* archiso/mkarchiso: write "uninitialized" to /etc/machine-idChristian Hesse2022-12-221-2/+3
* mkarchiso: check if the code signing files specified with option -c existnl67202022-12-101-1/+9
* mkarchiso: open the ARCHISO_GNUPG_FD, ARCHISO_TLS_FD and ARCHISO_TLSCA_FD fil...nl67202022-12-061-3/+3
* mkarchiso: do not try to use an non existent GPG public key filenl67202022-12-061-5/+7
* mkarchiso: disable shellcheck warning when searching an arraynl67202022-12-061-0/+1
* Add Memtest86+ to x86_64 UEFI GRUB boot menuJonathan Liu2022-12-031-0/+11
* mkarchiso: do not sign .sig filesnl67202022-10-131-3/+4
* Add the ability to generate rootfs signatures using openssl CMS module if ``-...Anton Hvornum2022-09-251-39/+91
* mkarchiso: touch clock-epoch for extra hint on date and timeChristian Hesse2022-08-261-0/+5
* mkarchiso: preload more GRUB modules and disable shim_lock verifiernl67202022-08-191-2/+20
* mkarchiso: copy all GRUB files to the ISOnl67202022-08-171-52/+67
* mkarchiso: unset LANGUAGEnl67202022-08-071-0/+5
* Add efibootimg variable in place of full pathPellegrino Prevete2022-07-161-21/+23
* mkarchiso: work arround GRUB's cmdpath having incorect case on some firmwarenl67202022-06-241-4/+22
* mkarchiso: add SBAT metadata to grub-mkstandalone created EFI binariesnl67202022-06-181-0/+2
* mkarchiso: improve commentsnl67202022-06-181-12/+10
* Add *_uefi-x64.grub.* functions to mkarchisoplainlinen2022-06-091-21/+251
* mkarchiso: use C.UTF-8nl67202022-06-091-1/+1
* Add support for GRUB ia32 UEFI in mkarchiso, update READMEs.Pellegrino Prevete2022-05-251-9/+118
* https://gitlab.archlinux.org/archlinux/archiso/-/issues/163weltio weltio2022-01-211-1/+1
* mkarchiso: Fix mmd-command checkhayao2022-01-081-0/+1
* mkarchiso: show "Code signing certificates: None" if no keys/certificates are...nl67202021-12-101-1/+1
* mkarchiso: use mkfs.erofs --quiet in quiet modenl67202021-11-221-2/+4
* mkarchiso: use mksquashfs -quiet instead of redirecting its stdout to /dev/nullnl67202021-11-051-6/+3
* mkarchiso: do not show subdirectory sizes in netboot modenl67202021-11-051-1/+1
* mkarchiso: redirect command -v output to /dev/nullnl67202021-11-051-1/+1
* mkarchiso: silence xorriso's note about SOURCE_DATE_EPOCHnl67202021-11-051-3/+8
* mkarchiso: silence mkfs.fat in quiet modenl67202021-11-041-1/+7
* mkarchiso: do not require setting boot modes when building only netboot artif...nl67202021-11-021-18/+22
* mkarchiso: replace external date command with printfnl67202021-11-021-2/+3
* mkarchiso: error out of iso and netboot build modes if no boot modes are spec...nl67202021-08-251-0/+4
* mkarchiso: split out build mode specific checks from _validate_options to _va...nl67202021-08-251-77/+86