From a145ddda284570e57413e37f025c3657205e17d8 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 25 May 2018 20:01:54 +0200 Subject: Repository scheme updated to new layout NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. --- usr/sbin/sys-unconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 usr/sbin/sys-unconfig (limited to 'usr/sbin/sys-unconfig') diff --git a/usr/sbin/sys-unconfig b/usr/sbin/sys-unconfig new file mode 100755 index 00000000..b5f4d78c --- /dev/null +++ b/usr/sbin/sys-unconfig @@ -0,0 +1,12 @@ +#!/bin/bash + +. /etc/init.d/functions + +if [ $# -ne 0 ]; then + echo $"Usage: sys-unconfig" >&2 + exit 1 +fi + +touch /.unconfigured +rm -f /etc/udev/rules.d/*-persistent-*.rules +poweroff -- cgit v1.2.1