Difference between revisions of "Dedicated RPI Camera Monitor"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 3: Line 3:
First, image the Debian Stretch Lite to your SD card
First, image the Debian Stretch Lite to your SD card


Boot up and enable ssh, change your password, and apt-get update && apt-get dist-upgrade
Boot up and enable ssh (service ssh start), change your password (passwd pi), and apt-get update && apt-get dist-upgrade


Now migrate following these instructions [https://devuan.org/os/documentation/dev1fanboy/migrate-to-ascii]
Now migrate following these instructions [https://devuan.org/os/documentation/dev1fanboy/migrate-to-ascii]
Line 14: Line 14:
Before rebooting, after apt-get install sysvinit-core, make sure /etc/inittab exists, and has startup data.
Before rebooting, after apt-get install sysvinit-core, make sure /etc/inittab exists, and has startup data.
I've had issues where, when migrating a VPS to devuan Jessie, inittab did not exist, and the VPS would fail to boot.
I've had issues where, when migrating a VPS to devuan Jessie, inittab did not exist, and the VPS would fail to boot.
Continue with the ascii migration guide.
At the end, go to /etc/apt/sources.list.d/ and remove the raspberry pi link there.

Revision as of 23:33, 22 August 2018

Following the similar Dedicated_SBC_Camera_Monitor guide, I'll do the same thing with a Raspberry Pi model 3, and Devuan Ascii, this time (migrated from Debian Stretch Lite)

First, image the Debian Stretch Lite to your SD card

Boot up and enable ssh (service ssh start), change your password (passwd pi), and apt-get update && apt-get dist-upgrade

Now migrate following these instructions [1]

Before installing sysvinit-core I created an /etc/network/interfaces file with the following tab did not exist. auto eth0 iface eth0 inet dhcp i Before rebooting, after apt-get install sysvinit-core, make sure /etc/inittab exists, and has startup data. I've had issues where, when migrating a VPS to devuan Jessie, inittab did not exist, and the VPS would fail to boot.

Continue with the ascii migration guide.

At the end, go to /etc/apt/sources.list.d/ and remove the raspberry pi link there.