#!/bin/sh # Alpine mkimage profile: bee_debug profile_bee_debug() { title="Bee Hardware Audit (debug)" desc="Hardware audit LiveCD with SSH access for testing" arch="x86_64" hostname="alpine-bee" apkovl="genapkovl-bee_debug.sh" image_ext="iso" output_format="iso" kernel_flavors="lts" kernel_addons="" initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet" initfs_features="ata base cdrom ext4 mmc nvme raid scsi squashfs usb virtio nfit" grub_mod="all_video disk part_gpt part_msdos linux normal configfile search search_label efi_gop fat iso9660 cat echo ls test true help gzio multiboot2 efi_uga" syslinux_serial="0 115200" apks=" alpine-base linux-lts linux-firmware-none dmidecode smartmontools nvme-cli pciutils ipmitool util-linux lsblk e2fsprogs lshw dropbear openrc libqrencode-tools tzdata ca-certificates strace procps lsof file less vim " }