#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.
|
# 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue