Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/etc/default/raspberrypi-kernel does not exist on Raspberry Pi OS (32-bit) released on 2023-12-05 #129

Open
b-morgan opened this issue Jan 6, 2024 · 0 comments

Comments

@b-morgan
Copy link

b-morgan commented Jan 6, 2024

The following snippet from the Releases page tests for /etc/default/raspberrypi-kernel which does not exist on the 32-bit image downloaded by version 1.8.4 of the Raspberry Pi Imager.

PACKAGE=camera-streamer-$(test -e /etc/default/raspberrypi-kernel && echo raspi || echo generic)_0.2.8.$(. /etc/os-release; echo $VERSION_CODENAME)_$(dpkg --print-architecture).deb
wget "https://github.com/ayufan/camera-streamer/releases/download/v0.2.8/$PACKAGE"
sudo apt install "$PWD/$PACKAGE"

The following is the output of ls /etc/default

avahi-daemon   cpu_governor  fake-hwclock  locale      nss                   rpcbind            saned         useradd
bluetooth      cron          hwclock       networking  raspberrypi-sys-mods  rpi-eeprom-update  ssh
console-setup  dbus          keyboard      nfs-common  raspi-firmware        rsync              triggerhappy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant