File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ alteriso=3.1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments