summaryrefslogtreecommitdiff
path: root/src/scripts/23net.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/23net.sh')
-rw-r--r--src/scripts/23net.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripts/23net.sh b/src/scripts/23net.sh
index 563420b..0b571ef 100644
--- a/src/scripts/23net.sh
+++ b/src/scripts/23net.sh
@@ -13,6 +13,10 @@ Net ()
{
if [ ! -f "${LIVE_ROOT}"/.stage/image_binary ]
then
+ mkdir -p "${LIVE_ROOT}"/binary/casper
+ cp -r "${LIVE_TEMPLATES}"/common/* "${LIVE_ROOT}"/binary
+ mv "${LIVE_ROOT}"/filesystem.manifest* "${LIVE_ROOT}"/binary/casper
+
# Installing smbfs
Chroot_exec "apt-get install --yes smbfs"