install: get rid of redundant suffix line (MR 2030)

It is already filled with the same value at the beginning of the
function.
This commit is contained in:
Oliver Smith 2021-02-13 12:06:25 +01:00 committed by Martijn Braam
parent 5b01a18cba
commit 2b2ede95e5
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 0 additions and 1 deletions

View File

@ -739,7 +739,6 @@ def create_device_rootfs(args, step, steps):
# Install all packages to device rootfs chroot (and rebuild the initramfs,
# because that doesn't always happen automatically yet, e.g. when the user
# installed a hook without pmbootstrap - see #69 for more info)
suffix = "rootfs_" + args.device
pmb.chroot.apk.install(args, install_packages, suffix)
for flavor in pmb.chroot.other.kernel_flavors_installed(args, suffix):
pmb.chroot.initfs.build(args, flavor, suffix)