aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Expand)AuthorAgeFilesLines
* 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
* mkarchiso: fix unbound variable errors in _validate_optionsnl67202021-08-251-4/+4
* mkarchiso: support setting gpg sendernl67202021-08-251-4/+13
* mkarchiso: add some sane gpg options to override those set in user's gpg.confnl67202021-08-251-6/+9
* mkarchiso: put version files in netboot artifactsnl67202021-08-241-1/+1
* mkarchiso: ensure there are no existing image files before trying to create themnl67202021-08-151-1/+5
* mkarchiso: copy files to ext4 image using mkfs.ext4's -d option instead of mo...nl67202021-08-151-28/+16
* mkarchiso: Do not run _build_iso_base onceDavid Runge2021-07-301-2/+2
* mkarchiso: improve functions and commentsnl67202021-07-291-56/+82
* mkarchiso: set LC_ALL instead of LANGnl67202021-07-111-1/+1
* mkarchiso: unset TMPDIR to work around FS#70580nl67202021-07-021-3/+5
* Revert "archiso/mkarchiso: clear environment variables when chrooting"nl67202021-07-021-5/+4
* archiso/mkarchiso: Generalize handling of ucodesDavid Runge2021-06-301-10/+22