diff --git a/script/config.sh b/script/config.sh index f73772f..6158ae9 100644 --- a/script/config.sh +++ b/script/config.sh @@ -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. diff --git a/script/ubuntu-bento.sh b/script/ubuntu-kaiten-yaki.sh similarity index 98% rename from script/ubuntu-bento.sh rename to script/ubuntu-kaiten-yaki.sh index 5c1df42..1441906 100644 --- a/script/ubuntu-bento.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -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 <&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! ****************************