Skip to content

Commit

Permalink
Add fallback script for kano-os-laoder in case update gets interrupted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealdwulf committed Feb 15, 2018
1 parent 08118fd commit d392e29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/kano-os-loader
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
#
# Copyright (C) 2018 Kano Computing Ltd.
# License: http://www.gnu.org/licenses/gpl-2.0.txt GNU GPL v2
#
# kano-os-loader
#
# This script exists for backwards compatibility in case
# it failed to be removed from /boot/cmdline.txt
#

# Give control the actual system init
exec /sbin/init
1 change: 1 addition & 0 deletions debian/kano-desktop.install
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bin/kano-keyboard-hotkeys usr/bin
bin/kano-track-space usr/bin
bin/kano-boot-splash usr/bin
bin/kano-boot-splash-cli usr/bin
bin/kano-os-loader usr/bin

scripts/* usr/share/kano-desktop/scripts

Expand Down

0 comments on commit d392e29

Please sign in to comment.