lib/fstab/root.rb in getch-0.7.3 vs lib/fstab/root.rb in getch-0.11.0

- old
+ new

@@ -35,10 +35,10 @@ def write_efi @efi || return uuid = gen_uuid @efi - line = "UUID=#{uuid} /efi vfat defaults,nosuid,nodev 0 0" + line = "UUID=#{uuid} /efi vfat defaults,nosuid,nodev 0 2" echo_a @conf, line end def write_boot @boot || return