Commit graph

1413 commits

Author SHA1 Message Date
Ian Douglas Scott
b4e614d7a7
Add uutils to filesystem.toml 2017-08-14 11:13:33 -07:00
Jeremy Soller
c436d81a09 Update Rust 2017-08-13 15:04:29 -06:00
Jeremy Soller
9012517d57 Merge pull request #1026 from michelboaventura/patch-2
Update README
2017-08-13 13:53:00 -06:00
Michel Boaventura
e629627805 Update README
The toolchain now is called ``x86_64-unknown-redox``
2017-08-13 14:39:04 -03:00
Jeremy Soller
3c5116424b Update redoxfs 2017-08-12 11:25:28 -06:00
Jeremy Soller
658d594fd2 Merge pull request #1024 from fengalin/docker_update
Update docker container build script and README
2017-08-12 07:47:42 -06:00
fengalin
c323f81b8c Update docker container build script and README
- Use https for redox apt repository
- Import the repository's key
- Update [toolchain packages' names](https://github.com/redox-os/cookbook/pull/59)
- Install `wget` which is needed by [coobook/recipes/xz](https://github.com/redox-os/cookbook/blob/master/recipes/xz/recipe.sh)
- Update README file to reflect the [discussion about when the submodules are needed](https://github.com/redox-os/redox/pull/1005#discussion_r129432929)
- Update README file to suggest using `make fetch all` in place of `make update all` since `Cargo.lock` files come with the sources now. See this [comment](https://github.com/redox-os/redox/issues/1021#issuecomment-320946322)

Note: current source tree generation requires runing the docker container with `bash -c RUSTFLAGS=\"-A unused_mut\" make fetch all` in place of `make fetch all`
2017-08-12 15:29:27 +02:00
Jeremy Soller
a61450e16a Update cookbook 2017-08-12 06:45:31 -06:00
Jeremy Soller
9175dec21e Update rust 2017-08-12 06:45:14 -06:00
Jeremy Soller
a2f26717ec Update kernel 2017-08-09 21:06:11 -06:00
Jeremy Soller
2a9817e5e6 Revert rust to upstream master 2017-08-09 20:49:42 -06:00
Jeremy Soller
9179e2d3e0 Update Rust 2017-08-09 20:48:48 -06:00
Jeremy Soller
7ff5b34480 Update kernel 2017-08-09 20:36:39 -06:00
Jeremy Soller
383cc2372e Merge branch 'master' of https://github.com/redox-os/redox 2017-08-09 20:36:20 -06:00
Jeremy Soller
1dcfd89250 Update cookbook 2017-08-09 20:36:13 -06:00
Jeremy Soller
95101b7dfe Update kernel 2017-08-06 15:42:46 -06:00
Jeremy Soller
785ef9a210 Update cookbook, installer 2017-08-02 21:17:23 -06:00
Jeremy Soller
183f2d5126 Update submodules 2017-08-02 19:56:07 -06:00
Jeremy Soller
98a2e0f58c Update kernel 2017-08-02 19:07:09 -06:00
Jeremy Soller
6e0c0a0894 Update kernel and redoxfs 2017-08-02 19:00:13 -06:00
Jeremy Soller
e20c93a3b0 Merge branch 'master' of https://github.com/redox-os/redox 2017-08-01 19:46:35 -06:00
Jeremy Soller
cded5264bf Update cookbook and redoxfs 2017-08-01 19:46:22 -06:00
Jeremy Soller
c1b7b6d9bb Merge pull request #1013 from garasubo/improve-readme
improve README
2017-08-01 09:15:47 -06:00
garasubo
f7e2de5629 improve README
Add an instruction about redox toolchain
2017-08-01 23:17:32 +09:00
Jeremy Soller
6aec74ec2c Merge pull request #1007 from michelboaventura/patch-1
Fix directions on how to install qemu on Gentoo
2017-07-29 12:03:13 -06:00
Jeremy Soller
2b0d014d90 Update submodules 2017-07-29 08:27:48 -06:00
Jeremy Soller
4af0d2bd84 Only update packages in toml 2017-07-29 08:19:47 -06:00
Jeremy Soller
40b8c921a6 Update kernel and rust 2017-07-29 08:18:07 -06:00
Jeremy Soller
6f4e5782f6 Merge pull request #1008 from garasubo/improve-build-instruction
add instruction about docker image into README
2017-07-28 06:31:47 -06:00
garasubo
d420cd6363 add instruction about docker image
In some Linux distribution, it is hard to install redox's toolchain.
I think it is kind if README tell us the way to setup with docker.
2017-07-28 21:22:48 +09:00
Jeremy Soller
feb1abcbca Update kernel, update rustc version in README 2017-07-26 21:14:47 -06:00
Jeremy Soller
a4353ca274 make update will update cookbook 2017-07-26 20:35:49 -06:00
Jeremy Soller
ef442fdf24 Merge branch 'master' of https://github.com/redox-os/redox 2017-07-26 20:33:45 -06:00
Jeremy Soller
03c1f21e73 Update rust, installer 2017-07-26 20:33:40 -06:00
Michel Boaventura
7d319b50f9 Fix directions on how to install qemu on Gentoo
In order to have ``qemu-system-x86_64`` we need to enable ``x86_64`` on ``QEMU_SOFTMMU_TARGETS``, not ``i386``
2017-07-26 22:53:23 -03:00
Jeremy Soller
f1f264c8a3 Merge pull request #1006 from michelboaventura/patch-1
Skip fuse install on gentoo if already installed
2017-07-26 19:06:36 -06:00
Michel Boaventura
8383299751 Skip fuse install on gentoo if already installed
The bootstrap.sh script always installs fuse on gentoo. This small change just checks if it is already installed and skip it if so.
2017-07-26 21:14:18 -03:00
Jeremy Soller
3d12947b72 Update submodules 2017-07-26 08:20:43 -06:00
Jeremy Soller
315262f515 Merge pull request #1005 from fengalin/docker_user_env
Build docker container with ready to use user env
2017-07-25 18:05:40 -06:00
fengalin
95915513ee Build docker container with ready to use user env
Prepare user environment at build time and update user and group id at runtime if necessary.
Update submodule sync step to avoid a dependency on cargo
Run `make update all` instead of just `make all`. The target `update` didn't update the container environment since it was executed on the host.
2017-07-26 00:18:27 +02:00
Jeremy Soller
72674a6e6a Update redoxfs 2017-07-24 21:17:28 -06:00
Jeremy Soller
a4dfbecf34 Update kernel 2017-07-23 20:23:58 -06:00
Jeremy Soller
2cb3c67c14 Merge branch 'master' of https://github.com/redox-os/redox 2017-07-23 16:59:33 -06:00
Jeremy Soller
3aaa500b07 Update cookbook 2017-07-23 16:59:28 -06:00
Jeremy Soller
3e5c703da3 Merge pull request #1004 from fengalin/docker_on_selinux
Add a mention for selinux systems in Docker README
2017-07-23 16:54:32 -06:00
fengalin
ff30f86664 Add a mention for selinux systems in Docker README
Selinux blocks the following:
- gosu execution labeling (no selinux policy).
- permission is denied to the container's user on the tree source binding
under /src. Using a different location doesn't solve the issue.

The workaround consists in disabling selinux labeling when running the container.
2017-07-24 00:29:33 +02:00
Jeremy Soller
f85263b43a Update kernel 2017-07-23 16:03:41 -06:00
Jeremy Soller
1562da71b0 Update kernel 2017-07-23 14:47:56 -06:00
Jeremy Soller
ebc5779776 Merge branch 'master' of https://github.com/redox-os/redox 2017-07-23 11:58:33 -06:00
Jeremy Soller
2800c0964f Update cookbook 2017-07-23 11:58:28 -06:00