Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2021-08-09 14:11:38 +0300
committerGuy Sheffer <guysoft@gmail.com>2021-08-09 14:11:38 +0300
commit64c7f714f207e84d5011b365464d25c91ccac30e (patch)
treeb7708d0227f6794f12dca13bdcc3108cd89b93fb
parent55344968198c4ebcf22599835069837feb82c659 (diff)
Revert fix for https://github.com/guysoft/OctoPi/issues/746#issuecomment-894783149
-rwxr-xr-xsrc/modules/octopi/start_chroot_script4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 4d37aa2..7c07a27 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -26,10 +26,6 @@ unpack /filesystem/home/pi /home/"${BASE_USER}" "${BASE_USER}"
unpack /filesystem/home/root /root root
unpack /filesystem/boot /boot
-if [ "${BASE_DISTRO}" == "ubuntu" ]; then
- ln -s /boot/firmware/octopi.txt /boot/octopi.txt
-fi
-
apt-get update
# in case we are building from a regular raspbian image instead of the lite one...