@amoka: Thanks for the heads up. I can reproduce that and already found a fix. Will add a merge request asap.
Search Criteria
Package Details: archiso-git 79.r0.gfa3aba3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/archiso-git.git (read-only, click to copy) |
---|---|
Package Base: | archiso-git |
Description: | Tools for creating Arch Linux live and install iso images |
Upstream URL: | https://gitlab.archlinux.org/archlinux/archiso |
Keywords: | releng |
Licenses: | GPL-3.0-or-later |
Conflicts: | archiso |
Provides: | archiso |
Submitter: | svenstaro |
Maintainer: | dvzrv (nl6720) |
Last Packager: | nl6720 |
Votes: | 119 |
Popularity: | 0.000053 |
First Submitted: | 2009-04-28 03:43 (UTC) |
Last Updated: | 2024-07-27 06:33 (UTC) |
Dependencies (17)
- arch-install-scripts
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dosfstools (dosfstools-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- erofs-utils (erofs-utils-gitAUR)
- libarchive (libarchive-gitAUR)
- libisoburn (libisoburn-gitAUR)
- mtools (mtools-svnAUR)
- squashfs-tools (squashfs-tools-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-docutils (make)
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (check)
- edk2-ovmf (optional) – for emulating UEFI with run_archiso
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (optional) – for PGP signature verification of rootfs over PXE
- grub (grub-linux-defaultAUR, grub-coreosAUR, grub-blscfgAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-silentAUR, grub-gitAUR, grub-improved-luks2-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR) (optional) – for grub support in the ISO
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – for CMS signature verification of PXE artifacts and rootfs over PXE
- qemu-desktop (optional) – for run_archiso
Required by (5)
- archsysback (requires archiso)
- arcolinux-app-glade-git (requires archiso)
- koffe (requires archiso)
- oh (requires archiso)
- talkingarch-git
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
dvzrv commented on 2020-11-18 18:12 (UTC)
amoka commented on 2020-11-18 17:17 (UTC)
Getting exit code: 1 when running # mkarchiso -v -w /tmp/archiso-tmp /usr/share/archiso/configs/releng/
this started after Nov 14 commits.
bradwood commented on 2020-11-15 11:58 (UTC) (edited on 2020-11-15 12:24 (UTC) by bradwood)
Thanks @dvzrv, but I am still getting errors with that... I suspect my gpg setup is broken :/
❯ gpg --auto-key-locate wkd --search-keys dvzrv@archlinux.org
gpg: error searching keyserver: General error
gpg: keyserver search failed: General error
Any suggestions?
Thanks
UPDATE: I cloned the package manually and installed that way without issue. I think there is some kind of an issue happening between yay and gpg but it doesn't appear to be to do with this package. Thanks again for your help!
dvzrv commented on 2020-11-14 18:30 (UTC)
@bradwood: You can use WKD.
gpg --auto-key-locate wkd --search-keys dvzrv@archlinux.org
bradwood commented on 2020-11-14 15:05 (UTC)
:: PGP keys need importing:
-> C7E7849466FE2358343588377258734B41C31549, required by: archiso-git
==> Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
amoka commented on 2020-08-27 16:18 (UTC)
Can we build lz4
initrd instead of xz
?
I enabled lz4
in archiso/airootfs/etc/mkinitcpio.conf
and commented out xz
and got the following error during build:
install: error writing 'archiso/work/mnt/efiboot/EFI/archiso/archiso.img': No space left on device
Obviously, I have disk space!
dvzrv commented on 2020-08-25 20:02 (UTC)
@amoka: Thanks for the heads up! Sorry, that's on my plate. I introduced that bug :-/ Should be fixed soon!
amoka commented on 2020-08-25 19:43 (UTC)
Getting this:
/usr/bin/mkarchiso: line 690: override_install_dir: unbound variable
When trying to run mkarchiso -v path/to/profile
or mkarchiso -w path/to/work_dir -o path/to/out_dir path/to/profile
nl6720 commented on 2020-08-20 21:24 (UTC) (edited on 2020-08-20 21:27 (UTC) by nl6720)
A fix for the can't stat archiso.img
issue is waiting in https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/68 .
The bootmodes are briefly explained in https://gitlab.archlinux.org/archlinux/archiso/-/commit/7c2247f615ecdff8d236ac90c4bec1c3d255a497 . Basically:
bios_syslinux.mbr
writes SYSLINUX MBR boot code to the ISO image's MBR. It's used for BIOS booting when the image is written to disk withdd
.bios.syslinux.eltorito
provides El Torito booting. It's used for BIOS booting from an optical disc.uefi-x64.systemd-boot.esp
writes the FAT image's (efiboot.img
) location in the ISO image's partition table (currently MBR, but I'm thinking about changing this; that's why the option was renamed from the initialuefi-x64.systemd-boot.mbr
; suggestions for a better name are welcome) as an EFI system partition. It's used for UEFI booting when the image is written to disk withdd
.uefi-x64.systemd-boot.eltorito
lists the FAT image (efiboot.img
) in El Torito. It's used for UEFI booting from an optical disc.
Note that currently for BIOS booting both bios_syslinux.mbr
and bios.syslinux.eltorito
must be used, and for UEFI: both uefi-x64.systemd-boot.esp
and uefi-x64.systemd-boot.eltorito
.
Pinned Comments
nl6720 commented on 2020-07-30 17:02 (UTC) (edited on 2020-07-30 17:09 (UTC) by nl6720)
@amoka, that's a temporary issue. It will be solved when archiso 46 is released and lands in extra.
To use
mkinitcpio-archiso-git
instead ofmkinitcpio-archiso
:mkinitcpio-archiso-git
to it. Alternatively use an AUR helper that uses a custom local repo.configs/*/pacman.conf
. There's an example at the end of the file.mkinitcpio-archiso
withmkinitcpio-archiso-git
inconfigs/*/packages.x86_64
.