Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/arch/arm64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ apps_del =
com.endlessm.finance
com.endlessm.resume

# Following flatpak apps do not support aarch64
[flatpak-remote-flathub]
apps_del =
ar.com.tuxguitar.TuxGuitar
cc.arduino.IDE2
com.endlessnetwork.aqueducts
com.endlessnetwork.blendertutorials
Expand All @@ -32,4 +34,12 @@ apps_del =
com.endlessnetwork.tankwarriors
com.endlessnetwork.whitehouse
com.orama_interactive.Pixelorama
com.gamestarmechanic.gamestarmechanic
com.github.scrivanolabs.scrivano
com.lixgame.Lix
com.unity.UnityHub
de.bforartists.Bforartists
org.blender.Blender
org.freecadweb.FreeCAD
org.scilab.Scilab
ro.go.hmlendea.DL-Desktop
3 changes: 1 addition & 2 deletions stages/eib_image
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ create_image() {
fi
;;
*)
# On ARM disable 64bit ext4 option
ext4_opts="dir_index,^huge_file,^64bit"
ext4_opts="dir_index,^huge_file"
if [ "${EIB_PLATFORM:0:3}" == "rpi" ]; then
boot_loop=${img_loop}p1
root_loop=${img_loop}p2
Expand Down