Building Variant #560
Unanswered
curlerhaus
asked this question in
Q&A
Replies: 1 comment
-
I warmly suggest you use the docker build method, it tends to be more stable. The last command is the actual build command.
As explained here: But I really suggest you use: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a variant using the directions listed below from your readme. Everything seems to work except the last command. Are these directions still correct?
sudo apt install coreutils p7zip-full qemu-user-static
git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/guysoft/FullPageOS.git
cd FullPageOS/src/image
wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf_latest'
cd ..
../../CustomPiOS/src/update-custompios-paths
sudo modprobe loop
sudo bash -x ./build_dist
Beta Was this translation helpful? Give feedback.
All reactions