remove ipv6 module, instead bake in.
add chromium. added image for uart pinout.
This commit is contained in:
parent
361923fe3a
commit
8836840094
@ -778,7 +778,7 @@ CONFIG_SYN_COOKIES=y
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
# CONFIG_TCP_MD5SIG is not set
|
||||
CONFIG_IPV6=m
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_IPV6_ROUTER_PREF=y
|
||||
CONFIG_IPV6_ROUTE_INFO=y
|
||||
CONFIG_IPV6_OPTIMISTIC_DAD=y
|
||||
|
BIN
resources/DocumentationResources/c201-servo-uart-pinout.png
Executable file
BIN
resources/DocumentationResources/c201-servo-uart-pinout.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 843 KiB |
@ -134,8 +134,9 @@ chroot $outmnt apt install -y libinput-tools xdotool build-essential
|
||||
#Download the packages to be installed by Install.sh:
|
||||
chroot $outmnt apt-get install -y -d xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils lxqt crda xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies mousepad vlc libutempter0 xterm numix-gtk-theme dconf-cli dconf-editor plank network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome dtrx emacs25 accountsservice sudo pavucontrol-qt
|
||||
|
||||
# #grab chromium from sid, since stretch and buster are broken
|
||||
# chroot $outmnt apt-get -t unstable install -d -y chromium
|
||||
|
||||
# grab chromium as well, since sound is still broken in firefox for some media
|
||||
chroot $outmnt apt-get -t testing install -d -y chromium
|
||||
|
||||
# #grab firefox from buster, since stretch is broken
|
||||
chroot $outmnt apt-get -t testing install -d -y firefox-esr
|
||||
|
Loading…
Reference in New Issue
Block a user