Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37743271
en ru br
ALT Linux repos
S:1.5.0-alt2
5.0: 1.4.1-alt1
4.1: 1.4.1-alt1
4.0: 1.4.1-alt1
3.0: 1.3-alt1

Other repositories
Upstream:1.4rc1

Group :: File tools
RPM: genext2fs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: genext2fs
Version: 1.4.1
Release: alt1

Summary: genext2fs creates a virtual ext2 file system in a single file
Copyright: GPL
Group: File tools

URL: http://genext2fs.sourceforge.net/
Source: http://dl.sourceforge.net/genext2fs/genext2fs-%version.tar.gz

%description
genext2fs generates an ext2 filesystem as a normal (non-root) user. It does
not require you to mount the image file to copy files on it, nor does it
require that you become the superuser to make device nodes.

Warning! genext2fs has been designed for embedded systems. As such, it will
generate a filesystem for single-user usage: all files/directories/etc...
will belong to UID/GID 0

%prep
%setup -q

%build
CC=gcc \
%configure
%make

%install
%make_install install DESTDIR=%buildroot

%files
%doc device_table.txt
%_bindir/*
%_man8dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin