live-systems.org/gitweb
/
live-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df36c9
)
Switching default binary filesystem for hdd images to fat32 to be more robust on...
author
Daniel Baumann
<daniel@debian.org>
Thu, 24 Jan 2013 18:17:40 +0000
(19:17 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Thu, 24 Jan 2013 18:17:52 +0000
(19:17 +0100)
functions/defaults.sh
patch
|
blob
|
blame
|
history
diff --git
a/functions/defaults.sh
b/functions/defaults.sh
index
c2cd70f
..
0a115d5
100755
(executable)
--- a/
functions/defaults.sh
+++ b/
functions/defaults.sh
@@
-830,7
+830,7
@@
Set_defaults ()
;;
*)
- LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat
16
}"
+ LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat
32
}"
;;
esac