summaryrefslogtreecommitdiff
path: root/examples/cubietruck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cubietruck.sh')
-rwxr-xr-xexamples/cubietruck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cubietruck.sh b/examples/cubietruck.sh
index 2da46af..a904e07 100755
--- a/examples/cubietruck.sh
+++ b/examples/cubietruck.sh
@@ -18,6 +18,6 @@ sudo vmdebootstrap \
--distribution sid \
--serial-console-command "/sbin/getty -L ttyS0 115200 vt100" \
--customize "cubietruck-customise.sh" \
- --serial-console-command \
- --bootsize 50m --boottype vfat \
+ --bootoffset=2mib \
+ --bootsize 100mib --boottype vfat \
"$@"