X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=examples%2Fcubietruck.sh;h=f1c05e784b377bdc8c71e548401151918f657782;hb=e0a777ee22ededa1b03aeb6ba13c29a7f9a85e44;hp=2da46afdf2bcd6715dddc1c16783b76f067f95eb;hpb=453fbcec4ab1770daab88e0217b12dcfaa6a765b;p=forks%2Fvmdebootstrap.git diff --git a/examples/cubietruck.sh b/examples/cubietruck.sh index 2da46af..f1c05e7 100755 --- a/examples/cubietruck.sh +++ b/examples/cubietruck.sh @@ -2,8 +2,10 @@ set -e +user=`whoami` + sudo vmdebootstrap \ - --owner $(whoami) --verbose \ + --owner ${user} --verbose \ --size 3G \ --mirror http://http.debian.net/debian \ --log cubietruck.log --log-level debug \ @@ -11,13 +13,7 @@ sudo vmdebootstrap \ --foreign /usr/bin/qemu-arm-static \ --enable-dhcp \ --configure-apt \ - --no-extlinux \ - --no-kernel \ - --package u-boot \ - --package linux-image-armmp \ --distribution sid \ --serial-console-command "/sbin/getty -L ttyS0 115200 vt100" \ --customize "cubietruck-customise.sh" \ - --serial-console-command \ - --bootsize 50m --boottype vfat \ "$@"