Update partition names

This commit is contained in:
Tobias Reisinger 2023-01-13 17:14:45 +01:00
parent c46d182854
commit 63eafab885
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 22 additions and 20 deletions

View file

@ -17,6 +17,8 @@ depends=(
"vulkan-radeon"
)
source=(
"boot_loader_entries_arch.conf"
"boot_loader_loader.conf"
"etc_fstab"
"etc_hostname"
"etc_systemd_network_20-wired.network"
@ -29,6 +31,8 @@ sha256sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
)
backup=()
@ -45,6 +49,9 @@ _install() {
package() {
_install "boot/loader/entries/arch.conf" "755"
_install "boot/loader/loader.conf" "755"
_install "etc/fstab"
_install "etc/hostname"
_install "etc/systemd/network/20-wired.network"