Update partition names
This commit is contained in:
parent
c46d182854
commit
63eafab885
6 changed files with 22 additions and 20 deletions
|
@ -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"
|
||||
|
|
5
arch-portalo/boot_loader_entries_arch.conf
Executable file
5
arch-portalo/boot_loader_entries_arch.conf
Executable file
|
@ -0,0 +1,5 @@
|
|||
title Arch Linux Portalo
|
||||
linux /vmlinuz-linux
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
options root="LABEL=arch_portalo" rw quiet splash acpi_enforce_resources=lax mitigations=off
|
3
arch-portalo/boot_loader_loader.conf
Executable file
3
arch-portalo/boot_loader_loader.conf
Executable file
|
@ -0,0 +1,3 @@
|
|||
timeout 2
|
||||
default arch.conf
|
||||
console-mode keep
|
|
@ -1,7 +1,7 @@
|
|||
LABEL=arch / ext4 rw,relatime 0 1
|
||||
LABEL=arch_portalo / ext4 rw,relatime 0 1
|
||||
|
||||
LABEL=BOOT /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
|
||||
LABEL=BOOT_PORTALO /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
|
||||
|
||||
LABEL=games /mnt/games ext4 rw,relatime 0 2
|
||||
LABEL=games_portalo /mnt/games ext4 rw,relatime 0 2
|
||||
|
||||
LABEL=home /home ext4 rw,relatime 0 2
|
||||
LABEL=home_portalo /home ext4 rw,relatime 0 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue