This website requires JavaScript.
Explore
Help
Sign In
rudefox
/
burrow-pi-img
Watch
2
Star
0
Fork
0
You've already forked burrow-pi-img
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f4e4d66a91
burrow-pi-img
/
stage5
/
prerun.sh
6 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
Add a 4GB image
2017-03-30 16:52:32 +00:00
#!/bin/bash -e
Corrected various typos (#91) * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
2017-07-27 10:11:07 +00:00
Add a 4GB image
2017-03-30 16:52:32 +00:00
if
[
! -d
${
ROOTFS_DIR
}
]
;
then
copy_previous
fi
Reference in New Issue
Copy Permalink