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

merge reboot steps into previous if possible

parent 1d9eab9c
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,7 @@ process. ...@@ -31,8 +31,7 @@ process.
3. Enable module loading (for ferm) and test reboots: 3. Enable module loading (for ferm) and test reboots:
systemctl disable modules_disabled.timer systemctl disable modules_disabled.timer &&
shutdown -r +1 "rebooting with module loading enabled" shutdown -r +1 "rebooting with module loading enabled"
export LC_ALL=C.UTF-8 && export LC_ALL=C.UTF-8 &&
...@@ -80,10 +79,8 @@ process. ...@@ -80,10 +79,8 @@ process.
dpkg --purge libsensors4:amd64 syslog-ng-mod-json || true && dpkg --purge libsensors4:amd64 syslog-ng-mod-json || true &&
puppet agent --enable && puppet agent --enable &&
(puppet agent -t || true) && (puppet agent -t || true) &&
(puppet agent -t || true) (puppet agent -t || true) &&
printf "End of Step 7\a\n" &&
7. reboot once so we can then get rid of the old kernel image
shutdown -r +1 "rebooting to get rid of old kernel image..." shutdown -r +1 "rebooting to get rid of old kernel image..."
8. Post-upgrade checks: 8. Post-upgrade checks:
......
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