change name

This commit is contained in:
Suikan 2021-06-30 21:17:07 +09:00
parent a4d166155e
commit 01ebf11766
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ export DEV="/dev/sda"
export ERASEALL=1
# Logical Volume name for your Linux installation. Keep it unique from other distribution.
export LVROOTNAME="ubuntu"
export LVROOTNAME="anko"
# Logical volume size of the Linux installation.
# 30% mean, new logical volume will use 30% of the free space in the LVM volume group.

View file

@ -42,7 +42,7 @@ HEREDOC
fi # "Ubuntu" is not found in the OS name.
# For surre ask the config.sh is edited
echo "Did you edit config.sys? Are you ready to install? [Y/N]"
echo "Are you ready to install? The destination logical volume label is \"${LVROOTNAME}\" [Y/N]"
read YESNO
if [ ${YESNO} != "Y" -a ${YESNO} != "y" ] ; then
cat <<HEREDOC 1>&2
@ -195,7 +195,7 @@ Host Volume | Target Directory | Comment
/dev/mapper/vg1-ubuntu | / | Host volume name is up to your
| | configuration parameter.
/dev/mapper/swap | swap | Only the first distribution
| | installation requires this mapping.
| | installation requires this mapping.
************************ CAUTION! CAUTION! CAUTION! ****************************