Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blocks:server:first_start [2025-05-13 14:18] – [Setting the Time Zone] mattiasblocks:server:first_start [2025-09-16 08:09] (current) – [Check for technical notes] mattias
Line 10: Line 10:
  
 {{:blocks:first-run:20_04lts:blockssplash.png?1000|}}  {{:blocks:first-run:20_04lts:blockssplash.png?1000|}} 
 +
 +===== Check for technical notes====
 +
 +If we discover any major issues in the current image we will post the fixes on the forum under technical notes. Please visit the forum before moving on with further configuration:
 +https://pixilab.se/forum/viewtopic.php?f=7&t=923 
 ===== Setting Passwords =====  ===== Setting Passwords ===== 
  
Line 107: Line 112:
   * Open a terminal window by clicking the "Terminal" icon in the dock to the left.   * Open a terminal window by clicking the "Terminal" icon in the dock to the left.
      
-Remove obsolete storage of timezone information (This location is no longer updated by timedatectl)+On ubuntu 24.04 and Debian 12 one must remove obsolete storage of timezone information (This location is no longer updated by timedatectl, which is the modern way of setting up time on Linux systems using systemd) 
 <code>rm -f /etc/timezone</code> <code>rm -f /etc/timezone</code>