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