Skip to content

Commit

Permalink
install.sh: drop symlink warning for /boot/config.txt.
Browse files Browse the repository at this point in the history
This file was changed from a symlink to a "DO NOT EDIT" real file in:

RPi-Distro/pi-gen@a125344
  • Loading branch information
Gadgetoid committed Mar 11, 2024
1 parent 3c9d88a commit 367cd22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ find_config() {
if [ ! -f "$CONFIG_DIR/$CONFIG_FILE" ]; then
fatal "Could not find $CONFIG_FILE!"
fi
else
if [ -f "/boot/$CONFIG_FILE" ] && [ ! -L "/boot/$CONFIG_FILE" ]; then
warning "Oops! It looks like /boot/$CONFIG_FILE is not a link to $CONFIG_DIR/$CONFIG_FILE"
warning "You might want to fix this!"
fi
fi
inform "Using $CONFIG_FILE in $CONFIG_DIR"
}
Expand Down

0 comments on commit 367cd22

Please sign in to comment.