Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make sure <unpack>/image/etc gets into the system-data directory #72
Conversation
| + for subdir in os.listdir(src): | ||
| + # LP: #1632134 - copy everything under the image directory except | ||
| + # /boot and /home. For now, we even copy files. | ||
| + if subdir not in ('boot', 'home'): |
warsaw
Oct 11, 2016
Contributor
FWIW, there doesn't actually seem to be a /home in the pc or pi2 gadgets.
warsaw
Oct 12, 2016
Contributor
I've thought about this more and in the absence of a motivating use case, I will not exclude /home.
warsaw
merged commit 0235db8
into
master
Oct 12, 2016
warsaw
deleted the
lp1632134
branch
Oct 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
warsaw commentedOct 11, 2016
Closes LP: #1632134 and replaces #69. @mvo5