Skip to content

Commit

Permalink
v143
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Jan 26, 2017
1 parent 60beb02 commit c24e770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ v143

Changes / Improvements / Optimizations:
General | RPi: DietPi kernel is now installed by default. This adds support for Allo Piano 2.1 DAC, and 192KHz 16bit HDMI output.
DietPi-RAMdisk | Enabled additional logging for this process, as some users are experiencing issues. This should help us find the cause: https://github.com/Fourdee/DietPi/issues/719
DietPi-Config | Audio > Sound card: Added support for RPi "Pi-DIGI+"
DietPi-Software | NeoVim: Now available for RPi Stretch: https://github.com/Fourdee/DietPi/issues/692
DietPi-Software | O!MPD: Now available for installation. Slick, feature-rich MPD web interface music player: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=5171#p5171
Expand Down
3 changes: 3 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,9 @@ ExecStop=/bin/bash -c '/DietPi/dietpi/dietpi-ramdisk 1 &>> /etc/dietpi/logs/diet
WantedBy=local-fs.target
_EOF_
systemctl daemon-reload

# - Restart service now
systemctl restart dietpi-ramdisk.service
#-------------------------------------------------------------------------------
#RPi install DietPi kernel by default:
if (( $HW_MODEL < 10 )); then
Expand Down

0 comments on commit c24e770

Please sign in to comment.