summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorManuel Bentele2021-11-11 10:39:49 +0100
committerManuel Bentele2021-11-11 10:39:49 +0100
commit55c17b95b806fe7ee8932d936f5f51079422147a (patch)
tree05147d96403778f88b1eddbf53723a4ce282e702 /core
parent[qemu] Enumerate target names of disk devices correctly (diff)
downloadmltk-55c17b95b806fe7ee8932d936f5f51079422147a.tar.gz
mltk-55c17b95b806fe7ee8932d936f5f51079422147a.tar.xz
mltk-55c17b95b806fe7ee8932d936f5f51079422147a.zip
Replace leading whitespaces with tabs
Diffstat (limited to 'core')
-rw-r--r--core/modules/dnbd3/module.conf.opensuse6
-rw-r--r--core/modules/kdm/module.conf.scientific20
-rw-r--r--core/modules/libvirt-src/module.conf2
-rw-r--r--core/modules/nvidia-common/module.build2
-rw-r--r--core/modules/rsyslogd/module.build2
-rw-r--r--core/modules/sssd/module.conf.opensuse.13.24
-rw-r--r--core/modules/swtpm/module.build2
7 files changed, 19 insertions, 19 deletions
diff --git a/core/modules/dnbd3/module.conf.opensuse b/core/modules/dnbd3/module.conf.opensuse
index 1279ed72..f5718e14 100644
--- a/core/modules/dnbd3/module.conf.opensuse
+++ b/core/modules/dnbd3/module.conf.opensuse
@@ -1,9 +1,9 @@
#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
- cmake
+ cmake
"
REQUIRED_INSTALLED_PACKAGES="
- cmake
- zlib-devel
+ cmake
+ zlib-devel
"
diff --git a/core/modules/kdm/module.conf.scientific b/core/modules/kdm/module.conf.scientific
index d671e88e..fa79de58 100644
--- a/core/modules/kdm/module.conf.scientific
+++ b/core/modules/kdm/module.conf.scientific
@@ -1,21 +1,21 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- kdm
+ kdm
"
REQUIRED_CONTENT_PACKAGES="
- kdm
+ kdm
"
REQUIRED_BINARIES=""
-REQUIRED_DIRECTORIES+="
- /usr/$LIB64/kde4
+REQUIRED_DIRECTORIES+="
+ /usr/$LIB64/kde4
"
REQUIRED_FILES=""
REQUIRED_LIBRARIES=""
#non-standard vars
-REQUIRED_SYSTEM_FILES="
- /usr/share/icons/oxygen/16x16/actions/system-reboot.png
- /usr/share/icons/oxygen/16x16/actions/system-shutdown.png
- /usr/share/icons/oxygen/16x16/actions/dialog-cancel.png
- /usr/share/icons/oxygen/index.theme
- /usr/share/icons/default.kde4/index.theme
+REQUIRED_SYSTEM_FILES="
+ /usr/share/icons/oxygen/16x16/actions/system-reboot.png
+ /usr/share/icons/oxygen/16x16/actions/system-shutdown.png
+ /usr/share/icons/oxygen/16x16/actions/dialog-cancel.png
+ /usr/share/icons/oxygen/index.theme
+ /usr/share/icons/default.kde4/index.theme
"
diff --git a/core/modules/libvirt-src/module.conf b/core/modules/libvirt-src/module.conf
index e3f78eb5..8f31a583 100644
--- a/core/modules/libvirt-src/module.conf
+++ b/core/modules/libvirt-src/module.conf
@@ -1,7 +1,7 @@
#!/bin/bash
REQUIRED_MODULES="
- swtpm
+ swtpm
"
REQUIRED_GIT="
diff --git a/core/modules/nvidia-common/module.build b/core/modules/nvidia-common/module.build
index e9105c18..bdd2e95b 100644
--- a/core/modules/nvidia-common/module.build
+++ b/core/modules/nvidia-common/module.build
@@ -121,7 +121,7 @@ build() {
fi
done < "${builddir}/supportedchips.html" >> "$drmfile"
fi
-
+
rm -rf -- "$destdir"
done
}
diff --git a/core/modules/rsyslogd/module.build b/core/modules/rsyslogd/module.build
index 1d4b25db..887a9776 100644
--- a/core/modules/rsyslogd/module.build
+++ b/core/modules/rsyslogd/module.build
@@ -21,7 +21,7 @@ post_copy() {
sed -i 's/^Before=udev/#&/' "${TARGET_BUILD_DIR}"/etc/systemd/system/rsyslog.service
# activate the service
- ln -sf rsyslog.service "${TARGET_BUILD_DIR}"/etc/systemd/system/syslog.service
+ ln -sf rsyslog.service "${TARGET_BUILD_DIR}"/etc/systemd/system/syslog.service
[ ! -d "${TARGET_BUILD_DIR}"/etc/systemd/system/basic.target.wants ] && mkdir -p "${TARGET_BUILD_DIR}"/etc/systemd/system/basic.target.wants
ln -sf ../syslog.service "${TARGET_BUILD_DIR}"/etc/systemd/system/basic.target.wants/syslog.service
# TODO: more checks
diff --git a/core/modules/sssd/module.conf.opensuse.13.2 b/core/modules/sssd/module.conf.opensuse.13.2
index 1628eacc..5b744ee5 100644
--- a/core/modules/sssd/module.conf.opensuse.13.2
+++ b/core/modules/sssd/module.conf.opensuse.13.2
@@ -5,8 +5,8 @@ REQUIRED_FILES="
"
REQUIRED_DIRECTORIES="
- /$LIB64
- /usr/lib
+ /$LIB64
+ /usr/lib
/usr/lib64
"
diff --git a/core/modules/swtpm/module.build b/core/modules/swtpm/module.build
index 6dac4063..8e871011 100644
--- a/core/modules/swtpm/module.build
+++ b/core/modules/swtpm/module.build
@@ -3,7 +3,7 @@
LIBVIRT_STPM_GRP="libvirt-tpm"
module_init() {
- groupadd --system "${LIBVIRT_STPM_GRP}"
+ groupadd --system "${LIBVIRT_STPM_GRP}"
}
fetch_source() {