Modules: remove boilerplate module.desc
This commit is contained in:
parent
e3008657c4
commit
196b1567db
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for greeting viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view" #core or view
|
|
||||||
name: "finished" #the module name. must be unique and same as the parent directory
|
|
||||||
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
|
||||||
load: "libcalamares_viewmodule_finished.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for interactiveterminal viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "interactiveterminal"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_interactiveterminal.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for keyboard viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "keyboard"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_keyboard.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for keyboard viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "license"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_license.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for locale viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "locale"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_locale.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for netinstall module
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "netinstall"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_netinstall.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for partition viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view" #core or view
|
|
||||||
name: "partition" #the module name. must be unique and same as the parent directory
|
|
||||||
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
|
||||||
load: "libcalamares_viewmodule_partition.so"
|
|
@ -1,12 +0,0 @@
|
|||||||
# Module metadata file for summary viewmodule
|
|
||||||
#
|
|
||||||
# The summary module tells the user what is going to happen (next)
|
|
||||||
# during the installation. Each other step is responsible for
|
|
||||||
# creating a summary widget that this step can display.
|
|
||||||
#
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view"
|
|
||||||
name: "summary"
|
|
||||||
interface: "qtplugin"
|
|
||||||
load: "libcalamares_viewmodule_summary.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for users viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view" #core or view
|
|
||||||
name: "users" #the module name. must be unique and same as the parent directory
|
|
||||||
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
|
||||||
load: "libcalamares_viewmodule_users.so"
|
|
@ -1,7 +0,0 @@
|
|||||||
# Module metadata file for welcome viewmodule
|
|
||||||
# Syntax is YAML 1.2
|
|
||||||
---
|
|
||||||
type: "view" #core or view
|
|
||||||
name: "webview" #the module name. must be unique and same as the parent directory
|
|
||||||
interface: "qtplugin" #can be: qtplugin, python, process, ...
|
|
||||||
load: "libcalamares_viewmodule_webview.so"
|
|
Loading…
Reference in New Issue
Block a user