summaryrefslogtreecommitdiffstats
path: root/core/modules/disk-partitions/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-22 10:48:06 +0200
committerSimon Rettberg2021-07-22 10:48:06 +0200
commiteeda5aaff24e0f1ac7be43e9b6c180c77aae0bad (patch)
treece3b7e087ecbe9d81a28262793db2a5d8f0fe8b1 /core/modules/disk-partitions/module.build
parent[system-uuid] Add two more bad UUIDs (diff)
downloadmltk-eeda5aaff24e0f1ac7be43e9b6c180c77aae0bad.tar.gz
mltk-eeda5aaff24e0f1ac7be43e9b6c180c77aae0bad.tar.xz
mltk-eeda5aaff24e0f1ac7be43e9b6c180c77aae0bad.zip
[disk-partitions] New module, modularize partition setup
Diffstat (limited to 'core/modules/disk-partitions/module.build')
-rw-r--r--core/modules/disk-partitions/module.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/disk-partitions/module.build b/core/modules/disk-partitions/module.build
new file mode 100644
index 00000000..241bcd5e
--- /dev/null
+++ b/core/modules/disk-partitions/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ pinfo "Static module, nothing to build."
+}
+
+post_copy() {
+ :
+}