Skip to content
Snippets Groups Projects
Verified Commit 2f639245 authored by anarcat's avatar anarcat
Browse files

reuse the same ttyrec file by appending to it

This reduces the clutter of recording files left lying around.
parent 1d1acd20
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ process. ...@@ -36,7 +36,7 @@ process.
reboot reboot
export LC_ALL=C.UTF-8 && export LC_ALL=C.UTF-8 &&
sudo ttyrec -e screen /var/log/upgrade-buster.ttyrec.2 sudo ttyrec -a -e screen /var/log/upgrade-buster.ttyrec
4. Perform any pending upgrade and clear out old pins: 4. Perform any pending upgrade and clear out old pins:
...@@ -88,7 +88,7 @@ process. ...@@ -88,7 +88,7 @@ process.
8. Post-upgrade checks: 8. Post-upgrade checks:
export LC_ALL=C.UTF-8 && export LC_ALL=C.UTF-8 &&
sudo ttyrec -e screen /var/log/upgrade-buster.ttyrec.3 sudo ttyrec -a -e screen /var/log/upgrade-buster.ttyrec
# review and purge old packages, including kernels # review and purge old packages, including kernels
apt --purge autoremove apt --purge autoremove
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment