Skip to content

Commit

Permalink
Rockchip automatic expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Dec 6, 2022
1 parent 873bb34 commit a5f3103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ refactor_files() {
# Renaming/disabling related files
mv -f etc/udev/rules.d/hdmi.rules etc/udev/rules.d/hdmi.rules.bak 2>/dev/null

# Explicitly disable resizing for [ /usr/lib/armbian/armbian-resize-filesystem ], use armbian-tf settings
echo "no" >root/.no_rootfs_resize
# Explicitly disable resizing for Amlogic device [ /usr/lib/armbian/armbian-resize-filesystem ], use armbian-tf settings
[[ "${PLATFORM}" == "amlogic" ]] && echo "no" >root/.no_rootfs_resize

# Reduce network latency [ A start job is running for raise network interfaces (5 mins 1 sec) ]
network_service="usr/lib/systemd/system/networking.service"
Expand Down

0 comments on commit a5f3103

Please sign in to comment.