diff --git a/stage4/01-tweaks/00-run.sh b/stage4/01-console-autologin/00-run.sh similarity index 64% rename from stage4/01-tweaks/00-run.sh rename to stage4/01-console-autologin/00-run.sh index 6026b5c..11ee373 100755 --- a/stage4/01-tweaks/00-run.sh +++ b/stage4/01-console-autologin/00-run.sh @@ -1,5 +1,3 @@ #!/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/ diff --git a/stage4/01-tweaks/files/40-scratch.rules b/stage4/01-tweaks/files/40-scratch.rules deleted file mode 100644 index 4a9ecbe..0000000 --- a/stage4/01-tweaks/files/40-scratch.rules +++ /dev/null @@ -1 +0,0 @@ -ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"