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:
commit
e801b17d15
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue