mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Bugfix/disable uasp (#878)
* usbstoraged * set quirks on demand * remove reference to usbstoraged.service * comments * use sysfs instead of modprobe and address comments * fix ro fs and missing comma * Apply suggestions from code review * don't recurse overlayroot * sleep before reconnect * reset twice * sync between writes * fix build * fix build * adds drive to storage quirk whitelist * long sleep * another thing to try * fix: Ensure that the changes take effect Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com> Co-authored-by: Justin Miller <dragondef@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ ControlPort 9051
|
||||
CookieAuthentication 1
|
||||
EOF
|
||||
|
||||
echo 'overlayroot="tmpfs"' > /etc/overlayroot.local.conf
|
||||
echo 'overlayroot="tmpfs":swap=1,recurse=0' > /etc/overlayroot.local.conf
|
||||
systemctl disable initialization.service
|
||||
sync
|
||||
reboot
|
||||
|
||||
Reference in New Issue
Block a user