Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
13b8c7d0
Verified
Commit
13b8c7d0
authored
Aug 18, 2020
by
nl6720
Browse files
archiso/mkarchiso: correct the path of airootfs/etc/machine-id
Use "${airootfs_dir}". Fixes a mistake introduced when rebasing
!64
.
parent
41d3d7d4
Pipeline
#1154
passed with stage
in 42 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
13b8c7d0
...
...
@@ -205,7 +205,7 @@ _cleanup () {
find
"
${
work_dir
}
"
\(
-name
'*.pacnew'
-o
-name
'*.pacsave'
-o
-name
'*.pacorig'
\)
-delete
_msg_info
"Done!"
# Create an empty /etc/machine-id
printf
''
>
"
${
work_dir
}
/
airootfs/etc/machine-id"
printf
''
>
"
${
airootfs
_dir
}
/etc/machine-id"
}
# Makes a ext4 filesystem inside a SquashFS from a source directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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