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
8ce3b79422
burrow-pi-img
/
stage3
/
prerun.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Raspbian stages
2016-04-11 06:29:41 +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
shellcheck
2018-03-02 20:08:24 +00:00
if
[
! -d
"
${
ROOTFS_DIR
}
"
]
;
then
Add Raspbian stages
2016-04-11 06:29:41 +00:00
copy_previous
fi
Reference in New Issue
Copy Permalink