Andrew Pattison
f8f3d6fe93
capitalise Raspberry Pi
2 years ago
Andrew Pattison
f9375cdcec
README.md - mention WPA_PASSWORD length requirement
2 years ago
RaspberryPiFan
32353a162b
Updated info about stage4 and stage5 ( #359 )
2 years ago
Christian Decker
18c3cebe94
configure unprotected wifi when WPA_PASSWORD is unset ( #357 )
2 years ago
RaspberryPiFan
8bdbbfb099
Added stage 5 to the text ( #353 )
2 years ago
RaspberryPiFan
d7c1ae21ca
New types of images. ( #352 )
2 years ago
Rene Klootwijk
d30343f626
Added hostname parameter
2 years ago
Matthijs Kooijman
336ff2107e
Document how to get values for the localization values
2 years ago
Joshua Bussdieker
d1f7a38905
Support regional config settings ( #323 )
2 years ago
132ikl
c0714e33d6
Update Stretch to Buster in README ( #310 )
2 years ago
gscscnd
fd21eff626
README.md shouldn’t be executable ( #303 )
In 667318116acda97b58734ae7512789a0f56db306, README.md’s file mode bits
were changed from 0o644 to 0o755. This commit reverts them back to
0o644.
3 years ago
Ryan Walmsley
3c559aeb56
64 bit message ( #298 )
Added a handy message to make it clear that compiling on a 64 bit OS is causing issues. After spending over an hour of troubleshooting think it should be made clearer as it'll affect quite a few users.
3 years ago
samtygier
4ad51961e9
Better docs for STAGE_LIST ( #289 )
Note that quotes are needed, see bug #288 .
3 years ago
Serge Schneider
fb23b8ba92
Replace pxz with xz -T0
3 years ago
Sam Tygier
9d38bfac23
README.md: Add more info on Docker
3 years ago
Louis Matthijssen
61a994c88c
Add a DEPLOY_ZIP setting
3 years ago
Hereath
21aeca1b0c
fixeb package realpath (via coreutils)
3 years ago
gudata
640027d5df
build script is build.sh
build script is build.sh
3 years ago
Sam Tygier
d7ef46b06a
Allow custom stages
STAGE_LIST can be specified in the config file to run additional build stages.
3 years ago
Sam Tygier
7fbfdda31e
Add commandline argument for config file
A config file can be specified when running build, e.g.:
./build.sh myconfig
3 years ago
Sam Tygier
cc6605695d
Allow enabling ssh server from config
Add ENABLE_SSH option
3 years ago
Sam Tygier
f4dc2dcce6
Allow setting up wifi from config
Add WPA_ESSID, WPA_PASSWORD and WPA_COUNTRY options to config.
3 years ago
Sam Tygier
d07096ebb5
Allow setting user name and password from config
Add FIRST_USER_NAME and FIRST_USER_PASS variables that can be set
in the config (or enviroment). Defaults to the standard pi and
raspberry.
3 years ago
Krisjanis Rijnieks
c9b658ecd6
Add curl to apt-get script in README
3 years ago
Attie Grande
330ce73491
added Troubleshooting section to README.md, and addressed binfmt_misc issues
3 years ago
Serge Schneider
07bb3bdc7d
depends: add 'git'
4 years ago
Serge Schneider
8e898a6b34
depends: add 'file'
4 years ago
David Steele
75452f9a00
Add README detail on the 'patches' process ( #170 )
4 years ago
David Steele
de5b2baa1c
README.md: Clarify USE_QEMU ( #165 )
4 years ago
Junian Triajianto
019d47db3b
Update stage specification using SKIP_IMAGES ( #163 )
Change Stage specification guide from removing `EXPORT*` files to adding `SKIP_IMAGES` as per new recommended development process.
4 years ago
andig
b4035400ff
Add option to preserve build container ( #160 )
4 years ago
Ben Pirt
066eb03d52
Allow image building to be skipped for stages ( #137 )
4 years ago
Ben Pirt
6e32569415
Update README with some information on how the build works ( #136 )
4 years ago
Rick
9f2941954f
Add caution about WORK_DIR filesystem
4 years ago
Jacen
26fcf59f3f
[adding] qemu emulation layout to test images with qemu
4 years ago
Serge Schneider
2f032b1d19
Update README.md
Fixes #105
4 years ago
Serge Schneider
68cdf34cb4
Add xz-utils dependency
Closes #90
5 years ago
TJ Rana
3441133d1c
Corrected various typos ( #91 )
* Rename License.md to LICENSE
* Correct typos
* Clean up code layout
Organize layout with extra lines
5 years ago
Claus Strasburger
fe45b73987
Added docker-compose.yml for easy apt-cacher-ng startup
5 years ago
Serge Schneider
be2018ee5f
README: Add stage 5 description
5 years ago
Andrew Smith
22c4105b57
Tell docker to delete the volume as well
Addresses #62
Because of the use of volumes the .img files (and everything else) will stay around on disk even when you do `docker rm pigen_work`. Passing `-v` deletes the volume as well and frees up disk space.
5 years ago
Jacob Siverskog
d2f88a6e4f
Update stage specification example
The previous example failed for me due to a missing SKIP in
stage5. While at it, complete the example with all steps needed to get
an image generated.
5 years ago
T. Joseph Carter
d729fc2dbb
README.md: Describe more config variables, cleanup
Added some documentation of environment variables to README.md,
specifically WORK_DIR and DEPLOY_DIR. Explicitly did not include
SCRIPT_DIR at this time because that appears to require some small work
before it can be changed.
Took the chance for some other syntax cleanups while I was at it, mostly
breaking long lines and inserting whitespace where some Markdown parsers
require it.
5 years ago
Ross Schulman
8f017cb69a
Building in a different direction by replacing stage folders ( #51 )
5 years ago
Sam Holmes
a45a061ec4
Add README warning for binfmt-support requirement ( #46 )
5 years ago
Claus F. Strasburger
667318116a
Added Docker support ( #40 )
* Added Docker support
- replaced necessity for devicemapper (through kpartx) by using parted and
losetup with offsets
- added Dockerfile
- added dependency for parted and grep
- added hints to README.md
- common: loop through unmounts, fix shellcheck warnings
* stage2: use debconf instead of console-setup patch. Fixes #41
5 years ago
Sam Holmes
a1c26242f6
Add stage specification instructions
5 years ago
Sam Holmes
c5e36bc86a
Tidy up README hierarchy further
5 years ago
Sam Holmes
9f5cfdea6b
Update README markdown formatting
The additional space between the # at the beginning of a section and
title conforms to correct markdown spec (and works in all markdown
renderers, as opposed to just GitHub)
5 years ago
XECDesign
d0020af839
README.md: Add libcap2-bin as a dependency
5 years ago