Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Turris Build Turris Build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 97
    • Issues 97
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TurrisTurris
  • Turris OS
  • Turris BuildTurris Build
  • Merge requests
  • !421

lists/migrate3x: fix no access from LAN and ignored tos3to4-early

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Karel Koci requested to merge hotfix/lists-migrate3x into hbk May 26, 2021
  • Overview 0
  • Commits 3
  • Pipelines 4
  • Changes 3

This fixes two issues.

The first issue is that updater is maked for replan in Turris OS 3.x lists and it is replanned first becuase tos3to4-early depends on it. The solution here is to replan one more time after tos3to4-early installation that should be right after updater-ng is installed.

The second issue is that we migrate configuration from switch-config to DSA but kernel we are running in that moment does not support DSA and thus we end up with unconfigured LAN. This makes it hard to access router after migration and makes router pretty much broken. The reboot solves this as a new kernel is deployed. We do it this way without need for user to reboot device manually.

Fixes few issues with packages#344 (closed)

Companion MR packages!756 (merged)

Edited May 27, 2021 by Karel Koci
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: hotfix/lists-migrate3x