Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
d153b486
Commit
d153b486
authored
Jan 05, 2021
by
Christian Hesse
😜
Browse files
mkarchiso: fix typos
parent
0ae5cd96
Pipeline
#4823
passed with stage
in 14 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
d153b486
...
@@ -351,7 +351,7 @@ _make_bootmodes() {
...
@@ -351,7 +351,7 @@ _make_bootmodes() {
# Prepare kernel/initramfs ${install_dir}/boot/
# Prepare kernel/initramfs ${install_dir}/boot/
_make_boot_on_iso9660
()
{
_make_boot_on_iso9660
()
{
local
ucode_image
local
ucode_image
_msg_info
"Preparing kernel and intramfs for the ISO 9660 file system..."
_msg_info
"Preparing kernel and in
i
tramfs for the ISO 9660 file system..."
install
-d
-m
0755
--
"
${
isofs_dir
}
/
${
install_dir
}
/boot/
${
arch
}
"
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/initramfs-"
*
".img"
"
${
isofs_dir
}
/
${
install_dir
}
/boot/
${
arch
}
/"
install
-m
0644
--
"
${
airootfs_dir
}
/boot/vmlinuz-"
*
"
${
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() {
...
@@ -450,7 +450,7 @@ _make_efi_dir_on_iso9660() {
# Prepare kernel/initramfs on efiboot.img
# Prepare kernel/initramfs on efiboot.img
_make_boot_on_fat
()
{
_make_boot_on_fat
()
{
local
ucode_image
all_ucode_images
=()
local
ucode_image
all_ucode_images
=()
_msg_info
"Preparing kernel and intramfs for the FAT file system..."
_msg_info
"Preparing kernel and in
i
tramfs for the FAT file system..."
mmd
-i
"
${
work_dir
}
/efiboot.img"
\
mmd
-i
"
${
work_dir
}
/efiboot.img"
\
"::/
${
install_dir
}
"
"::/
${
install_dir
}
/boot"
"::/
${
install_dir
}
/boot/
${
arch
}
"
"::/
${
install_dir
}
"
"::/
${
install_dir
}
/boot"
"::/
${
install_dir
}
/boot/
${
arch
}
"
mcopy
-i
"
${
work_dir
}
/efiboot.img"
"
${
airootfs_dir
}
/boot/vmlinuz-"
*
\
mcopy
-i
"
${
work_dir
}
/efiboot.img"
"
${
airootfs_dir
}
/boot/vmlinuz-"
*
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment