Skip to content

Commit 0169148

Browse files
committed
Remove outdated fw2tar install information from README
1 parent 7c760ee commit 0169148

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ There are typically four phases to rehosting a system with Penguin:
1313
### Obtain target filesystem
1414

1515
Before you start with Penguin, you'll need an archive of a firmware root filesystem. This is a tarball of the root
16-
filesystem with permissions and ownership preserved. You can generate this with the [fw2tar](https://github.com/rehosting/fw2tar) utility or by hand.
17-
18-
To install fw2tar (once you have penguin installed):
19-
```
20-
docker image tag rehosting/penguin rehosting/fw2tar
21-
22-
# global install
23-
docker run rehosting/fw2tar fw2tar_install | sudo sh
24-
25-
# local install
26-
docker run rehosting/fw2tar fw2tar_install.local | sh
27-
```
16+
filesystem with permissions and ownership preserved. You can generate this with the [fw2tar](https://github.com/rehosting/fw2tar) utility or by hand. [Installing Penguin](#installation) will also install fw2tar without requiring an additional container. Updating from an old penguin version may require rerunning the installation script to install fw2tar.
2817

2918
To use fw2tar:
3019
```
@@ -119,18 +108,6 @@ docker run rehosting/penguin penguin_install.local | sh
119108
You can also build your penguin container from source and do local software development
120109
by following the instructions in [docs/dev.md](docs/dev.md)
121110

122-
## Install `fw2tar` dependency
123-
124-
You should also install [fw2tar](https://github.com/rehosting/fw2tar) so you can convert
125-
firmware into the format penguin expects. This process is documented in the `fw2tar` repo,
126-
but is nearly identical to the steps shown above - just pull the container and follow the
127-
instructions shown when you run the container.
128-
129-
```sh
130-
docker pull rehosting/fw2tar
131-
docker run rehosting/fw2tar # Follow the instructions shown
132-
```
133-
134111
# Learn more about Penguin
135112

136113
To learn more about Penguin you can look in the [docs](docs/) directory or run the `docs`

0 commit comments

Comments
 (0)