ソースを参照

For the preservation of sanity while debugging the mesh client

Bob Mottram 9 年 前
コミット
73e64ea003
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した5 個の追加2 個の削除を含む
  1. 5
    2
      src/freedombone-image-customise

+ 5
- 2
src/freedombone-image-customise ファイルの表示

@@ -705,9 +705,12 @@ function configure_user_interface {
705 705
     # to provide notifications
706 706
     chroot "$rootdir" apt-get -y install libnotify-bin
707 707
 
708
-	# for video/audio
708
+    # for video/audio
709 709
     chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev v4l-utils
710
-	
710
+
711
+    # a sane editor
712
+    chroot "$rootdir" apt-get -y install emacs24
713
+
711 714
     # Produce a text file on the desktop listing users on the mesh
712 715
     cat <<EOF > $rootdir/usr/bin/list-tox-users
713 716
 #!/bin/bash