Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 748
    • Issues 748
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 320
    • Merge requests 320
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • aportsaports
  • Issues
  • #12353

Closed
Open
Created 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 Jun 11, 2021 by Natanael Copa
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking