- 07 Mar, 2020 1 commit
-
-
Yerkebulan Tulibergenov authored
-
- 15 Feb, 2020 1 commit
-
-
Coleman McFarland authored
Some cookbook entries were failing with an error like this: ``` error: no such subcommand: `config` ``` We can install this subcommand from the bootstrap script, and also instruct folks in the README to do so manually.
-
- 21 Dec, 2019 1 commit
-
-
Graham MacDonald authored
-
- 10 Nov, 2019 1 commit
-
-
colinfruit authored
-
- 27 Oct, 2019 1 commit
-
-
The script shouldn't upgrade a system, period, see my comments. I also added a cli option to run the bootstrap with an update of the git stuff and run rustup, plus a help flag and the statusCheck.
-
- 21 Oct, 2019 1 commit
-
-
Jeremy Soller authored
-
- 24 May, 2019 1 commit
-
-
nanpuyue authored
-
- 22 Mar, 2019 1 commit
-
-
Robin Randhawa authored
flex, byacc, texinfo
-
- 03 Feb, 2019 1 commit
-
-
Cyryl Płotnicki authored
Add `texinfo` package that is needed because the build process requires `makeinfo` tool, that's part of that package.
-
- 11 Jan, 2019 1 commit
-
-
Robin Randhawa authored
texinfo components are needed for building the prefix toolchain. NOTE: Other distros likely need similar mods.
-
- 17 Nov, 2018 1 commit
-
-
Julien Férard authored
-
- 30 Oct, 2018 1 commit
-
-
Adam authored
-
- 26 Aug, 2018 1 commit
-
-
Caleb Boylan authored
-
- 14 Jun, 2018 1 commit
-
-
Fabio Di Francesco authored
-
- 09 Mar, 2018 1 commit
-
-
Caleb Boylan authored
-
- 07 Mar, 2018 1 commit
-
-
Nagy Tibor authored
These packages are also required to build the C apps in the cookbook and to generate the live ISO image. Tested with a clean install of Ubuntu Server 16.04.4 and Pop!_OS Intel 62.
-
- 14 Jan, 2018 1 commit
-
-
dogHere authored
-
- 10 Dec, 2017 1 commit
-
-
Paul Sajna authored
-
- 20 Nov, 2017 1 commit
-
-
Uzzell, Harry authored
Checking that xargo isn't already installed before trying to install it - should prevent the bootstrap script erroring out in an ugly way.
-
- 05 Nov, 2017 1 commit
-
-
Martin Lindhe authored
-
- 30 Oct, 2017 1 commit
-
-
Paul Sajna authored
-
- 11 Sep, 2017 1 commit
-
-
Christopher Vittal authored
Noticed that full help option was missing, added it.
-
- 06 Sep, 2017 2 commits
-
-
Ken Reese authored
-
Ken Reese authored
See https://github.com/redox-os/redox/issues/1052 This is just something fast I threw together to get the general idea across of what might fix the problem. I've not yet had a chance to test this.
-
- 27 Jul, 2017 2 commits
-
-
Michel Boaventura authored
In order to have ``qemu-system-x86_64`` we need to enable ``x86_64`` on ``QEMU_SOFTMMU_TARGETS``, not ``i386``
-
Michel Boaventura authored
The bootstrap.sh script always installs fuse on gentoo. This small change just checks if it is already installed and skip it if so.
-
- 16 Jul, 2017 1 commit
-
-
Richard Palethorpe authored
-
- 14 Jul, 2017 1 commit
-
-
Jose Narvaez authored
-
- 13 Jul, 2017 1 commit
-
-
Jose Narvaez authored
macOS again. Details - We are using the toolchain compiler and archiver in order to generate a proper ELF file when building the 'raw-cpuid' crate C code which is currently being compiled by the macOS toolchain. - I added the 'findutils' and 'coreutils' Homebrew/MacPorts packages to the bootstrap script in order to setup the proper environment for the cookbook scripts (as the assume GNU tools). This should be temporary until the cookbook scripts get migrated to Rust.
-
- 20 Jun, 2017 1 commit
-
-
Hunter Goldstein authored
-
- 24 May, 2017 1 commit
-
-
Oliver Jan Krylow authored
Added build dependencies for Solus.
-
- 05 May, 2017 1 commit
-
-
equal-l2 authored
-
- 24 Mar, 2017 1 commit
-
-
Richard Dodd (dodj) authored
-
- 04 Mar, 2017 1 commit
-
-
Clint Byrum authored
The help also tells you to use './bootstrap.sh' but the file wasn't +x in the repo, so I've set that +x as well. This closes issue #852
-
- 24 Feb, 2017 1 commit
-
-
Adrian Neumann authored
On my OS X El Capitan machine `which` returns 1 if it can't find the binary. This kills the bootstrap script at the crucial moment when it detects that something needs to be installed. This change ignores unsuccessful exit codes from `which`. The man page for my `which` speaks of a `-s` switch that could be used instead of the `if [ -z`, but I don't know how portable this is. This fixes Issue 850.
-
- 30 Jan, 2017 1 commit
-
-
Ahmed Charles authored
fusermount is in the fuse package.
-
- 16 Jan, 2017 1 commit
-
-
Jeremy Soller authored
-
- 04 Jan, 2017 1 commit
-
-
Jeremy Soller authored
-
- 03 Jan, 2017 1 commit
-
-
Martin Lindhe authored
-
- 02 Jan, 2017 1 commit
-
-
Jeremy Soller authored
-