Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
TARDIS
Commits
e1817319
Commit
e1817319
authored
Jan 08, 2019
by
Stefan Heimersheim
Browse files
Added -f to rm because file might not exist
parent
bff75bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
assemble_image.sh
View file @
e1817319
...
...
@@ -25,7 +25,7 @@ rm -rf "$workspace/part_files"/grub
cp
"
$iso_file
"
"
$workspace
/part_files/kubuntu.iso"
rm
"
$workspace
/part.img"
rm
-f
"
$workspace
/part.img"
truncate
-s
"
$image_size
"
"
$workspace
/part.img"
mkfs.vfat
-n
"LIPSTICK"
"
$workspace
/part.img"
MTOOLS_SKIP_CHECK
=
1 mcopy
-i
"
$workspace
/part.img"
-b
-s
-v
"
$workspace
/part_files"
/
*
::
...
...
Write
Preview
Supports
Markdown
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