dd43d98867
Fixed PS1 .bashrc line to include extra slashes
2020-09-25 14:28:41 +02:00
171dc63701
Created a 'seedgen' alias
2020-09-25 14:27:12 +02:00
9556d96872
Bringing this new repo in sync with the stable repo to test the build
2020-09-06 14:08:25 +02:00
fac7876b18
Added suport for bash auto-complete and config options for downloading burrow from the repo
2020-09-03 00:02:54 +02:00
d6babca3c7
Changed 'rudefox-cold' to 'burrow' in the MOTD instructions banner
2020-09-01 20:27:56 +02:00
2df48bcb6c
CRITICAL BUILD FIX: missing "
2020-09-01 20:25:56 +02:00
e315c692d9
Added read-only (overlay) filesystem
2020-09-01 19:37:41 +02:00
052631361a
Added BURROW motd
2020-09-01 19:37:08 +02:00
bc2505a534
Added autologin
2020-09-01 19:36:31 +02:00
ff9a6a2f5d
Added rudefox-burrow installation
2020-09-01 19:35:57 +02:00
4f80f9a7e4
Added KEYBOARD_MODEL build parameter
2020-09-01 19:27:50 +02:00
0e722a9e71
Remove networking packages and configuration (ssh, wpa, dhcp, cifs, net-tools, etc.)
2020-09-01 19:26:59 +02:00
Serge Schneider
78c9e2cf02
Raspbian -> Raspberry Pi OS
2020-08-24 15:47:59 +01:00
Serge Schneider
9a3a10bf10
stage2: install raspinfo
2020-06-22 05:33:42 +01:00
Serge Schneider
b4ea63c045
Update persistent rkfill files
2020-01-28 12:44:12 +00:00
Sam Tygier
271177a0f7
Use tee with wpa_passphrase so errors are visable
...
wpa_passphrase writes its error messages to stdout, so this needs to
tee so that errors are visable to user. Also need to enable pipefail
so that the error code still gets caught.
2020-01-07 08:07:48 +00:00
Christian Decker
18c3cebe94
configure unprotected wifi when WPA_PASSWORD is unset ( #357 )
2019-12-05 15:08:04 +00:00
Serge Schneider
d1ed4a2982
Include rpi-eeprom
2019-09-18 14:53:35 +01:00
Serge Schneider
77833ba929
cmdline.txt: remove dwc_otg.lpm_enable=0
2019-08-14 15:32:05 +01:00
Serge Schneider
c49261d756
stage2: install pciutils
2019-08-14 15:32:05 +01:00
Joshua Bussdieker
d1f7a38905
Support regional config settings ( #323 )
2019-08-14 11:26:55 +01:00
Serge Schneider
9c0a25d852
stage2: add ntfs-3g
2019-07-18 12:07:45 +01:00
Serge Schneider
37482277d3
stage2: Add vl805fw
2019-07-08 19:42:09 +01:00
gscscnd
1143530351
Revert "stage2: Add apt-transport-https" ( #304 )
...
This reverts commit 1806504983
.
In Buster, APT has built‐in support for HTTPS repos (since version 1.5).
The ca-certificates package is already included in the modified file, so
this commit shouldn’t break anything.
2019-07-03 16:42:26 +01:00
Xerxes Rånby
57ef9b88e3
stage2/00-copies-and-fills/02-run.sh: Fix re-runs of script ( #301 )
...
Check that file exist before move.
2019-07-02 14:54:25 +01:00
Serge Schneider
0cdec86026
Disable ld.so.preload while building
2019-06-07 19:51:08 +01:00
Serge Schneider
e14a403533
stage2: Disable wifi on 5GHz models
2019-06-07 16:21:03 +01:00
Serge Schneider
ee11b802b5
stage2: ethtool
2019-04-01 13:05:30 +01:00
XECDesign
3e9b176fab
stage2: install rng-tools
...
https://github.com/raspberrypi/linux/issues/2799
2019-03-29 19:45:31 +00:00
Hugo Hromic
564f8ef1b8
Silence shellcheck warnings ( #255 )
...
* Made more specific shellcheck disables
* Fixed variable quoting (SC2086,SC2064)
* Use `$*` expansion instead of `$@` when not using arrays (SC2124)
* Use cleaner `$()` syntax instead of back quotes (SC2006)
* Improved comparator (SC2166)
* Minor improvements in coding style
Tested clean output using: `find -name "*.sh" | xargs -n1 shellcheck -x`.
2019-02-18 12:54:15 +00:00
Sam Tygier
c72f0b47ff
Quote wpa wifi variables
...
Allows essid and passwords with special characters.
2019-01-22 17:44:28 +10:00
Sam Tygier
cc6605695d
Allow enabling ssh server from config
...
Add ENABLE_SSH option
2018-12-21 04:09:47 +00:00
Sam Tygier
f4dc2dcce6
Allow setting up wifi from config
...
Add WPA_ESSID, WPA_PASSWORD and WPA_COUNTRY options to config.
2018-12-21 04:09:47 +00:00
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.
2018-12-21 04:09:47 +00:00
Serge Schneider
cbe273b850
Add extra packages back and create a 4GB image
2018-11-08 12:26:07 +00:00
Serge Schneider
33e94c46f3
stage2: set timezone properly
2018-10-11 17:20:18 +01:00
Serge Schneider
378a2bdfa7
stage2: remove left-over debconf file
2018-10-11 16:24:38 +01:00
Serge Schneider
59cd0a3d9c
stage2: add ssh-import-id
2018-10-04 15:41:31 +01:00
Serge Schneider
37da6846dd
stage2: Set default timezone to 'London'
2018-09-10 10:11:40 +01:00
Serge Schneider
6000d5871f
stage2: accept Mathematica EULA here instead of stage5
2018-09-10 09:58:17 +01:00
Hugo Hromic
9d76d3a6a2
stage2: clean unused/obsolete patch ( #187 )
2018-06-04 09:42:52 +01:00
Serge Schneider
ff2d5edee1
shellcheck
2018-03-13 12:50:50 +00:00
Serge Schneider
56da271499
Remove unnecessary files
2018-03-13 12:37:13 +00:00
Serge Schneider
e6f7cd5cd6
stage2: don't set 'country' in wpa_supplicant.conf
2018-03-01 15:54:13 +00:00
Serge Schneider
c430f618d0
Remove ld.so.preload and policy-rc.d changes
2018-03-01 15:54:12 +00:00
Serge Schneider
13185c8224
stage2: install policykit-1
...
Closes #116
2017-12-13 11:17:58 +00:00
Serge Schneider
5c44fc727e
stage2: install man-db
2017-11-24 07:10:45 +00:00
Jacen
26fcf59f3f
[adding] qemu emulation layout to test images with qemu
2017-09-14 10:12:30 +01:00
Serge Schneider
496e41575e
Revert "stage2: install fdisk"
...
This reverts commit e7e04fcde3
.
2017-09-05 14:34:19 +01:00
Serge Schneider
e7e04fcde3
stage2: install fdisk
2017-09-05 14:29:33 +01:00