Add Raspbian stages
This commit is contained in:
5
stage4/01-tweaks/00-run.sh
Executable file
5
stage4/01-tweaks/00-run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
ln -sf /etc/systemd/system/autologin@.service ${ROOTFS_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service
|
||||
|
||||
install -v -m 644 files/40-scratch.rules ${ROOTFS_DIR}/etc/udev/rules.d/
|
1
stage4/01-tweaks/files/40-scratch.rules
Normal file
1
stage4/01-tweaks/files/40-scratch.rules
Normal file
@@ -0,0 +1 @@
|
||||
ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
|
Reference in New Issue
Block a user