Skip to content

Commit

Permalink
Merge pull request #2 from presslab-us/docker-buster
Browse files Browse the repository at this point in the history
Fix USB automount
  • Loading branch information
matt2005 authored Feb 14, 2020
2 parents aea28f5 + 5d582fe commit e8c19b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage3/03-crankshaft-base/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install -m 755 files/opt/crankshaft/crankshaft_default_env.sh "${ROOTF
install -d "${ROOTFS_DIR}/boot/crankshaft/custom"

# /etc
install -d "${ROOTFS_DIR}/etc/systemd/system/systemd-udevd.service.d"
install -m 644 files/etc/pulse/csng_daemon.conf "${ROOTFS_DIR}/etc/pulse/"
install -m 644 files/etc/pulse/csng_default.pa "${ROOTFS_DIR}/etc/pulse/"
install -m 644 files/etc/pulse/csng_system.pa "${ROOTFS_DIR}/etc/pulse/"
Expand Down Expand Up @@ -50,6 +51,7 @@ install -m 644 files/etc/systemd/system/alsastaterestore.service "${ROOTF
install -m 644 files/etc/systemd/system/lightsensor.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/i2ccheck.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/wpa-monitor.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/systemd-udevd.service.d/override.conf "${ROOTFS_DIR}/etc/systemd/system/systemd-udevd.service.d"
install -m 644 files/etc/udev/rules.d/10-gpio2kbd.rules "${ROOTFS_DIR}/etc/udev/rules.d/"
install -m 644 files/etc/udev/rules.d/51-android.rules "${ROOTFS_DIR}/etc/udev/rules.d/"
install -m 644 files/etc/udev/rules.d/51-android.master "${ROOTFS_DIR}/etc/udev/rules.d/"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Service]
PrivateMounts=no

0 comments on commit e8c19b8

Please sign in to comment.