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 8
    • Merge requests 8
  • 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
  • #112

Closed
Open
Created Mar 21, 2021 by nl6720@nl6720Developer

Don't harcode mksquashfs options when airootfs_image_tool_options is not set or is empty

If airootfs_image_tool_options is set to () or not set at all in profiledef.sh, mkarchiso will use airootfs_image_tool_options=('-comp' 'xz').

This was motivated by my bright idea of backwards compatibility or something like that. The result is that

if (( ${#airootfs_image_tool_options[@]} < 1 )); then

prevents the usage of mksquashfs defaults.

Since both profiles explicitly set their airootfs_image_tool_options, I think the condition should be removed.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking