OSDN Git Service

[remove] : Removed each kernel files
authorhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 02:25:34 +0000 (11:25 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 02:25:34 +0000 (11:25 +0900)
20 files changed:
channels/share/airootfs.any/usr/share/calamares/modules/initcpio.conf [moved from channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-ck.conf with 100% similarity]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-core.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lqx.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen-letsnote.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs.conf [moved from channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-ck.conf with 100% similarity]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-core.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lqx.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod-lts.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen-letsnote.conf [deleted file]
channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen.conf [deleted file]

diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-core.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-core.conf
deleted file mode 100644 (file)
index ced2528..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lqx.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lqx.conf
deleted file mode 100644 (file)
index ebb38bf..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-lqx
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-lts.conf
deleted file mode 100644 (file)
index 22a38d1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-lts
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt-lts.conf
deleted file mode 100644 (file)
index 22a38d1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-lts
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-rt.conf
deleted file mode 100644 (file)
index 24e51df..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-rt
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod-lts.conf
deleted file mode 100644 (file)
index 00f53c4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-xanmod-lts
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-xanmod.conf
deleted file mode 100644 (file)
index bdb37db..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-xanmod
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen-letsnote.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen-letsnote.conf
deleted file mode 100644 (file)
index d765845..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-zen-letsnote
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen.conf b/channels/share/airootfs.any/usr/share/calamares/modules/initcpio/initcpio-zen.conf
deleted file mode 100644 (file)
index b43ad53..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Run mkinitcpio(8) with the given preset value
----
-# This key defines the kernel to be loaded.
-# It can have the following values:
-#  - empty or unset, interpreted as "all"
-#  - the literal string "$uname" (without quotes, with dollar),
-#    which will use the output of `uname -r` to determine the
-#    running kernel, and use that.
-#  - any other string.
-#
-# Whatever is set, that string is passed as *preset* argument to the
-# `-p` option of *mkinitcpio*. Take care that both "$uname" operates
-# in the host system, and might not be correct if the target system is
-# updated (to a newer kernel) as part of the installation.
-#
-# Note that "all" is probably not a good preset to use either.
-# kernel: linux312
-kernel: linux-zen
-
-# Set this to true to turn off mitigations for lax file
-# permissions on initramfs (which, in turn, can compromise
-# your LUKS encryption keys, CVS-2019-13179).
-be_unsafe: false
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-core.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-core.conf
deleted file mode 100644 (file)
index 1f07f0a..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lqx.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lqx.conf
deleted file mode 100644 (file)
index 51c9c4d..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-lqx"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-lqx"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-lts.conf
deleted file mode 100644 (file)
index 3d81b71..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-lts"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-lts"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt-lts.conf
deleted file mode 100644 (file)
index 3d81b71..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-lts"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-lts"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-rt.conf
deleted file mode 100644 (file)
index 57f6163..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-rt"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-rt"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod-lts.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod-lts.conf
deleted file mode 100644 (file)
index 6329d52..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-xanmod-lts"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-xanmod-lts"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-xanmod.conf
deleted file mode 100644 (file)
index fcae2d2..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-xanmod"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-xanmod"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen-letsnote.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen-letsnote.conf
deleted file mode 100644 (file)
index 7fa70de..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen-letsnote"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-zen-letsnote"
diff --git a/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen.conf b/channels/share/airootfs.any/usr/share/calamares/modules/unpackfs/unpackfs-zen.conf
deleted file mode 100644 (file)
index e7c5f33..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-# Unsquash / unpack a filesystem. Multiple sources are supported, and
-# they may be squashed or plain filesystems.
-#
-# Configuration:
-#
-#   from globalstorage: rootMountPoint
-#   from job.configuration: the path to where to mount the source image(s)
-#       for copying an ordered list of unpack mappings for image file <->
-#       target dir relative to rootMountPoint.
-
----
-# Each list item is unpacked, in order, to the target system.
-#
-# Each list item has the following **mandatory** attributes:
-#   - *source* path relative to the live / intstalling system to the image
-#   - *sourcefs* the type of the source files; valid entries are
-#       - `ext4` (copies the filesystem contents)
-#       - `squashfs` (unsquashes)
-#       - `file` (copies a file or directory)
-#       - (may be others if mount supports it)
-#   - *destination* path relative to rootMountPoint (so in the target
-#       system) where this filesystem is unpacked. It may be an
-#       empty string, which effectively is / (the root) of the target
-#       system.
-#
-# Each list item **optionally** can include the following attributes:
-#   - *exclude* is a list of values that is expanded into --exclude
-#       arguments for rsync (each entry in exclude gets its own --exclude).
-#   - *excludeFile* is a single file that is passed to rsync as an
-#       --exclude-file argument. This should be a full pathname
-#       inside the **host** filesystem.
-#
-# EXAMPLES
-#
-# Usually you list a filesystem image to unpack; you can use
-# squashfs or an ext4 image. An empty destination is equivalent to "/",
-# the root of the target system. The destination directory must exist
-# in the target system.
-#
-#   -   source: "/path/to/filesystem.sqfs"
-#       sourcefs: "squashfs"
-#       destination: ""
-#
-# Multiple entries are unpacked in-order; if there is more than one
-# item then only the first must exist beforehand -- it's ok to
-# create directories with one unsquash and then to use those
-# directories as a target from a second unsquash.
-#
-#   -   source: "/path/to/another/filesystem.img"
-#       sourcefs: "ext4"
-#       destination: ""
-#   -   source: "/path/to/another/filesystem2.img"
-#       sourcefs: "ext4"
-#       destination: "/usr/lib/extra"
-#
-# You can list filesystem source paths relative to the Calamares run
-# directory, if you use -d (this is only useful for testing, though).
-#
-#    -   source: ./example.sqfs
-#        sourcefs: squashfs
-#        destination: ""
-#
-# You can list individual files (copied one-by-one), or directories
-# (the files inside this directory are copied directly to the destination,
-# so no "dummycpp/" subdirectory is created in this example).
-# Do note that the target directory must exist already (e.g. from
-# extracting some other filesystem).
-#
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#    -   source: ../src/modules/dummycpp
-#        sourcefs: file
-#        destination: "/tmp/derp"
-#
-# The *destination* and *source* are handed off to rsync, so the semantics
-# of trailing slashes apply. In order to *rename* a file as it is
-# copied, specify one single file (e.g. CHANGES) and a full pathname
-# for its destination name, as in the example below.
-
-#unpack:
-#    -   source: ../CHANGES
-#        sourcefs: file
-#        destination: "/tmp/changes.txt"
-#    -   source: src/qml/calamares/slideshow
-#        sourcefs: file
-#        destination: "/tmp/slideshow/"
-#        exclude: [ "*.qmlc", "qmldir" ]
-#        # excludeFile: /etc/calamares/modules/unpackfs/exclude-list.txt
-
-unpack:
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/%ARCH%/airootfs.sfs"
-        sourcefs: "squashfs"
-        destination: ""
-    -   source: "/run/archiso/bootmnt/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen"
-        sourcefs: "file"
-        destination: "/boot/vmlinuz-linux-zen"