mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Fix the mistake of the copy pattern
Now, even directiries are copied
This commit is contained in:
parent
d0200d88d8
commit
fd8e8f0af1
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ function post_install() {
|
|||
# Copy all scripts to the target /tmp
|
||||
echo "...Copy files in current dir to ${TARGETMOUNTPOINT}/tmp."
|
||||
mkdir "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
||||
cp -R ./*.sh "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
||||
cp -r ./* -t "${TARGETMOUNTPOINT}/tmp/kaiten-yaki"
|
||||
|
||||
# Change root and create the keyfile and ramfs image for Linux kernel.
|
||||
# The here document is script executed under chroot. And here we call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue