You can subscribe to this list here.
2002 |
Jan
|
Feb
(6) |
Mar
|
Apr
(6) |
May
(4) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(8) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
(14) |
Nov
(10) |
Dec
(6) |
2004 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Roger B. <ro...@ro...> - 2002-02-24 05:21:14
|
I have released UML Builder 1.0. There are no functional changes since 0.9-3 and it works well. I have also started work on a different user interface. This is to allow the configuration of more settings, without annoying every user with the minute detail. A derived interface will also be used to allow changing many settings after you have created a guest instance. If you install 1.0, run umlbuilder_gui_v2demo to see what it will look like. Roger |
From: Roger B. <ro...@ro...> - 2002-02-02 22:50:22
|
I am going to make UB create a file called settings in the install directory. This will contain all the settings for the session and will be sourceable by the control script. The control script will then effectively become read only since you'll only ever need to change things in the settings file. The second step is a graphical control program which will effectively edit the settings file. (Power users can use vi :-) This will allow easy adding/removing of filesystems, having undoable disks, resizing memory/swap etc. Roger |
From: Roger B. <ro...@ro...> - 2002-02-02 21:55:04
|
> I noticed that one of UML Builder's know problems was that reiserfs > doesn't work on / and you are talking about the need to use an initrd to > solve this. The reason is because the standard UML rpm that Jeff distributes has reiserfs as a module. The modules reside on the root filesystem (under /lib/modules) and root can't be mounted. If you build UML yourself, then you can include reiserfs as a builtin so this situation won't arise. UML Builder does in fact create an initrd. The main problem is that I don't know how to use this. Some distributions (eg Caldera) don't include the mkinitrd program either. Roger |
From: Jonathan R. <mma...@ya...> - 2002-02-02 19:37:27
|
Roger, I noticed that one of UML Builder's know problems was that reiserfs doesn't work on / and you are talking about the need to use an initrd to solve this. There shouldn't be any need for this. I've been successfully creating reiserfs on root for a long time. The only thing to watch out for is that the fs is > than a certain size, I think it is 30M or something, this is because it is a journaling fs and it requires some space for that journal. You may want experiment with gbootroot to discover the required size, I think this is probably the cause of this problem. Regards, Jonathan |