Author Topic: (need perl scripter) draklive install and low-ram machines.  (Read 5450 times)

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
(need perl scripter) draklive install and low-ram machines.
« on: December 29, 2010, 05:02:06 PM »

As some may know I am playing with making an iso that is (in part) touted toward older/lower ram machines, he Lowest RAM that repeatedly installs with ease and without issue is 112megs on a Pentium3.

I suspect it will install on even lower RAM  machines but for a RAM usage bottleneck that happens shortly after draklive-install starts right after the /user/media (iirc) line if launched via CLI

Now I have put some thought into a couple of potential solutions, first would be the use of compcache, although I am not sure if there would be any gain on a machine with 64megs of ram to start with (64megs is my idealistc install target, witha GUI installation it may be closer to 80 megs in reality), unless I was able to have draklive-install lunch with compcache providing a little boost as it his the bottleneck...

The other option I could think of would be to have draklive-install make ncurses calls instead of gtk? I have no idea how this would be implemented or if it is possible. certainly booting the wmii iso into runlevel 3 eats about 40megs of ram and adding X on top another 16-20 megs so having a ncurses installer option would take a lot out of the equation and make PCLinuxOS installable on nealy any i686 machine - the minimum spec's fall dramatically.

Some have asked me why try and install on such low RAM - my answer is scalability , it may be handy to be able to install PCLinuxOS on a machine to act as a client to another (such as a thin client) the other reason is that there are plenty of pentium2 machines out there - our kernel does well on these machines so lets make it easier and  more comfortable for the user, if they don't like WMii as an interface they could install another WM after install, the main point is to ensure at all the apps used are 'standard PClinuxOS applications' so whatever the solution (if there is one) it will be avaialable for all to use.

So i guess the point of this post is...

are either of the two options above possible? (preference to an ncurses version if possible)

Thanks for your time in reading,

Jase


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: draklive install and low-ram machines.
« Reply #1 on: December 29, 2010, 05:06:47 PM »
+1 to the text install idea!

draklive-install-text would rock! Hootiegibbon - the WMII iso is fantastic. Very alternative. Very light. Very very good. KDE4 iso is SUPER SWEET... but has no chance to run on 112 mb of ram... Please understand the need of the alternate iso for the notsonew machines. Hootiegibbons iso is the lightest iso I have ever tried.

Please can someone write / create a text mode installer for PCLinuxOS?

Regards.

Andy
« Last Edit: December 29, 2010, 05:09:54 PM by AndrzejL The Paranoid Pole »

Offline rubentje1991

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2110
  • Rubenus Parvus MCMXCI
Re: draklive install and low-ram machines.
« Reply #2 on: January 09, 2011, 08:28:28 AM »
That would be great!
=> going to play a little with an old IBM-computer soon (older than me I think  :))

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: draklive install and low-ram machines.
« Reply #3 on: January 09, 2011, 09:13:31 AM »
Yeah - guys - is there any scripter who would be willing to do this?

I can't code at all... but it would be great to see this going... So far the only limitation for installation on the machine with less then 112 MB of RAM is the current install script.

If we could have the text based installation as alternative... possibilities would be much greater...

I know I have few machines that I could install pclinuxos on if they were capable of installing it...

Andy
« Last Edit: January 09, 2011, 09:26:53 AM by AndrzejL The Paranoid Pole »

Offline rafih

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 50
  • jestem na #PCLinuxOS-PL
Re: draklive install and low-ram machines.
« Reply #4 on: January 09, 2011, 09:38:14 AM »
+1 for the text installation script

Offline tofo1

  • New Friend
  • *
  • Posts: 8
Re: draklive install and low-ram machines.
« Reply #5 on: January 09, 2011, 01:15:15 PM »
+1

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: draklive install and low-ram machines.
« Reply #6 on: January 13, 2011, 11:06:47 AM »
I'm not sure, what is a text installation script?

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: draklive install and low-ram machines.
« Reply #7 on: January 13, 2011, 01:03:40 PM »
It would be something that will install PCLinuxOS without ANY X server running - lets say even in runlevel 3.

Regards.

Andy

Offline rubentje1991

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2110
  • Rubenus Parvus MCMXCI
Re: draklive install and low-ram machines.
« Reply #8 on: January 13, 2011, 11:41:10 PM »
It would be something that will install PCLinuxOS without ANY X server running - lets say even in runlevel 3.

Regards.

Andy

so that there isn't any need of starting a X server during installation
=> necessary for pc's with a very small RAM memory.... (= old pc's)

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3793
Re: draklive install and low-ram machines.
« Reply #9 on: January 13, 2011, 11:47:34 PM »
Most of the drake tools can work in text mode. It should be possible with the same existing libraries, but if I remember right, we don't have a lot of perl coders.  :'( ;)

Galen

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: draklive install and low-ram machines.
« Reply #10 on: January 14, 2011, 12:50:23 AM »
Most of the drake tools can work in text mode. It should be possible with the same existing libraries, but if I remember right, we don't have a lot of perl coders.  :'( ;)

Galen

About 2 or 3.

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
Re: (need perl scripter) draklive install and low-ram machines.
« Reply #11 on: January 14, 2011, 02:03:29 PM »
Most of the drake tools can work in text mode. It should be possible with the same existing libraries, but if I remember right, we don't have a lot of perl coders.  :'( ;)

Galen

About 2 or 3.

Thats 2 or 3 people that have wayy more talent than I  - any takers on this? - convert the live-install script to ncurses? - or perhaps somthing else?

Hopefully

Jase


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: (need perl scripter) draklive install and low-ram machines.
« Reply #12 on: January 14, 2011, 03:15:42 PM »
i'm not fit on perl, sorry, and ncurses not see at this time  :-[

Offline Hootiegibbon

  • Hero Member
  • *****
  • Posts: 4151
Re: (need perl scripter) draklive install and low-ram machines.
« Reply #13 on: January 14, 2011, 04:13:10 PM »
Draklive-install is not a PCLOS inhouse script.  It comes from Mandriva.  They've got the best config tools in the world IMO.  We can modify them to suit ourselves, but wouldn't it be better to write our own?

If we re-write or patch their tools, all our hours of work would be wiped out and overwritten on their next upgrade.  We're not talking about just an evening's work here.  LOL
We need our own packages, which is major work, but doable me thinks.


The possibility of an in-house PCLinuxOS install script? - that would be very very cool and somewhat Ideal

I appreciate that its not an easy task, but one that would incresae the scalability of PCLinuxOS and its various excellent iso images.

Jase


I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (need perl scripter) draklive install and low-ram machines.
« Reply #14 on: January 14, 2011, 04:16:35 PM »
Draklive-install is not a PCLOS inhouse script.  It comes from Mandriva.  They've got the best config tools in the world IMO.  We can modify them to suit ourselves, but wouldn't it be better to write our own?

If we re-write or patch their tools, all our hours of work would be wiped out and overwritten on their next upgrade.  We're not talking about just an evening's work here.  LOL
We need our own packages, which is major work, but doable me thinks.


The possibility of an in-house PCLinuxOS install script? - that would be very very cool and somewhat Ideal

I appreciate that its not an easy task, but one that would incresae the scalability of PCLinuxOS and its various excellent iso images.

Jase

+1 If it's doable, lets do it. :)