X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=examples%2Fcubietruck.sh;h=f1c05e784b377bdc8c71e548401151918f657782;hb=b0b944404a37190dc82e14fd4be999d8c08126d2;hp=a904e0750a090519b0a2ec5814da890c09cf69d2;hpb=41ebf61957c1c3d168b5e048e465c6a7b0b57a1c;p=forks%2Fvmdebootstrap.git diff --git a/examples/cubietruck.sh b/examples/cubietruck.sh index a904e07..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" \ - --bootoffset=2mib \ - --bootsize 100mib --boottype vfat \ "$@"