Skip to content

Commit

Permalink
Merge pull request MiyooCFW#6 from nfriedly/etc-main
Browse files Browse the repository at this point in the history
fix /etc files output location
  • Loading branch information
TriForceX authored Apr 5, 2022
2 parents 39d7bcb + 76357aa commit 3b0bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_image_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ msg "Unpacking rootfs ..."
$BB mount "${LOOPDEV}p2" "${TEMPMOUNT}"
$BB tar x -C "${TEMPMOUNT}" -J -f "${ROOTFILES}"
msg "Copying over etc files ..."
$BB cp -Lr "${ETCFILES}"/* "${TEMPMOUNT}"
$BB cp -Lr "${ETCFILES}"/* "${TEMPMOUNT}/etc/"
$BB umount "${TEMPMOUNT}"
msg "Copying over boot files ..."
$BB mount "${LOOPDEV}p1" "${TEMPMOUNT}"
Expand Down

0 comments on commit 3b0bec5

Please sign in to comment.