Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A archiso
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch Linux
  • archiso
  • Issues
  • #148

Closed
Open
Created Aug 21, 2021 by nl6720@nl6720Developer4 of 4 tasks completed4/4 tasks

Make non-verbose mkarchiso more quiet

Running mkarchiso without -v still produces some output from the tools it runs:

mkfs.fat 4.2 (2021-01-31)
Unrecognised xattr prefix system.posix_acl_default
Unrecognised xattr prefix system.posix_acl_access
Unrecognised xattr prefix system.posix_acl_default
Unrecognised xattr prefix system.posix_acl_access
Unrecognised xattr prefix system.posix_acl_default
xorriso 1.5.4 : RockRidge filesystem manipulator, libburnia project.

xorriso : NOTE : Environment variable SOURCE_DATE_EPOCH encountered with value 1629566829
833M    /tmp/archiso-out/archlinux-2021.08.21-x86_64.iso
  • mkfs.fat does not have a -q/--quiet option. https://github.com/dosfstools/dosfstools/issues/103.
  • xorriso still produces messages even with -quiet. This is despite xorrisofs(1) saying "Suppress most messages of the program run, except those which indicate problems or errors".
  • The output from mksquashfs is expected since squashfs does not support ACLs.
  • mkfs.erofs does not have a -q/--quiet option and it outputs to stderr instead of stdout.

Additionally, in netboot build mode:

663M    /tmp/archiso-out/arch/x86_64
20K     /tmp/archiso-out/arch/boot/licenses/memtest86+
4.0K    /tmp/archiso-out/arch/boot/licenses/amd-ucode
4.0K    /tmp/archiso-out/arch/boot/licenses/intel-ucode
28K     /tmp/archiso-out/arch/boot/licenses
77M     /tmp/archiso-out/arch/boot/x86_64
82M     /tmp/archiso-out/arch/boot
745M    /tmp/archiso-out/arch
  • du output is needlessly verbose.
Edited Dec 01, 2021 by nl6720
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking