Package Details: archuseriso 0.8.26-1

Git Clone URL: https://aur.archlinux.org/archuseriso.git (read-only, click to copy)
Package Base: archuseriso
Description: Bash scripts for building Arch Linux bootable images
Upstream URL: https://github.com/laurent85v/archuseriso
Keywords: archiso encryption liveusb persistence rescue
Licenses: GPL3
Conflicts: archuseriso
Submitter: laurent85
Maintainer: laurent85
Last Packager: laurent85
Votes: 14
Popularity: 0.000023
First Submitted: 2019-05-05 23:27 (UTC)
Last Updated: 2026-07-05 20:40 (UTC)

Dependencies (21)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

pswiatki commented on 2026-07-19 10:54 (UTC)

Thank you so much. Now the package updated successfully.

laurent85 commented on 2026-07-16 19:00 (UTC)

The download site is back up. A firewall rule was broken, but it’s fixed now.

pswiatki commented on 2026-07-12 11:58 (UTC)

http://dl.gnutux.fr/ does not respond currently. I am in Poland and wonder what is going on.

dodogames commented on 2025-09-02 07:47 (UTC)

Did gpg change or something? I got the following error:


==> Validating source files with sha256sums...
    archuseriso-0.8.13.tar.gz ... Passed
    archuseriso-0.8.13.tar.gz.sig ... Skipped
==> Validating source files with b2sums...
    archuseriso-0.8.13.tar.gz ... Passed
    archuseriso-0.8.13.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
    archuseriso-0.8.13.tar.gz ... FAILED (unknown public key FAC4560863BEEC34)
==> ERROR: One or more PGP signatures could not be verified!

laurent85 commented on 2024-01-12 11:12 (UTC)

Can you open a ticket on the project home page on github. I need to investigate further. Please provide the commands used and the error message reported.

https://github.com/laurent85v/archuseriso/issues

waitnsea commented on 2024-01-12 06:27 (UTC)

Thanks, but not a solution: even with shortest packages list and xfce, AUIXF_kfs is 100% full and stick works too slow, unusable

laurent85 commented on 2024-01-11 18:14 (UTC) (edited on 2024-01-11 21:14 (UTC) by laurent85)

The calculation of the size of the first partition was changed in one of the previous versions and it seems the size is too tight in some circumstances.

You can modify the code for now while waiting for the next update. Change the line #405 to:

iso_size=$(( $(du -bs "${WD}/${workdir}/iso/${install_dir}/${arch}" | awk '{print $1}') / 1048576 * 110 / 100 ))

waitnsea commented on 2024-01-10 01:54 (UTC) (edited on 2024-01-10 02:17 (UTC) by waitnsea)

I had same problem with KDE or XFCE, but problems happen only when there are too many packages added on this 58,6G USB key

Is this limit guilty ? Is an adaptative or only a little bigger size possible ? cow2 partition is quite empty

ISO size in MiB
iso_size=$(( iso_size / 1048576 ))

laurent85 commented on 2024-01-09 21:53 (UTC)

Which desktop profile was used to create your iso ?

Thanks for your support and happy new year ;)

waitnsea commented on 2024-01-09 07:49 (UTC) (edited on 2024-01-09 10:10 (UTC) by waitnsea)

Problem writing : aui-mkusb makes too small partitions and key doesn't work while iso works perfectly with qemu.

Added packages were : archinstall,dosfstools,mtools,ark,bc,borg,cherrytree,feh,fwupd,galculator,gparted,gvim,mupdf,reflector,testdisk,foremost,zellij,vim,w3m,zathura,zstd,ecryptfs-utils,gocryptfs,lshw,dmidecode,refind,ext4magic,restic

Thanks for archuseriso and best wishes for new year