Done.
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.000049 |
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 .. 4 5 6 7 8 9 10 Next › Last »
svenstaro commented on 2012-03-22 04:46 (UTC)
djgera commented on 2012-03-21 17:18 (UTC)
@Svenstaro: Please update depends=("libisoburn" "squashfs-tools")
svenstaro commented on 2011-08-29 17:51 (UTC)
Oh right sorry I forgot.
djgera commented on 2011-08-29 17:43 (UTC)
@Svenstaro: Please update depends=("devtools" "libisoburn" "squashfs-tools")
djgera commented on 2011-08-19 18:57 (UTC)
@Svenstaro: Please update depends=("cdrkit" "devtools" "squashfs-tools" "syslinux")
svenstaro commented on 2010-12-31 09:58 (UTC)
You should create a local database and insert your packages into there. Then include this database before all your other ones in pacman.conf and you'll be fine.
CPUnltd commented on 2010-12-31 09:56 (UTC)
does archiso support installing AUR packages? I don't see any information specifically stating such, so I felt it best to ask here. I'm looking to attempt some remaster work and would like to know how I'd pull off adding AUR packages to my liveimg... thanks in advance!
sotrud_nik commented on 2010-12-01 03:53 (UTC)
http://mailman.archlinux.org/pipermail/arch-releng/2010-December/001280.html
Gerardo wrote the RFC implementation, *cool*
svenstaro commented on 2010-11-09 11:34 (UTC)
Try and get your patch into archiso mainline. I'm not patching this package, it will stay vanilla. If your patch is well done, you will have no trouble getting it upstream.
sotrud_nik commented on 2010-11-09 04:47 (UTC)
Here is a little patch to support fromiso boot option, works with GRUB2
http://mail.kazgrid.kz/repo/archiso-fromiso.patch
You should define your media which contains ISO file as /dev/sdxy/archiso.iso
For example, here is a part from my grub.cfg
menuentry "Archik fromiso" {
loopback loop /archik-1.07-i686.iso
linux (loop)/boot/vmlinuz26 fromiso=/dev/sda1/archik-1.07-i686.iso
initrd (loop)/boot/myarch.img
}
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
.