mirror of https://github.com/RPi-Distro/pi-gen
Browse Source
* Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra linesjessie
TJ Rana
8 years ago
committed by
XECDesign
17 changed files with 17 additions and 7 deletions
@ -1,2 +1,3 @@
|
||||
#!/bin/sh |
||||
|
||||
exit 101 |
||||
|
@ -1,3 +1,3 @@
|
||||
#/bin/bash -e |
||||
#!/bin/bash -e |
||||
|
||||
install -m 644 files/resolv.conf ${ROOTFS_DIR}/etc/ |
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e |
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then |
||||
bootstrap jessie ${ROOTFS_DIR} http://mirrordirector.raspbian.org/raspbian/ |
||||
fi |
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e |
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then |
||||
copy_previous |
||||
fi |
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e |
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then |
||||
copy_previous |
||||
fi |
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e |
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then |
||||
copy_previous |
||||
fi |
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e |
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then |
||||
copy_previous |
||||
fi |
||||
|
Loading…
Reference in new issue