somehow fixed grub and re-added btrfs
This commit is contained in:
parent
2f7c04b23e
commit
925f480358
5 changed files with 5 additions and 24 deletions
|
@ -5,11 +5,11 @@ welcomeStyleCalamares: false
|
|||
|
||||
welcomeExpandingLogo: true
|
||||
|
||||
windowExpanding: fullscreen
|
||||
windowExpanding: normal
|
||||
|
||||
windowPlacement: center
|
||||
|
||||
sidebar: none
|
||||
sidebar: widget
|
||||
|
||||
navigation: widget
|
||||
|
||||
|
|
|
@ -1,21 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Bootloader configuration. The bootloader is installed to allow
|
||||
# the system to start (and pick one of the installed operating
|
||||
# systems to run).
|
||||
#
|
||||
# Take note that Debian-derivatives that use unmodified GRUB EFI packages
|
||||
# should specifically set *efiBootloaderId* to "debian" because that is
|
||||
# hard-coded in `grubx64.efi`.
|
||||
---
|
||||
# A variable from global storage which overrides the value of efiBootLoader
|
||||
#efiBootLoaderVar: "packagechooser_bootloader"
|
||||
|
||||
# Define which bootloader you want to use for EFI installations
|
||||
# Possible options are 'grub', 'sb-shim' and 'systemd-boot'.
|
||||
efiBootLoader: "grub"
|
||||
|
||||
# systemd-boot configuration files settings, set kernel search path, kernel name
|
||||
# and amount of time before default selection boots
|
||||
kernelSearchPath: "/usr/lib/modules"
|
||||
|
@ -24,10 +9,7 @@ timeout: "10"
|
|||
|
||||
# systemd-boot and refind support custom kernel params
|
||||
kernelParams: [ "quiet" ]
|
||||
|
||||
# A list of kernel names that refind should accept as kernels
|
||||
#refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
|
||||
|
||||
# GRUB 2 binary names and boot directory
|
||||
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
||||
# These names are also used when using sb-shim, since that needs some
|
||||
|
|
|
@ -44,4 +44,4 @@ restartNowCommand: "systemctl -i reboot"
|
|||
# When the last page is (successfully) reached, send a DBus notification
|
||||
# to the desktop that the installation is done. This works only if the
|
||||
# user as whom Calamares is run, can reach the regular desktop session bus.
|
||||
notifyOnFinished: false
|
||||
notifyOnFinished: true
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
#This file is part of calamares installer for Arch Linux GUI
|
||||
# Run mkinitcpio(8) with the given preset value
|
||||
---
|
||||
# This key defines the kernel to be loaded.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# partition handling.
|
||||
---
|
||||
|
||||
efiSystemPartition: "/efi"
|
||||
efiSystemPartition: "/boot/efi"
|
||||
|
||||
# set to 512M for best compatinbility for buggy old EFI firmware
|
||||
efiSystemPartitionSize: 512M
|
||||
|
@ -39,7 +39,7 @@ defaultFileSystemType: "ext4"
|
|||
# warning (this matches traditional no-choice-available behavior best).
|
||||
# availableFileSystemTypes: ["ext4","btrfs","xfs","f2fs"]
|
||||
|
||||
availableFileSystemTypes: ["ext4","f2fs","xfs"]
|
||||
availableFileSystemTypes: ["ext4","f2fs","xfs","btrfs"]
|
||||
|
||||
partitionLayout:
|
||||
- name: "ParchLinux"
|
||||
|
|
Loading…
Add table
Reference in a new issue