Merge pull request #2676 from fewtarius/dev

Fix missing CONFIG_CMDLINE option, and account for needing an extra \n in jslisten_hotkeys.
This commit is contained in:
fewtarius 2024-01-13 11:07:31 -05:00 committed by GitHub
commit e801b17d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -141,5 +141,5 @@ systemctl restart jelos-automount
### 20240111 - Add new jslisten hotkey
if [ -e "/storage/.config/jslisten_hotkeys" ]
then
grep BTN_VOLBRIGHT_HOTKEY /storage/.config/jslisten_hotkeys || echo "BTN_VOLBRIGHT_HOTKEY=999" >>/storage/.config/jslisten_hotkeys
grep BTN_VOLBRIGHT_HOTKEY /storage/.config/jslisten_hotkeys || echo -e "\nBTN_VOLBRIGHT_HOTKEY=999" >>/storage/.config/jslisten_hotkeys
fi

View file

@ -546,7 +546,7 @@ CONFIG_HOTPLUG_CPU=y
CONFIG_LEGACY_VSYSCALL_XONLY=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE=""
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.authorized_default=1"
CONFIG_MODIFY_LDT_SYSCALL=y
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
CONFIG_HAVE_LIVEPATCH=y