Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running commands from steamos-devmode script breaks rwfus after reboot #43

Closed
safijari opened this issue Nov 13, 2023 · 1 comment
Closed

Comments

@safijari
Copy link

The steamos-devmode script runs the following comments after disabling read-only. I mostly need this in order to restore headers for building packages. When I run this inside rwfus, things work fine until I reboot and then rwfus fails to mount the overlay.

sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -Sy --noconfirm --needed archlinux-keyring
sudo pacman --noconfirm -S $(pacman -Qnkq | cut -d' ' -f1 | sort | uniq)
sudo pacman -S base-devel multilib-devel --needed
@ValShaped
Copy link
Owner

ValShaped commented Dec 17, 2023

This is a known issue and a wontfix. Unfortunately, Rwfus refuses to mount the overlay to avoid bricking someone's SteamOS install:
#20

Please run the command with Rwfus disabled.

@ValShaped ValShaped closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants