Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shumailaahmed authored Oct 24, 2023
1 parent 4534495 commit 54ae797
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ set "permit root login" as "Yes"

#### Edit grub configuration
`nano /etc/default/grub`
#### change GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

#### change the following

`GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"`

`grub-mkconfig -o /boot/grub/grub.cfg`

`reboot`
Expand Down

0 comments on commit 54ae797

Please sign in to comment.