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
827f6a3f
Commit
827f6a3f
authored
Mar 15, 2010
by
Gerardo Exequiel Pozzi
Browse files
Fixed msg about copying images to RAM
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
977095e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/hooks/archiso
View file @
827f6a3f
...
...
@@ -25,7 +25,7 @@ _mnt_squashfs() {
tmp_mnt
=
"/tmpfs/mnt/
${
img_name
}
"
if
[
"
${
copytoram
}
"
=
"y"
]
;
then
msg
-n
":: Copying squashfs image to RAM"
msg
-n
":: Copying squashfs image to RAM
...
"
/bin/cp
"
${
img
}
"
"/tmpfs.sqfs/
${
img_fullname
}
"
img
=
"/tmpfs.sqfs/
${
img_fullname
}
"
msg
"done."
...
...
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