]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
Apply armhf default to examples.
authorNeil Williams <codehelp@debian.org>
Sat, 2 May 2015 19:20:09 +0000 (20:20 +0100)
committerNeil Williams <codehelp@debian.org>
Sat, 2 May 2015 19:20:09 +0000 (20:20 +0100)
Drop calls to --no-kernel and --package for armhf examples.

examples/beagleboneblack.sh
examples/cubietruck.sh
examples/wandboard6q.sh

index 92114fe35e2d31fb0589ce1224024d43801732b4..061c98554dfd3e4b2931036349576fdc5b8d1f56 100755 (executable)
@@ -13,9 +13,7 @@ sudo vmdebootstrap \
  --enable-dhcp \
  --configure-apt \
  --no-extlinux \
- --no-kernel \
  --package u-boot \
- --package linux-image-armmp \
  --package dosfstools \
  --distribution sid \
  --serial-console-command "'/sbin/getty -L ttyO0 115200 vt100'" \
index 395b032f72eae7b2aa08f15eab2d65a3be43b895..f1c05e784b377bdc8c71e548401151918f657782 100755 (executable)
@@ -13,8 +13,6 @@ sudo vmdebootstrap \
  --foreign /usr/bin/qemu-arm-static \
  --enable-dhcp \
  --configure-apt \
- --no-kernel \
- --package linux-image-armmp \
  --distribution sid \
  --serial-console-command "/sbin/getty -L ttyS0 115200 vt100" \
  --customize "cubietruck-customise.sh" \
index 38c05a7b12c0c36f5a03ce6c14c3d0b7579260eb..ed064f3a2d902d031ae06e622076438e71b719a3 100755 (executable)
@@ -19,8 +19,6 @@ sudo ./vmdebootstrap \
  --configure-apt \
  --no-extlinux \
  --grub \
- --no-kernel \
- --package linux-image-armmp \
  --distribution sid \
  --serial-console-command "/sbin/getty -L ttymxc0 115200 vt100" \
  --customize "./examples/wandboard-customise.sh" \