Compare commits
3 Commits
53f92032a4
...
7d5075a543
Author | SHA1 | Date | |
---|---|---|---|
7d5075a543 | |||
003d3f4f2a | |||
ab5e79d838 |
4
setup.sh
4
setup.sh
@@ -60,6 +60,7 @@ function resize_cow_space () {
|
||||
|
||||
function update_pacman_db () {
|
||||
#1.4
|
||||
pacman_dl_parallel
|
||||
printf -- '%s\n' 'Refreshing mirror list ...'
|
||||
printf -- '%s\n' \
|
||||
'--save /etc/pacman.d/mirrorlist' \
|
||||
@@ -704,7 +705,7 @@ EOF
|
||||
function configure_zfsbootmenu () {
|
||||
#2.9
|
||||
paru_install 'zfsbootmenu'
|
||||
in_file_in_array_remove_n '/etc/mkinitcpio.conf' 'HOOKS' 'zfsbootmenu'
|
||||
in_file_in_array_remove_n '/etc/zfsbootmenu/mkinitcpio.conf' 'HOOKS' 'zfsbootmenu'
|
||||
|
||||
if [[ "${part_schema}" = 'gpt' ]]; then
|
||||
cat > '/etc/zfsbootmenu/config.yaml' <<EOF
|
||||
@@ -735,7 +736,6 @@ Components:
|
||||
Versions: false
|
||||
ImageDir: /boot/syslinux/zfsbootmenu
|
||||
Kernel:
|
||||
CommandLine: ro loglevel=0 zbm.import_policy=hostid
|
||||
Prefix: vmlinuz
|
||||
EOF
|
||||
fi
|
||||
|
Reference in New Issue
Block a user