[bananapi] Fix tarball path to / and fix permissions
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN /bin/bash /setup.sh && rm -rf /setup.sh
|
||||
|
||||
# Firmware and modules blob
|
||||
ADD ./firmware_modules.tar /
|
||||
ADD ./boot.tar /boot
|
||||
ADD ./boot.tar /
|
||||
# Set environment variables.
|
||||
ENV HOME /root
|
||||
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8896d8413a4d5f845835ca70c13ebc1cbe4fca4237db9b821d899ad02c0de67
|
||||
oid sha256:820530869525c5ad08c5648567ef2ca2301870bd680ff53ea781aafc32061662
|
||||
size 5509120
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8b21a0ed5708955936b50b75114c7a950140aa70f41fdb569900cb9d68a11b2
|
||||
oid sha256:e433a7f05c1a395ebde34a5756f506f27612d0fb4c15a6e5cbf0f3d1214d7d8f
|
||||
size 17264640
|
||||
|
||||
@@ -15,8 +15,6 @@ setup_rootfs_fstab() {
|
||||
echo "/dev/mmcblk0p2 / ext4 noatime 0 1" >> /etc/fstab
|
||||
}
|
||||
|
||||
# Force armv7l entropy architecture (kernel is 64bit)
|
||||
echo "armv7l" > /etc/entropy/.arch
|
||||
echo "~arm" > /etc/entropy/packages/package.keywords
|
||||
echo "arm" >> /etc/entropy/packages/package.keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user