소스 검색

Missing rootdir

Bob Mottram 10 년 전
부모
커밋
9b3263767c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/freedombone-image-customise

+ 2
- 1
src/freedombone-image-customise 파일 보기

195
     touch $rootdir/home/$MY_USERNAME/.initial_setup
195
     touch $rootdir/home/$MY_USERNAME/.initial_setup
196
 
196
 
197
    
197
    
198
-	cat >> /home/$MY_USERNAME/.bashrc <<EOF
198
+	cat >> $rootdir/home/$MY_USERNAME/.bashrc <<EOF
199
+# initial setup of the system
199
 if [ -f ~/.initial_setup ]; then
200
 if [ -f ~/.initial_setup ]; then
200
     clear
201
     clear
201
     echo '>>> Freedombone system initial setup <<<'
202
     echo '>>> Freedombone system initial setup <<<'