CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/raspi/orangepi/common/01-run.sh
Views: 3960
1
#!/bin/bash -e
2
3
#sed "s/# SKEL=.*/SKEL=\/etc\/skel/" -i "${ROOTFS_DIR}/etc/default/useradd"
4
#
5
#install -d "${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d"
6
#install -m 644 files/ttyoutput.conf "${ROOTFS_DIR}/etc/systemd/system/rc-local.service.d/"
7
#
8
#on_chroot << EOF
9
#systemctl enable regenerate_ssh_host_keys
10
#EOF
11
12
install -m 644 files/hciattach_opi "${ROOTFS_DIR}/usr/bin/"
13
install -m 644 files/brcm_patchram_plus "${ROOTFS_DIR}/usr/bin/"
14
15