]> git.siccegge.de Git - forks/vmdebootstrap.git/blobdiff - examples/cubietruck.sh
Allow space for a bootloader installed with dd
[forks/vmdebootstrap.git] / examples / cubietruck.sh
index 2da46afdf2bcd6715dddc1c16783b76f067f95eb..a904e0750a090519b0a2ec5814da890c09cf69d2 100755 (executable)
@@ -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 \
  "$@"