diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-28 20:36:02 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-28 20:36:07 +0000 |
commit | 44b9028139227a4964e7a3457c82a5ce1cc8e68e (patch) | |
tree | 2d12d55100025a78b7347ba1c2c0248fffe965f1 /scripts | |
parent | 857a9152bbe78fbe1a91466d2d53ace12b061ff8 (diff) | |
download | aports-44b9028139227a4964e7a3457c82a5ce1cc8e68e.tar.bz2 aports-44b9028139227a4964e7a3457c82a5ce1cc8e68e.tar.xz |
mkimage: netboot sign modloop
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.netboot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh index 513fcb8c2e..afce270f81 100755 --- a/scripts/mkimg.netboot.sh +++ b/scripts/mkimg.netboot.sh @@ -13,6 +13,7 @@ profile_netboot() { arch="aarch64 armhf ppc64le x86 x86_64 s390x" kernel_cmdline="nomodeset" kernel_flavors="vanilla" + modloop_sign=yes apks="" initfs_features="base network squashfs usb virtio" output_format="netboot" |