Customizing a Raspbian distro - Raspberry Pi Forums
hi,
i'd know steps or should in order following once raspbian has been installed, updated using noobs lite, have bunch of open source desktop , web apps , plugins installed , operational, have cups installed, clamav installed , recent library , fresh clam date , operational basic config.txt adjustments.
i've pretty got of narrowed down except cups seems bug gui control bar.
on main question. once of done , operational, how can modify startup script have boot raps-config if on first boot?
goal being build master image using dd afterward simplify deployment of 'desktops'.
thanks
i'd know steps or should in order following once raspbian has been installed, updated using noobs lite, have bunch of open source desktop , web apps , plugins installed , operational, have cups installed, clamav installed , recent library , fresh clam date , operational basic config.txt adjustments.
i've pretty got of narrowed down except cups seems bug gui control bar.
on main question. once of done , operational, how can modify startup script have boot raps-config if on first boot?
goal being build master image using dd afterward simplify deployment of 'desktops'.
thanks
you can thru spindle
https://github.com/asb/spindle
see how done.
forget off top of head stage in
or short answer question
sed -i /etc/inittab -e "s|^\(1:2345.*getty.*tty1.*\)|\
#\1 # rpicfg_to_enable\n1:2345:respawn:/bin/login -f root tty1 </dev/tty1 >/dev/tty1 2>\&1 # rpicfg_to_disable|"
have great day
shortie
https://github.com/asb/spindle
see how done.
forget off top of head stage in
or short answer question
sed -i /etc/inittab -e "s|^\(1:2345.*getty.*tty1.*\)|\
#\1 # rpicfg_to_enable\n1:2345:respawn:/bin/login -f root tty1 </dev/tty1 >/dev/tty1 2>\&1 # rpicfg_to_disable|"
have great day
shortie
raspberrypi
Comments
Post a Comment