#917: Fixed bug when ogLive mounts a Samba share from a server based on Ubuntu 18.04

remotes/github/master
Ramón M. Gómez 2019-06-04 13:13:38 +02:00
parent 68f786a6f7
commit c1dc13eb23
2 changed files with 7 additions and 5 deletions

View File

@ -17,10 +17,12 @@
# Kernel 3.7+ video. # Kernel 3.7+ video.
uvesafb uvesafb
#generales # Generales
usbcore #usbcore
uhci_hcd #uhci_hcd
ehci_hcd #ehci_hcd
usbhid usbhid
usbmouse usbmouse
mac-hid mac-hid
arc4
cmac

View File

@ -123,7 +123,7 @@ ogExportVarEnvironment ()
OGPROTOCOL="${ogprotocol:-smb}" OGPROTOCOL="${ogprotocol:-smb}"
[ "$ogunit" != "" ] && OGUNIT="/$ogunit" [ "$ogunit" != "" ] && OGUNIT="/$ogunit"
# OPTIONS Para samba y local (a nfs no le afecta) # OPTIONS Para samba y local (a nfs no le afecta)
export OPTIONS=" -o vers=1.0,sec=ntlm,user=opengnsys,pass=og" export OPTIONS=" -o user=opengnsys,pass=og"
DEFOGLIVE="ogclient" DEFOGLIVE="ogclient"
export OGLIVEDIR="${oglivedir:-$DEFOGLIVE}" && echo "OGLIVEDIR=$OGLIVEDIR" >> $CFGINITRD export OGLIVEDIR="${oglivedir:-$DEFOGLIVE}" && echo "OGLIVEDIR=$OGLIVEDIR" >> $CFGINITRD
case "$OGPROTOCOL" in case "$OGPROTOCOL" in