Lines Matching +full:conf +full:- +full:rst
1 .. SPDX-License-Identifier: GPL-2.0
14 It introduces a new kernel command-line option called 'cifsroot='
20 Documentation/admin-guide/nfs/nfsroot.rst.
39 settings in Samba smb.conf::
57 cifsroot=//<server-ip>/<share>[,options]
60 located in the <server-ip> and <share> specified in this option.
64 server-ip
76 Export root file system as a Samba share in smb.conf file::
100 # qemu-system-x86_64 -enable-kvm -cpu host -m 1024 \
101 -kernel /path/to/linux/arch/x86/boot/bzImage -nographic \
102 …-append "root=/dev/cifs rw ip=dhcp cifsroot=//10.0.2.2/linux,username=foo,password=bar console=tty…