Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Jun 13, 2024
1 parent bba0d24 commit 4fd1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ cp -av rootfs/boot/vmlinuz-lts iso/boot/vmlinuz
cat << ! > iso/boot/grub/grub.cfg
insmod all_video
echo 'palen1x $VERSION'
linux /boot/vmlinuz console=tty0 fbcon=nodefer fbcon=logo-count:1
linux /boot/vmlinuz quiet loglevel=3
initrd /boot/initramfs.xz
boot
!
Expand Down

0 comments on commit 4fd1326

Please sign in to comment.