https://github.com/davidar/fsimage
https://github.com/davidar/fsimage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidar/fsimage
- Owner: davidar
- License: other
- Created: 2009-06-19T01:46:57.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-06-19T02:03:27.000Z (almost 17 years ago)
- Last Synced: 2025-02-09T23:48:09.082Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.62 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: COPYING
Awesome Lists containing this project
README
As fsimage appears to be no longer available[1], I'm republishing it here with a
few minor alterations:
1) To save space, source archives have been removed. Consequently, if you would
like to compile fsimage from source, you will need to download the following
files into guest/src/
http://ftp.gnu.org/gnu/binutils/binutils-2.15.tar.bz2
http://www.busybox.net/downloads/legacy/busybox-1.00.tar.bz2
http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.35.tar.gz
http://ftp.gnu.org/gnu/gcc/gcc-3.4.2/gcc-3.4.2.tar.bz2
http://ftp.gnu.org/gnu/glibc/glibc-2.3.3.tar.bz2
http://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-2.3.3.tar.bz2
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2
http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-3.6.19.tar.gz
http://ftp.gnu.org/gnu/tar/tar-1.14.tar.bz2
2) The two original archives[2,3] have been merged. Therefore, to skip the
compilation step, simply delete/rename guest/Makefile, before running
./configure && make && make install
[1] http://www.smallworks.com/~jim/fsimage/
[2] http://www.smallworks.com/~jim/fsimage/fsimage-0.1.2.tar.gz
[3] http://www.smallworks.com/~jim/fsimage/fsimage-0.1.2-guest-src.tar.gz