#917: Fixed bug when ogLive mounts a Samba share from a server based on Ubuntu 18.04
parent
68f786a6f7
commit
c1dc13eb23
|
@ -17,10 +17,12 @@
|
|||
# Kernel 3.7+ video.
|
||||
uvesafb
|
||||
|
||||
#generales
|
||||
usbcore
|
||||
uhci_hcd
|
||||
ehci_hcd
|
||||
# Generales
|
||||
#usbcore
|
||||
#uhci_hcd
|
||||
#ehci_hcd
|
||||
usbhid
|
||||
usbmouse
|
||||
mac-hid
|
||||
arc4
|
||||
cmac
|
||||
|
|
|
@ -123,7 +123,7 @@ ogExportVarEnvironment ()
|
|||
OGPROTOCOL="${ogprotocol:-smb}"
|
||||
[ "$ogunit" != "" ] && OGUNIT="/$ogunit"
|
||||
# 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"
|
||||
export OGLIVEDIR="${oglivedir:-$DEFOGLIVE}" && echo "OGLIVEDIR=$OGLIVEDIR" >> $CFGINITRD
|
||||
case "$OGPROTOCOL" in
|
||||
|
|
Loading…
Reference in New Issue