Skip to content

Commit

Permalink
armbian-tf: use btrfs format
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 11, 2022
1 parent 34ed1f5 commit 1f279f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ refactor_files() {

# Add tasks that need to be executed on initial startup
armbian_firstrun="usr/lib/armbian/armbian-firstrun"
sed -i '/armbian-release/i\sudo apt-get -qq purge -y linux-image-current-meson64' ${armbian_firstrun} 2>/dev/null
sed -i '/armbian-release/i\[ -f "/usr/sbin/armbian-fix" ] && . /usr/sbin/armbian-fix' ${armbian_firstrun} 2>/dev/null

# Get random macaddr
mac_hexchars="0123456789ABCDEF"
Expand Down

0 comments on commit 1f279f2

Please sign in to comment.