Skip to content

Commit

Permalink
Remove terminal systemd-boot entry
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Oct 19, 2023
1 parent d914451 commit 42440f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions alis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1417,14 +1417,6 @@ efi /vmlinuz-linux
$MICROCODE
initrd /initramfs-$KERNEL.img
options initrd=initramfs-$KERNEL.img $CMDLINE_LINUX_ROOT rw $CMDLINE_LINUX
EOT

cat <<EOT >> "${MNT_DIR}${ESP_DIRECTORY}/loader/entries/arch-$KERNEL-terminal.conf"
title Arch Linux ($KERNEL, terminal)
efi /vmlinuz-linux
$MICROCODE
initrd /initramfs-$KERNEL-terminal.img
options initrd=initramfs-$KERNEL-terminal.img $CMDLINE_LINUX_ROOT rw $CMDLINE_LINUX
EOT

cat <<EOT >> "${MNT_DIR}${ESP_DIRECTORY}/loader/entries/arch-$KERNEL-fallback.conf"
Expand Down

1 comment on commit 42440f3

@erikdubois
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually liked that option.

Am I reading it right?

Are you removing it all together?

Please sign in to comment.