Hi! build.sh scripts use mkfs.vfat from dosfstools package. We should depend on it
Thanks, keep on the good work
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 .. 3 4 5 6 7 8 9 10 Next › Last »
<deleted-account> commented on 2012-04-21 21:42 (UTC)
svenstaro commented on 2012-04-19 16:48 (UTC)
Write arch rel-eng mailing list a patch or discuss a problem. It is a very responsive mailing list.
<deleted-account> commented on 2012-04-19 16:46 (UTC)
I would, but I can't seem to find how to do it.
svenstaro commented on 2012-04-19 11:37 (UTC)
Well I'm not going to do downstream patching. Report any issues and a patches you have to upstream.
<deleted-account> commented on 2012-04-19 11:34 (UTC)
After some tests the replacement command would actually be:
cp -arv "${_fs_src}/." "${work_dir}/mnt/${_src}/"
If the dot is missing then it will copy the directory, instead of it's contents. This will make rsync unnecessary.
<deleted-account> commented on 2012-04-19 09:15 (UTC)
In order to remove the rsync dependency you can use this command: < cp -arv "${_fs_src}/" "${work_dir}/mnt/${_src}/" >
svenstaro commented on 2012-04-19 08:47 (UTC)
Added rsync dep. Report the loop device stuff to upstream and have them add a check.
<deleted-account> commented on 2012-04-19 07:54 (UTC)
rsync dependencies here:
mkarchiso, line 361: rsync -aH "${_fs_src}/" "${work_dir}/mnt/${_src}/"
Also rsync hangs sometimes, and the only solution is a hard reset (as in from the button).
I haven't found any checks for the loop devices!
mkarchiso, line 97: mount "${_src}" "${_dst}"
It doesn't throw any error if loop devices are not present! Instead it tries to unmount it later.
svenstaro commented on 2012-04-18 16:57 (UTC)
Which components depends on rsync? Also the script itself should check for loop devices.
<deleted-account> commented on 2012-04-18 16:56 (UTC)
This package also depends on rsync !!!!
Also it fails if you don't have any loop devices available (no loop module in kernel), it should check for that.
AUR packages can be installed if you modify the build script.
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
.