gh2o / digitalocean-debian-to-arch

Script to convert a Debian installation on DigitalOcean to Arch Linux
MIT License
830 stars 69 forks source link

Added xfs support, parameter mount_options #60

Closed dsvetl closed 4 months ago

dsvetl commented 6 years ago

Hello,

I added two small feature:

I am using Shell Parameter Expansion to resolve problem in #59.

${parameter:+word}
If parameter is null or unset, nothing is substituted,
otherwise the expansion of word is substituted.
gh2o commented 6 years ago

Looks good. Can you update components/base-install.sh, then re-run tools/build_self_contained_install.sh to rebuild install.sh? Thanks!