User Tools

Site Tools


pinenote

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pinenote [2025/07/27 06:09] – created jbipinenote [2025/07/27 09:50] (current) jbi
Line 1: Line 1:
 ====== Pinenote ====== ====== Pinenote ======
- 
  
 Notes for my self: Notes for my self:
 +
 +=== **before** apt upgrade ===
  
 2025-07-27: Before 1. upgrade using apt update ; apt upgrade remove a symlink 2025-07-27: Before 1. upgrade using apt update ; apt upgrade remove a symlink
- +
 <code> <code>
 +cd /
 +ls -lart
 +lrwxrwxrwx   1 root root     7 Feb  2 06:15 lib64 -> usr/lib
 sudo rm /lib64 sudo rm /lib64
 </code> </code>
Line 12: Line 16:
 Source: [[https://github.com/PNDeb/pinenote-debian-image/issues/99]] Source: [[https://github.com/PNDeb/pinenote-debian-image/issues/99]]
  
 +=== add danish to locale ===
 +
 +<code>
 +# Find da_DK.UTF-8 and remove the commend
 +vi /etc/locale.gen
 +# Generate the danish locale
 +sudo locale-gen
 +</code>
 +
 +
 +=== loop in booting ===
 +
 +<code>
 +minicom -D /dev/ttyUSB0 -b 1500000
 +
 +sudo apt-get update
 +sudo apt-get upgrade
 +sudo apt-get full-upgrade
 +sudo apt-get upgrade
 +sudo shutdown -r now 
 +
 +</code>
 +
 +Source: [[https://github.com/PNDeb/pinenote-debian-image/issues/119]]
  
pinenote.1753589374.txt.gz · Last modified: 2025/07/27 06:09 by jbi