mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Fix the name of funciton
This commit is contained in:
parent
7b91fbd9f4
commit
d0200d88d8
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ function para_install_msg() {
|
||||||
# Common post-install stage
|
# Common post-install stage
|
||||||
# *******************************************************************************
|
# *******************************************************************************
|
||||||
# In side this script, the chrooted job is parameterrized as by evn variable TARGETCHROOTEDJOB
|
# In side this script, the chrooted job is parameterrized as by evn variable TARGETCHROOTEDJOB
|
||||||
function post_install_local() {
|
function post_install() {
|
||||||
## Mount the target file system
|
## Mount the target file system
|
||||||
# ${TARGETMOUNTPOINT} is created by the GUI/TUI installer
|
# ${TARGETMOUNTPOINT} is created by the GUI/TUI installer
|
||||||
echo "...Mounting /dev/mapper/${VGNAME}-${LVROOTNAME} on ${TARGETMOUNTPOINT}."
|
echo "...Mounting /dev/mapper/${VGNAME}-${LVROOTNAME} on ${TARGETMOUNTPOINT}."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue