diff options
author | ramon <ramongomez@us.es> | 2012-12-27 09:14:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-12-27 09:14:04 +0000 |
commit | 54d440e69b27dfb7a1e8e799c39dc0678d058bbb (patch) | |
tree | bfa4f355a1eec61e34949089b0bb2f60525275a9 | |
parent | 547d804bd7bc25450696b5dd0e5f3313faca7b27 (diff) |
VersiĆ³n 1.0.5, #570: Generar cliente con paquetes correctos para CIFS.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3477 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | client/boot-tools/includes/etc/initramfs-tools/hooks/oghooks | 4 | ||||
-rw-r--r-- | client/boot-tools/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/boot-tools/includes/etc/initramfs-tools/hooks/oghooks b/client/boot-tools/includes/etc/initramfs-tools/hooks/oghooks index e3c25677..6e58b79c 100755 --- a/client/boot-tools/includes/etc/initramfs-tools/hooks/oghooks +++ b/client/boot-tools/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/client/boot-tools/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote b/client/boot-tools/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote index 54266caa..f0890b6b 100644 --- a/client/boot-tools/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote +++ b/client/boot-tools/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 |