Hi,
I am trying to build ARM64 images for opnsense and now I have to add manually two files after I dd the image to the microSD.
I found a small guide for git on this post, but the images won't have the same files I commit using this commands.
I use the following line to build:
make -C /usr/tools/ VERSION=$TAG_SRC DEVICE=$DEVICE base
Where TAG_SRC on the last build has the value of 25.1.4.
I did:
and then on the /usr/core (where my commited files are) I run:
and there my files are what I expect them to be.
My knowledge of git is not much, if anyone has any hints here :)
I want to include my fingerprint for the packages and a new /usr/local/etc/rc script for ARM64 gpart resizing.
Thanks in advance :)
none
I am trying to build ARM64 images for opnsense and now I have to add manually two files after I dd the image to the microSD.
I found a small guide for git on this post, but the images won't have the same files I commit using this commands.
I use the following line to build:
make -C /usr/tools/ VERSION=$TAG_SRC DEVICE=$DEVICE base
Where TAG_SRC on the last build has the value of 25.1.4.
I did:
Code Select
git tag -f -m "message" 25.1.4
and then on the /usr/core (where my commited files are) I run:
Code Select
git checkout 25.1.4
and there my files are what I expect them to be.
My knowledge of git is not much, if anyone has any hints here :)
I want to include my fingerprint for the packages and a new /usr/local/etc/rc script for ARM64 gpart resizing.
Thanks in advance :)
none