Simplify boot partition mountpoint

This commit is contained in:
natemaia
2019-01-20 01:34:22 -08:00
parent 2a08b86a24
commit 8c85cc08af
2 changed files with 36 additions and 40 deletions

View File

@ -139,7 +139,7 @@ _InstSysBody="\nInstall syslinux to the master boot record (MBR) or to root (/)?
# File System
_FSTitle="Choose Filesystem"
_SelRootBody="\nSelect the system root (/) partition.\n\nThis is where $DIST will be installed."
_SelBiosBody="\nSelect the boot partition, this is only required for LUKS."
_SelBiosBody="\nDo you want to use a separate boot partition?\n\nThis partition is where the bootloader and init will be installed.\n"
_SelSwpNone="None"
_SelSwpFile="Swapfile"