

rufik
-
Posts
106 -
Joined
-
Last visited
Reputation Activity
-
rufik got a reaction from guidol in OPi Zero does not get an IP address
Since I got rid of network manager (configured in old good way) my SBC connection is rock solid. Network Manager is not reliable somehow...
-
rufik got a reaction from Werner in Building OPI PC with 4.18.y and Bionic
I've just played with compilation a little bit and 4.18.y is selected when BRANCH="dev" is set. But script does not take KERNELTAG or KERNELBRANCH variables into account when set up in config-default.conf.
Let's play with 4.18.7 kernel a little bit...:)
-
rufik got a reaction from rutopy in How to upgrade legacy to mainline orange pi pc?
Ups, thanks for info.
How can I revert it? Just change repo and apt-get upgrade?
-
rufik reacted to Kamil Krawczyk in Armbian in Read Only Mode
Solusion for overlayroot in Armbian Jessie:
1) install overlayroot_0.27ubuntu1.4_all.deb
dpkg -i overlayroot_0.27ubuntu1.4_all.deb
2) add following lines to /usr/share/initramfs-tools/hooks/overlayroot file:
copy_exec /bin/grep /bin
copy_exec /usr/bin/stat /bin
copy_exec /bin/echo /bin
This will load missing tools required by /usr/share/initramfs-tools/scripts/init-bottom/overlayroot script.
3) replace all "mount --move" with "mount -o move" in /usr/share/initramfs-tools/scripts/init-bottom/overlayroot file.
4) update-initramfs -u
:-)
overlayroot_0.27ubuntu1.4_all.deb
-