Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
1d1acd20
Verified
Commit
1d1acd20
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
move up the reboot, before enter into the stability zone
parent
3f8562ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/upgrades/buster.mdwn
+11
-11
11 additions, 11 deletions
tsa/howto/upgrades/buster.mdwn
with
11 additions
and
11 deletions
tsa/howto/upgrades/buster.mdwn
+
11
−
11
View file @
1d1acd20
...
...
@@ -29,7 +29,16 @@ process.
: make sure backups are up to date in Nagios &&
echo End of Step 2
3. Perform any pending upgrade and clear out old pins:
3. Enable module loading (for ferm) and test reboots:
systemctl disable modules_disabled.timer
reboot
export LC_ALL=C.UTF-8 &&
sudo ttyrec -e screen /var/log/upgrade-buster.ttyrec.2
4. Perform any pending upgrade and clear out old pins:
: Check for pinned, on hold, packages, and possibly disable &&
rm -f /etc/apt/preferences /etc/apt/preferences.d/* &&
...
...
@@ -44,7 +53,7 @@ process.
apt-show-versions | grep -v /stretch | grep -v 'not installed$' &&
echo End of Step 3
4
. Check free space, see [this guide to free up space][] and
5
. Check free space, see [this guide to free up space][] and
download packages:
sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/* &&
...
...
@@ -54,15 +63,6 @@ process.
apt -y -d dist-upgrade &&
echo End of Step 4
5. Enable module loading (for ferm)
systemctl disable modules_disabled.timer
reboot
export LC_ALL=C.UTF-8 &&
sudo ttyrec -e screen /var/log/upgrade-buster.ttyrec.2
6. Actual upgrade run:
apt install -y dpkg apt &&
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment