Created
June 28, 2022 08:01
-
-
Save Andrej123456789/8aa6832e85f5eaf16d4f3c1a55def327 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set default=0 | |
set timeout=30 | |
menuentry "Runix" { | |
linux /boot/vmlinuz-5.10.0-15-amd64 root=/dev/sdb1 ro | |
initrd /boot/initrd.img-5.10.0-15-amd64 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment