Pārlūkot izejas kodu

More conservative filesystem for desktop type systems

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
83d62a7af9
1 mainītis faili ar 1 papildinājumiem un 6 dzēšanām
  1. 1
    6
      src/freedombone-image-make

+ 1
- 6
src/freedombone-image-make Parādīt failu

155
  --grub \
155
  --grub \
156
  --roottype btrfs \
156
  --roottype btrfs \
157
 "   ;;
157
 "   ;;
158
-    meshclient)
159
-        extra_opts="\
160
- --grub \
161
- --roottype ext3 \
162
-"   ;;
163
     all)
158
     all)
164
         extra_opts="\
159
         extra_opts="\
165
  --grub \
160
  --grub \
166
- --roottype btrfs \
161
+ --roottype ext4 \
167
 "   ;;
162
 "   ;;
168
 esac
163
 esac
169
 
164