Skip to content

Commit 4ccd9b9

Browse files
committed
[add] : Added wsl module
1 parent 8142eb9 commit 4ccd9b9

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

modules/wsl/alteriso

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alteriso=3.1

modules/wsl/architecture

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Yamada Hayao
3+
# Twitter: @Hayao0819
4+
5+
#
6+
# (c) 2019-2021 Fascode Network.
7+
#
8+
# Supported architecture list
9+
10+
x86_64
11+
i686

modules/wsl/config.any

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Yamada Hayao
4+
# Twitter: @Hayao0819
5+
6+
#
7+
# (c) 2019-2021 Fascode Network.
8+
#
9+
10+
# Set to true to enable plymouth.
11+
# See help for a list of available values.
12+
# Change the default behavior of "-b" and "--boot-splash".
13+
boot_splash=false
14+
15+
16+
# Build the tarball with iso.
17+
# Change the default behavior of "--tarball".
18+
tarball=true
19+
20+
21+
# Set command line argument for tar command
22+
# It is only used for creating tarball
23+
# Change the default behavior of "--tar-opts".
24+
tar_comp="gzip"
25+
26+
27+
# When set to true, colored output will not be performed.
28+
# Change the default behavior of "--nocolor".
29+
nocolor=false
30+
31+
32+
# Do not include file about efi
33+
# Change the default behavior of "--noefi".
34+
# If noiso is true, it will be enabled automatically.
35+
noefi=true
36+
37+
38+
# Does not build the ISO image file.
39+
# Be sure to set the tarball to true if you want this to be true.
40+
# Change the default behavior of "--noiso".
41+
noiso=true

0 commit comments

Comments
 (0)