mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
prevent initialization from writing the quirk string twice
This commit is contained in:
committed by
Aiden McClelland
parent
c3045bcec1
commit
b1aa2ddf75
@@ -87,6 +87,7 @@ rm -rf /var/lib/tor/*
|
||||
raspi-config nonint enable_overlayfs
|
||||
|
||||
# create a copy of the cmdline *without* the quirk string, so that it can be easily amended
|
||||
sudo sed -i 's/usb-storage.quirks=152d:0562:u //g' /media/drbonez/system-boot/cmdline.txt
|
||||
sudo cp /boot/cmdline.txt /boot/cmdline.txt.orig
|
||||
sudo sed -i 's/^/usb-storage.quirks=152d:0562:u /g' /boot/cmdline.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user