From 15184276ea5a5ca9c5b298d174e293673c3d7095 Mon Sep 17 00:00:00 2001 From: ramon Date: Thu, 27 Dec 2012 09:14:04 +0000 Subject: [PATCH] =?UTF-8?q?Versi=C3=B3n=201.0.5,=20#570:=20Generar=20clien?= =?UTF-8?q?te=20con=20paquetes=20correctos=20para=20CIFS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3477 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/etc/initramfs-tools/hooks/oghooks | 4 ++-- includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/etc/initramfs-tools/hooks/oghooks b/includes/etc/initramfs-tools/hooks/oghooks index e3c2567..6e58b79 100755 --- a/includes/etc/initramfs-tools/hooks/oghooks +++ b/includes/etc/initramfs-tools/hooks/oghooks @@ -43,7 +43,7 @@ mkdir -p ${DESTDIR}/boot; copy_exec /bin/bash-static /bin/bash copy_exec /usr/bin/unionfs-fuse copy_exec /sbin/mount.cifs -copy_exec /sbin/mount.smbfs +#copy_exec /sbin/mount.smbfs copy_exec /bin/lsmod @@ -52,7 +52,7 @@ copy_exec /bin/lsmod #cp -prv /opt/opengnsys/client/lib/engine ${DESTDIR}/opt/opengnsys/lib/engine manual_add_modules cifs -manual_add_modules smbfs +#manual_add_modules smbfs manual_add_modules atl1e manual_add_modules squashfs manual_add_modules md4 diff --git a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote index 54266ca..f0890b6 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote +++ b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote @@ -1,7 +1,7 @@ #sw.filesystem.remote install nfs-common install sshfs -install smbnetfs +install cifs-utils install smbclient install davfs2 install open-iscsi