Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 217
    • Merge Requests 217
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #12353

Closed
Open
Opened Jan 26, 2021 by Willi Huber@RPI

setup-disk with sys mode on Raspberry Pi 3.13.0

Commit "setup-disk: add rpi support" does not work on RPI.

Run command: setup-disk -m sys /mnt

Always get error Ext4 is not supported. Only supported are: VFAT"

Problem in source code : supported_boot_fs() { local supported="ext2 ext3 ext4 btrfs xfs vfat" local fs= if is_rpi; then supported=vfat fi for fs in $supported; do [ "$fs" = "$1" ] && return 0 done

Fresh install with Alpine Linux 3.12.3 no problem

Edited Jan 26, 2021 by Willi Huber
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#12353