Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Feb 28, 2023
1 parent b5b2241 commit 3247b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ insert_extra_files(){
cd "${SQUASH_DIR}"

log " - Step 2. Expand filesystem..."
sudo nsquashfs "${SQUASH_FS}"
sudo unsquashfs "${SQUASH_FS}"

log " - Step 3. Copy extra files to /media..."
sudo cp -R "${EXTRA_FILES_FOLDER}/." "squashfs-root/media/"
Expand Down

0 comments on commit 3247b4f

Please sign in to comment.