dermotbradley/create-alpine-disk-image

Build issues

Closed this issue · 1 comments

Got some errors trying to build this.

Trying to build 3.14 I got an error about missing hd-idle, looks like this package is only available in edge. Removed it from my generated file and the image built fine.

[2022-03-30 04:53:53] chroot: Install additional packages: ca-certificates chrony htop kbd-bkeymaps logrotate musl-locales rng-tools sshguard cloud-init eudev sudo dhclient iptables ip6tables e2fsprogs-extra openssh-server-pam rsyslog cpufrequtils ethtool hd-idle irqbalance lm-sensors lm-sensors-sensord smartmontools raspberrypi util-linux
ERROR: unable to select packages:
  hd-idle (no such package):
    required by: world[hd-idle]

Trying to build for edge I got an error about smartd service not existing.

[2022-03-30 05:05:37] chroot:   Configuring Smartmontools daemon
[2022-03-30 05:05:37] chroot:     Enable smartd init.d service
 * rc-update: service `smartd' does not exist

Hi. The "hd-idle" issue was a mistake - it should have been added to the package list only for Alpine Edge - fixed now.

I'm not sure about the smartd error - I'm not seeing it myself.