Skip to content

Commit

Permalink
Fix a regression for the Low Battery on boot feature (#281)
Browse files Browse the repository at this point in the history
* Fix a regression for the Low Battery on boot feature

* Removing changelog entry
  • Loading branch information
skarbat authored Dec 6, 2017
1 parent 7896ad6 commit 15b7655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/kano-os-loader
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ rm -rf /var/tmp/kano-splash
mount /proc -t proc /proc

# Launch splash animation in the background, see kano-splash.service
# Then return the filesystem to Read-Only mode.
kano-splash-daemonize boot "-t 30 /usr/share/kano-desktop/animations/bootup"
/bin/mount -o remount,ro /dev/mmcblk0p2 /

# Give control the actual system init
exec /sbin/init

0 comments on commit 15b7655

Please sign in to comment.