https://github.com/donno2048/citur-m
A new repo based on CITUR-L with modified git history
https://github.com/donno2048/citur-m
docker docker-desktop iso linux modification
Last synced: 4 months ago
JSON representation
A new repo based on CITUR-L with modified git history
- Host: GitHub
- URL: https://github.com/donno2048/citur-m
- Owner: donno2048
- License: mit
- Created: 2020-10-09T06:46:10.000Z (over 4 years ago)
- Default Branch: linux-beta
- Last Pushed: 2020-10-09T07:01:50.000Z (over 4 years ago)
- Last Synced: 2025-01-06T16:50:13.103Z (5 months ago)
- Topics: docker, docker-desktop, iso, linux, modification
- Language: Shell
- Homepage:
- Size: 149 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CITUR
create iso to use [the linux version of Rosehip](https://github.com/donno2048/Rosehip-L)## In linux:
run init.sh to create the iso using `yes | sudo bash ./init.sh`if you get `bash: sudo: command not found` error you just need to run `apt-get install sudo`
make sure you are using internet which doesn't require any special certificate.
## Open the desktop app from the interpreter of the iso:
in the iso run the word rosehip to open the desktop## In windows:
1. download and install [docker desktop](https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe)
2. to check everything is set try running docker desktop
3. create an account at [docker-hub](https://hub.docker.com/signup)
4. run the following command in cmd: `docker login` and pass your username and password
5. run the command `docker run -ti ubuntu`
6. run the command `apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install tzdata -y && apt-get install git -y && apt-get install sudo -y && git clone --depth 1 https://github.com/donno2048/CITUR-L.git && cd CITUR-L/ && yes | sudo bash ./init.sh`
(to paste in the docker you need to right-click)
7. use some linux commands to send _Rosehip.iso_ to yourself somehow (it's under the _build_ folder)
see _DOCKER.md_ for details of how to build it from my docker image
you can also use [the windows version of CITUR](https://github.com/donno2048/CITUR)
the windows iso and the linux iso both using the same [setup steps](https://gist.github.com/donno2048/2fb40cc45e742a03feddb957896bfdb6) after you have the iso file