MoeClub / Note

Some Note
833 stars 385 forks source link

pass net.ifnames=0 to debian/ubuntu installed grub #24

Open curu opened 1 year ago

curu commented 1 year ago

the --dev-net option can make interface names to be eth0 instead of ensxxx during install process. but the net.ifnames=0 boot option will be missing in installed system, which may cause network config fail.

fix this by add those option after thee hyphen, eg "---".