From 5854406f80ccab2144c0958c2c2f865714a4d9ee Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Thu, 27 Oct 2016 17:41:15 +0100 Subject: [PATCH] stage4: remove 40-scratch.rules (added to nuscratch) --- stage4/{01-tweaks => 01-console-autologin}/00-run.sh | 2 -- stage4/01-tweaks/files/40-scratch.rules | 1 - 2 files changed, 3 deletions(-) rename stage4/{01-tweaks => 01-console-autologin}/00-run.sh (64%) delete mode 100644 stage4/01-tweaks/files/40-scratch.rules 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"