Skip to content

Commit

Permalink
Allow empty mount points
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs authored and dgdavid committed May 20, 2020
1 parent 5f44ef5 commit dc37f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/autoinstall/widgets/storage/mount_point.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def opt
end

ITEMS = [
"",
"/",
"/boot",
"/srv",
Expand Down

0 comments on commit dc37f96

Please sign in to comment.