diff options
Diffstat (limited to 'rpi2-debian-stdkernel')
-rwxr-xr-x | rpi2-debian-stdkernel/make-rpi-debootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi2-debian-stdkernel/make-rpi-debootstrap.py b/rpi2-debian-stdkernel/make-rpi-debootstrap.py index aa1a6ea..286cdcf 100755 --- a/rpi2-debian-stdkernel/make-rpi-debootstrap.py +++ b/rpi2-debian-stdkernel/make-rpi-debootstrap.py @@ -155,7 +155,7 @@ def system_customization(rootdir): run(['chroot', rootdir, '/usr/bin/qemu-arm-static', '/usr/bin/apt', 'update'], check=True) run(['chroot', rootdir, '/usr/bin/qemu-arm-static', - '/usr/bin/apt', 'install' 'linux-image-raspi2'], check=True) + '/usr/bin/apt', 'install', 'linux-image-raspi2'], check=True) def main(): |