Skip to content

Commit 367cd22

Browse files
committed
install.sh: drop symlink warning for /boot/config.txt.
This file was changed from a symlink to a "DO NOT EDIT" real file in: RPi-Distro/pi-gen@a125344
1 parent 3c9d88a commit 367cd22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ find_config() {
5858
if [ ! -f "$CONFIG_DIR/$CONFIG_FILE" ]; then
5959
fatal "Could not find $CONFIG_FILE!"
6060
fi
61-
else
62-
if [ -f "/boot/$CONFIG_FILE" ] && [ ! -L "/boot/$CONFIG_FILE" ]; then
63-
warning "Oops! It looks like /boot/$CONFIG_FILE is not a link to $CONFIG_DIR/$CONFIG_FILE"
64-
warning "You might want to fix this!"
65-
fi
6661
fi
6762
inform "Using $CONFIG_FILE in $CONFIG_DIR"
6863
}

0 commit comments

Comments
 (0)