Sponsored Content
Operating Systems Linux Installation of Linux in 300 MHz with 128 MB ram Post 302174010 by Perderabo on Sunday 9th of March 2008 03:59:07 PM
Old 03-09-2008
Fodora download page is: Fedora Project

You can certainly run the versions labeled i386. I'm pretty sure that you are compatable with the versions labeled i686 as well. The i686 chips first cam out in the mid 90's and I doubt that anything earlier than that can run at 300 MHZ.

You will need to decide which you want. The install media is what you're used to. You boot it and it interacts with you to install the OS on a hard disk. The "live media" is different. You boot it and it ignores the hard disk. You do not install anything... it is an OS on a CD. Pretty cool way to try out an OS, but not how I would want to operate.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How much RAM does RH Linux need?

I wish to install Red Hat linux 7.1 on a machine with 16mb of EDO Ram. When I enter the instalation process I am told 'You do not have enough memory'. Is there a way to install RHL with only the 16? Or will I have to upgrade and buy some very expensive EDO. ~ Paul (3 Replies)
Discussion started by: KrazyGuyPaul
3 Replies

2. UNIX for Dummies Questions & Answers

Linux for Pentium @ 150 Mhz and 98Mb in RAM?

I don't know a lot of the world of Linux, but i want to start with an old machine; did someone knows if i can install Linux in a computer with a processor Pentium (not celeron) @ 133 Mhz, 98Mb in RAM (PC100) and 3Gb Hard Drive? a friend tell me about Ubuntu and openSUSE, but I don't know if... (5 Replies)
Discussion started by: Omega
5 Replies

3. Solaris

Minimum RAM for solaris 10 installation

Hello, This is my first post to this forum. Recently I tried to install sun solaris 10 on my home pc. But the installation failed due to not enough RAM. I'm quite familiar with linux installation but this was my first with solaris. Usually in these cases I would just install the bare... (9 Replies)
Discussion started by: ravinandan
9 Replies

4. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. Solaris

Solaris Installation on PC with 1.6Ghz and 512 RAM

Hi, I am having one PC with 1.6 GHz, 512MB RAM and hard disk with 4.0 GB Can I install any version of Solaris. if yes then please tell me in detail or if no, then what other UNIX flavour is available with me. Thanx. (1 Reply)
Discussion started by: sanjay1979
1 Replies

6. Linux Benchmarks

HP C3750 workstation, PA-8700+ 875 MHz 2 GB RAM

CPU/Speed: 875 MHz Ram: 2 GHz Motherboard: Bus: PCI Cache: 2.25MB Controller: SCSI Disk: 2x SEAGATE ST373405LC 73 GB Load: 1 user, idle Kernel: 2.6.26-2-parisc Kernel ELF?: pgms: gcc version 4.3.2 (Debian 4.3.2-1.1) Shell scripts (8 concurrent) 1 2 3 Dc: sqrt(2) to 99 decimal... (0 Replies)
Discussion started by: chatuser
0 Replies

7. Solaris

T5140 CPU Speed is 1200 Mhz or 1165 Mhz?

Hi bros, CPU speed of Sun Sparc Enterprise T5140 in data sheet is 1200 Mhz. Why it shows in "prtdiag -v" command each thread just has speed at 1165 Mhz. Thank you, tien86 (4 Replies)
Discussion started by: tien86
4 Replies

8. Shell Programming and Scripting

Variable equal to zero Linux 2.6.32-300.39.2.el

friends as I can query for a variable that is zero, from a shell ?? (3 Replies)
Discussion started by: tricampeon81
3 Replies
PKGENPACK(1)							  [FIXME: manual]						      PKGENPACK(1)

NAME
pkgenpack - PackageKit Pack Generator SYNOPSIS
pkgenpack [--help] [--verbose] [--with-package-list] [--output] [--package] [--updates] DESCRIPTION
This manual page documents briefly the pkgenpack command. pkgenpack is the command line client for PackageKit for creating service packs. WHAT IS A SERVICE PACK
? A service pack is a tarball which contains a set of packages and their dependencies. The user can reduce the dependencies to be packed using the --with-package-list option. Along with the dependencies, a service pack has a file named metadata.conf which contains the information about the distribution and creation date of the pack. CREATING A SERVICE PACK
? A service pack is created using the command pkgenpack. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Show summary of options. --verbose Show extra debugging information. --with-package-list Set the filename of dependencies to be excluded. Generally, the file list of packages is generated when doing a PackageKit refresh on the target system. If not specified, pkgenpack uses /var/lib/PackageKit/system.package-list by default. --output The directory to put the pack file, or the current directory if omitted. --package The package to be put into the ServicePack. --update Put all updates available in the ServicePack. NAMING A SERVICE PACK
The only valid extension for a service pack is ".servicepack". EXAMPLES
1. Tim is facing problems with his Internet connection at home. He needs a service pack with valgrind and it's dependencies for his system. He asks James to generate a pack for him. Both know James's system should contain similar packages as Tim's system, as both of them have installed Fedora 9 two days ago. James simply runs: [james@jamesbook:~]$ pkgenpack --output=/media/USB/TimPacks --package=valgrind This generates a file /media/USB/TimPacks/valgrind-fedora-9-i686.servicepack on the USB key Tim gave to James. Tim can now go home, insert the USB key and double clicks on the valgrind-fedora-9-i686.servicepack file to be prompted to install these packages. 2. Bill wants to create a service pack named kdegames-fedora-9-i686.servicepack for his new system which does not have an internet connection. He generates a list of packages on his system using pkcon list-create and copies that list to his USB key. He then gives that USB to Rishi who has a good internet connectivity. Rishi runs the following command on his system: [rishi@devils-temple:~]$ pkgenpack --with-package-list=/media/USB/bill.package-list --output=/home/rishi/Desktop --program=kdegames This generates a service pack, kdegames-fedora-9-i686.servicepack, on Rishi's Desktop, which can be distributed to Bill and users with similar requirements. INSTALLING A SERVICE PACK
Service Packs can be installed using pkcon. For example: [hacker@tim-lounge:~]$ pkcon install /media/USB/TimPacks/valgrind-fedora-9-i686.servicepack SEE ALSO
pkmon (1). pkcon(1). AUTHOR
This manual page was written by Shishir Goel crazyontheedge@gmail.com and Richard Hughes richard@hughsie.com. COPYRIGHT
Copyright (C) 2008 Shishir Goel [FIXME: source] 31 July,2008 PKGENPACK(1)
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy