index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Hesse <mail@eworm.de> | 2021-01-05 22:26:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-01-23 21:04:17 +0100 |
commit | d153b4861364daa2e056d4cc70c57a60ab286b71 (patch) | |
tree | 23170a81a64bad5806f7786befe2bc66163b723a /archiso | |
parent | 0ae5cd961eaa1b214b964aa2076d35f9271f83cb (diff) |
-rwxr-xr-x | archiso/mkarchiso | 4 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index a75fc2a..b83f104 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -351,7 +351,7 @@ _make_bootmodes() { # Prepare kernel/initramfs ${install_dir}/boot/ _make_boot_on_iso9660() { local ucode_image - _msg_info "Preparing kernel and intramfs for the ISO 9660 file system..." + _msg_info "Preparing kernel and initramfs for the ISO 9660 file system..." install -d -m 0755 -- "${isofs_dir}/${install_dir}/boot/${arch}" install -m 0644 -- "${airootfs_dir}/boot/initramfs-"*".img" "${isofs_dir}/${install_dir}/boot/${arch}/" install -m 0644 -- "${airootfs_dir}/boot/vmlinuz-"* "${isofs_dir}/${install_dir}/boot/${arch}/" @@ -450,7 +450,7 @@ _make_efi_dir_on_iso9660() { # Prepare kernel/initramfs on efiboot.img _make_boot_on_fat() { local ucode_image all_ucode_images=() - _msg_info "Preparing kernel and intramfs for the FAT file system..." + _msg_info "Preparing kernel and initramfs for the FAT file system..." mmd -i "${work_dir}/efiboot.img" \ "::/${install_dir}" "::/${install_dir}/boot" "::/${install_dir}/boot/${arch}" mcopy -i "${work_dir}/efiboot.img" "${airootfs_dir}/boot/vmlinuz-"* \ |