Skip to content
GitLab
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
    • Graph
    • Compare
  • Issues 737
    • Issues 737
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 325
    • Merge requests 325
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Issues
  • #9923
Closed
Open
Issue created Jan 26, 2019 by algitbot@rootOwner

busybx umount does not support -O flag, but it's used in netmount script

the /etc/init.d/netmount script contains this code:

if [ “$RC_UNAME” = Linux ] && [ $retval = 0 ]; then
umount -a -O _netdev
retval=$?
fi

it shows an error when shutting down/rebooting system with attached usb disk, because -O is not supported by busybox
it is a cosmetic issue, hence low priority

(from redmine: issue id 9923, created on 2019-01-26)

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