Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rootfs/scripts/build-ubuntu-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ set timeout=5

menuentry \"Ubuntu ${CODENAME}\" {
search --no-floppy --label system --set=root
linux /boot/vmlinuz-\$kernel_ver earlycon console=ttyMSM0,115200n8 root=LABEL=system cma=128M rw clk_ignore_unused pd_ignore_unused efi=noruntime rootwait ignore_loglevel
linux /boot/vmlinuz-\$kernel_ver earlycon console=ttyMSM0,115200n8 root=LABEL=system cma=128M rw clk_ignore_unused pd_ignore_unused rootwait ignore_loglevel
initrd /boot/initrd.img-\$kernel_ver
}
GRUBCFG
Expand Down
Loading