raspberrypi / piserver

Raspberry Pi Server wizard to serve Raspbian to network booting Pis
310 stars 60 forks source link

can i change /etc files from client root #80

Closed GDatviashvili closed 3 years ago

GDatviashvili commented 5 years ago

i want to add printer from client and it says read only system

maxnet commented 5 years ago

Clients are not able to change files on the root file system, as the root file system is shared with multiple clients.

Suggest you install CUPS on the piserver server instead, add the printer there, and allow access from other hosts in same network. Afterwards go to the piserver GUI, tab "software", select your Raspbian edition, press the shell button:

echo "export CUPS_SERVER=piserver" > /etc/profile.d/use-piserver-cups.sh