Merge "debian: Remove ostree unlock workaround"

This commit is contained in:
Zuul 2022-06-18 12:51:07 +00:00 committed by Gerrit Code Review
commit 5bb8686764
2 changed files with 2 additions and 18 deletions

View File

@ -1,2 +1 @@
# UAR 10: disable
# don't remove the file yet, keep this hot

View File

@ -1,16 +1 @@
# syntactic sugar
echo 'set mouse-=a' > ~/.vimrc
#############################
# WORKAROUNDS PRE-BOOTSTRAP #
#############################
# May want to sudo source this
# WARNING: Everything here was run under root user.
# NOTE: some of the issues may be hidden by this remount, ideally it should be reverted after each command. Don't expect many such issues so leave it as it is for now.
# mount -o remount,rw /usr
# mount -o remount,rw /
ostree admin unlock --hotfix
# sudo instant response and download stuff
# don't remove the file yet, keep this hot