Gentoo Archives: gentoo-dev

From: "François Dupoux" <fdnews_gentoo@×××××××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo Based Rescue CD
Date: Tue, 10 Jun 2003 20:30:42
Message-Id: 200306102231.37276.fdnews_gentoo@partimage.org
In Reply to: [gentoo-dev] Gentoo Based Rescue CD by "Sean P. Kane"
1 Hi,
2
3 I am very interested by your message. IMHO, The official gentoo livecd is
4 already one of the most interesting rescue cd. We have parted, partimage...
5 But vim is missing.
6
7 One very important point: QtParted is a Qt graphical user interface for GNU
8 Parted. It uses parted, and other tools, such as mkfs.jfs, ...
9 It aims to replace Partition Magic.
10
11 There is no ebuild for the moment, but a bug is open:
12 http://bugs.gentoo.org/show_bug.cgi?id=18714
13
14 I am porting QtParted to autoconf/automake, in order to make it easy to use in
15 gentoo, qnd it needs a better quality build system. The current unstable
16 version works well with automake/autoconf, and the next stable release will
17 use it. I will now contribute to the source of QtParted.
18
19 QtParted don't use KDE. Then we can compile QtParted for Qt-embedded
20 (./configure --enable-embedded). This would allow to use QtParted without
21 XFree86, in the console with the FrameBuffer. Then, we would have a free
22 PartitionMagic clone on the gentoo bootable CD... IMHO, having an EASY
23 partition tool under Linux, with a easy to use Bootable CD (no need to
24 configure mouse and keyboard by hand) is very important.
25
26 I did not tested it, because QtParted needs Qt-3.1, and the latest version of
27 QtEmbedded in gentoo is Qt-3.0.5. We need to update the ebuild of Qt. But I
28 made another Qt project (PartGui), which worked with QtEmbedded. Then I know
29 it is possible.
30
31 If other people are interested in this project, you can join. We will progress
32 faster together. What we can need:
33 - write ebuild for qtparted, and Qt-embedded-3.1
34 - join to the QtParted project (if you know C++ and CVS)
35 - ...
36
37 regards
38
39 On Monday 09 June 2003 22:19, Sean P. Kane wrote:
40 > Has anyone made or considered making a bootable Gentoo Based Rescue CD
41 > (based on the LiveCD and Install CD work)? I think this could be a great
42 > idea and would actually like to give it a try, but I don't want to
43 > duplicate work and would love the input of others if they are
44 > interested.
45 >
46 > I haven't thought through this all the way yet, but some of the things
47 > that I think would make this truly powerful would include:
48 >
49 > a kernel compiled with emergency situations in mind (i.e. write support
50 > for NTFS, even if it isn't super stable) (maybe even a few compiled
51 > kernels selectable at boot, if need be.
52 >
53 > With portage you should be able to setup a nice sized ramdisk that would
54 > allow people to even emerge tools they might need that aren't on the
55 > disk for their rescue operation.
56 >
57 > Gentoo offers a very modern (cutting-edge) dist which means that it has
58 > the most useful tools for most situations.
59 >
60 > Etc......
61 >
62 > Any input regarding other attempts or general input would be
63 > appreciated.
64 >
65 > Thanks,
66 > Sean
67
68
69 --
70 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Gentoo Based Rescue CD "Sean P. Kane" <spkane@××××××××××.com>