Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Apr 22, 2022
1 parent 8de93ce commit 6250d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calamares-extra-modules/src/modules/copy_kernel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run():
"""

kernel_path = "/run/archiso/bootmnt/arch/boot/x86_64/"
kernel_root = "vmlinuz-t2"
kernel_root = "vmlinuz-linux-t2"
ucode_tail = "ucode.img"

root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
Expand Down
3 changes: 2 additions & 1 deletion calamares/modules/shellprocess_modify_mk_hook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
dontChroot: true

script:
- "echo 0"
- "mkdir -p /etc/pacman.d/hooks/"
- "mkdir -p @@ROOT@@/etc/pacman.d/hooks/"

i18n:
name: "modify 90-mkinitcpio-install.hook on host and chroot"

0 comments on commit 6250d76

Please sign in to comment.