ソースを参照

Include username in setup

Bob Mottram 8 年 前
コミット
637f18d5a5
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      src/freedombone-image-customise

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

333
 fi
333
 fi
334
 EOF
334
 EOF
335
 
335
 
336
-    echo 'SSH_PORT=${SSH_PORT}' >> $rootdir/root/.bashrc
336
+    echo "MY_USERNAME=${MY_USERNAME}" >> $rootdir/root/.bashrc
337
+    echo "SSH_PORT=${SSH_PORT}" >> $rootdir/root/.bashrc
337
     echo '# initial setup of the system' >> $rootdir/root/.bashrc
338
     echo '# initial setup of the system' >> $rootdir/root/.bashrc
338
     echo 'if [ -f ~/.initial_setup ]; then' >> $rootdir/root/.bashrc
339
     echo 'if [ -f ~/.initial_setup ]; then' >> $rootdir/root/.bashrc
339
     echo '    if [ -f ~/login.txt ]; then' >> $rootdir/root/.bashrc
340
     echo '    if [ -f ~/login.txt ]; then' >> $rootdir/root/.bashrc