OSDN Git Service

[add] : Added wsl module
authorhayao <hayao@fascode.net>
Sat, 3 Jul 2021 13:52:57 +0000 (22:52 +0900)
committerhayao <hayao@fascode.net>
Sat, 3 Jul 2021 13:52:57 +0000 (22:52 +0900)
modules/wsl/alteriso [new file with mode: 0644]
modules/wsl/architecture [new file with mode: 0644]
modules/wsl/config.any [new file with mode: 0644]

diff --git a/modules/wsl/alteriso b/modules/wsl/alteriso
new file mode 100644 (file)
index 0000000..9e793f3
--- /dev/null
@@ -0,0 +1 @@
+alteriso=3.1
diff --git a/modules/wsl/architecture b/modules/wsl/architecture
new file mode 100644 (file)
index 0000000..664761f
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+# Supported architecture list
+
+x86_64
+i686
diff --git a/modules/wsl/config.any b/modules/wsl/config.any
new file mode 100644 (file)
index 0000000..601f9d3
--- /dev/null
@@ -0,0 +1,41 @@
+#!/usr/bin/env bash
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2021 Fascode Network.
+#
+
+# Set to true to enable plymouth.
+# See help for a list of available values.
+# Change the default behavior of "-b" and "--boot-splash".
+boot_splash=false
+
+
+# Build the tarball with iso.
+# Change the default behavior of "--tarball".
+tarball=true
+
+
+# Set command line argument for tar command
+# It is only used for creating tarball
+# Change the default behavior of "--tar-opts".
+tar_comp="gzip"
+
+
+# When set to true, colored output will not be performed.
+# Change the default behavior of "--nocolor".
+nocolor=false
+
+
+# Do not include file about efi
+# Change the default behavior of "--noefi".
+# If noiso is true, it will be enabled automatically.
+noefi=true
+
+
+# Does not build the ISO image file.
+# Be sure to set the tarball to true if you want this to be true.
+# Change the default behavior of "--noiso".
+noiso=true