mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Refine the display message.
No change on the executable code.
This commit is contained in:
parent
7a660f7f92
commit
bde36aa1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ function post_install() {
|
||||||
for n in proc sys dev tmp etc/resolv.conf; do mount --rbind "/$n" "${TARGETMOUNTPOINT}/$n"; done
|
for n in proc sys dev tmp etc/resolv.conf; do mount --rbind "/$n" "${TARGETMOUNTPOINT}/$n"; done
|
||||||
|
|
||||||
# Copy all scripts to the target /tmp for using in chroot session.
|
# Copy all scripts to the target /tmp for using in chroot session.
|
||||||
echo "...Copy files in current dir to ${TARGETMOUNTPOINT}/tmp."
|
echo "...Copying files in current dir to ${TARGETMOUNTPOINT}/tmp."
|
||||||
mkdir "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
mkdir "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
||||||
cp -r ./* -t "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
cp -r ./* -t "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue