Skip to content
GitLab
Projects Groups Topics 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
    • Graph
    • Compare revisions
    • Locked files
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • archiso
  • Issues
  • #26
Closed
Open
Issue created Jun 30, 2020 by nl6720@nl6720Developer

Update mirrorlist using reflector in the live system upon establishing a network connection

Instead of downloading the mirrorlist when creating the iso and having the user manually sort it in the live system, it would be more useful to fetch it using reflector in the live system after establishing a network connection.

For Ethernet it should work using the reflector.service from the wiki. Though it's probably safer to use --age instead of --latest, e.g.:

ExecStart=/usr/bin/reflector --protocol https --age 1 --sort rate --save /etc/pacman.d/mirrorlist

For wireless it would need something like:

Restart=on-failure
RestartSec=?
Edited Jun 30, 2020 by nl6720
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking