Skip to content

Commit 28025fe

Browse files
bblacherlgirdwood
authored andcommitted
Update install_locally
Change other occurrences of ~/sof/linux to ~/work/sof/linux
1 parent 767dbc2 commit 28025fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting_started/setup_linux/install_locally.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you run into issues or no longer need the custom kernel, you can remove it.
116116

117117
.. code-block:: bash
118118
119-
cd ~/sof/linux
119+
cd ~/work/sof/linux
120120
sudo rm /boot/*-$(make kernelversion)
121121
sudo rm -rf /lib/modules/$(make kernelversion)
122122
sudo update-grub
@@ -125,7 +125,7 @@ If you run into issues or no longer need the custom kernel, you can remove it.
125125

126126
.. code-block:: bash
127127
128-
cd ~/sof/linux
128+
cd ~/work/sof/linux
129129
sudo rm /boot/*-$(make kernelversion)*
130130
sudo rm -rf /lib/modules/$(make kernelversion)
131131
sudo grubby --remove-kernel=/boot/vmlinuz-$(make kernelversion)

0 commit comments

Comments
 (0)