Skip to content

Commit 4fd1326

Browse files
committed
Update build.sh
1 parent bba0d24 commit 4fd1326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ cp -av rootfs/boot/vmlinuz-lts iso/boot/vmlinuz
151151
cat << ! > iso/boot/grub/grub.cfg
152152
insmod all_video
153153
echo 'palen1x $VERSION'
154-
linux /boot/vmlinuz console=tty0 fbcon=nodefer fbcon=logo-count:1
154+
linux /boot/vmlinuz quiet loglevel=3
155155
initrd /boot/initramfs.xz
156156
boot
157157
!

0 commit comments

Comments
 (0)