Verified Commit 5c61c58b authored by anarcat's avatar anarcat
Browse files

remove the rm nologin step, it's useless

Every time I ran that, the file was already gone. I think it gets
cleared out on reboot. We may want to recreate it elsewhere, but i'm
not sure it's worth the trouble.
parent 0d3d1b59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -157,8 +157,6 @@ See the "conflicts resolution" section below for how to handle
        dpkg -l 'linux-image*'
        # review packages that are not in the new distribution
        apt-forktracer | sort
        # reenable logins
        rm /etc/nologin
        printf "End of Step 8\a\n"
        shutdown -r +1 "bullseye upgrade step 8: testing reboots one final time"