소스 검색

More conservative filesystem for desktop type systems

Bob Mottram 7 년 전
부모
커밋
83d62a7af9
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1
    6
      src/freedombone-image-make

+ 1
- 6
src/freedombone-image-make 파일 보기

@@ -155,15 +155,10 @@ case "$MACHINE" in
155 155
  --grub \
156 156
  --roottype btrfs \
157 157
 "   ;;
158
-    meshclient)
159
-        extra_opts="\
160
- --grub \
161
- --roottype ext3 \
162
-"   ;;
163 158
     all)
164 159
         extra_opts="\
165 160
  --grub \
166
- --roottype btrfs \
161
+ --roottype ext4 \
167 162
 "   ;;
168 163
 esac
169 164