Skip to content

Commit

Permalink
Add CMDLINE on iso's grub.cfg
Browse files Browse the repository at this point in the history
To add BOARD_KERNEL_CMDLINE to the iso

Signed-off-by: hmtheboy154 <[email protected]>
  • Loading branch information
hmtheboy154 committed Dec 15, 2024
1 parent 2388471 commit 4df1b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/boot/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ insmod all_video
set timeout=30

set TITLE="OS_TITLE VER"
set KERNEL_ARGS="root=/dev/ram0 androidboot.live=true ROOT=LABEL=BlissOSLive"
set KERNEL_ARGS="root=/dev/ram0 androidboot.live=true ROOT=LABEL=BlissOSLive CMDLINE"
set KERNEL=/kernel
set INITRD=/initrd.img

Expand Down

0 comments on commit 4df1b50

Please sign in to comment.