Merge pull request #283 from makermelissa/main
Update i2samp to work on bookworm
This commit is contained in:
commit
8f6c615f1c
1 changed files with 7 additions and 2 deletions
|
|
@ -46,14 +46,19 @@ ASK_TO_REBOOT=false
|
|||
CURRENT_SETTING=false
|
||||
UPDATE_DB=false
|
||||
|
||||
BOOTCMD=/boot/cmdline.txt
|
||||
CONFIG=/boot/config.txt
|
||||
BOOTCMD=/boot/firmware/cmdline.txt
|
||||
CONFIG=/boot/firmware/config.txt
|
||||
APTSRC=/etc/apt/sources.list
|
||||
INITABCONF=/etc/inittab
|
||||
BLACKLIST=/etc/modprobe.d/raspi-blacklist.conf
|
||||
LOADMOD=/etc/modules
|
||||
DTBODIR=/boot/overlays
|
||||
|
||||
# Fall back to old location
|
||||
if ! test -f $CONFIG; then
|
||||
CONFIG=/boot/config.txt
|
||||
fi
|
||||
|
||||
# function define
|
||||
|
||||
confirm() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue