summaryrefslogtreecommitdiffstats
path: root/silo.py
Commit message (Collapse)AuthorAgeFilesLines
* the bootloader files belong in booty now, so axe them from here. moveJeremy Katz2002-02-131-467/+0
| | | | needsEnterpriseKernel into iutil
* copyrightMatt Wilson2001-06-221-0/+15
|
* added boolean to partitionList() to tell us if partition is preexisting or notMike Fulbright2001-01-121-2/+2
|
* Made two different calls to get maxcyl of partitions, one for reading from ↵Mike Fulbright2001-01-111-2/+2
| | | | drive directly, the other for getting it from the ddruid object. Added one entity to tuple returned from partitionList(), fixed up code to reflect change
* import rpmMatt Wilson2000-07-251-0/+1
|
* move all string access of headers to int constantsMatt Wilson2000-07-251-1/+2
|
* finalize silo conversion to new lilo baseMatt Wilson2000-06-191-10/+1
|
* s/lilo/siloMatt Wilson2000-06-191-3/+3
|
* first pass at silo changeMatt Wilson2000-06-191-4/+12
|
* device of "None" should skip writing silo.confErik Troan2000-03-071-0/+2
|
* Fix RAID1 root SPARC PROM aliases.jakub2000-03-061-1/+3
|
* MbrDevice is something different on SPARC than on Inteljakub2000-02-161-53/+119
| | | | Bootable RAID1 support for SILO
* s/instPath/instRoot/Matt Wilson2000-02-051-1/+1
|
* argh! more LiloConfigFile() stuff!Matt Wilson2000-02-051-2/+2
|
* move makeinitrd here.Matt Wilson2000-02-051-1/+14
|
* s/LiloConfiguration/LiloConfigFileMatt Wilson2000-02-051-2/+2
|
* make silo installMatt Wilson2000-02-051-1/+3
|
* use passed in variables - not self.todoMatt Wilson2000-02-051-5/+5
|
* s/Lilo/SiloMatt Wilson2000-02-051-1/+1
|
* more sparc changesMatt Wilson2000-02-051-1/+2
|
* massive silo change over to new lilo styleMatt Wilson2000-02-051-91/+95
|
* Misc sparc fixes.jakub2000-01-101-24/+19
| | | | | Use stripped down gzread to uncompress .mo files when loading them, so we don't have to gunzip them in the filesystem.
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-0/+6
|
* Surround append= argument with quotes.jakub1999-11-111-1/+1
|
* silo append setting, rpmmodule test case changes, gnome-map module CFLAGS changeMatt Wilson1999-11-101-0/+3
|
* Python does not like uninitialized variables...jakub1999-10-061-0/+1
|
* Silo fixups, don't query videoRam size on SBUS and UPA, it will be bogus anyway,jakub1999-10-051-6/+28
| | | | | remember DNS settings from first stage loader as defaults for second stage, wait a little bit longer so that X server can have time to get up.
* Use start sector to find out in which partition if any is MBR located in.jakub1999-10-041-1/+22
|
* First piece of changes to make serial install possible.jakub1999-10-031-0/+4
| | | | More to come once I don't sit behind 14.4k modem and can do more debugging.
* Cards with 1M of video RAM were given incorrect modes (on PCs as well).jakub1999-10-011-1/+1
| | | | | Do fbconProbing if ddcprobe was not successful (or was missing). Fix a typo in silo.py.
* More SILO hacks, make language choice box reasonably sized, don't bringjakub1999-09-291-6/+26
| | | | up MouseWindow for Sun mouse. Recognize SunOS 4 (hopefully).
* Further SILO hacks and fixes.jakub1999-09-291-13/+99
|
* need to add the /dev/ to the root= line as we don't storeMatt Wilson1999-09-281-1/+1
| | | | the full path to nodes.
* oops - remove the -r flag, as we're chroot()'ing first.Matt Wilson1999-09-281-1/+1
|
* you need to do a chroot () here as silo tries to accessMatt Wilson1999-09-281-2/+3
| | | | /dev/foo before a chroot () with -r
* need this.\Matt Wilson1999-09-281-0/+1
|
* missing 'string'Matt Wilson1999-09-281-1/+1
|
* more from jjMatt Wilson1999-09-281-16/+20
|
* sparc fixesMatt Wilson1999-09-281-1/+1
|
* addedMatt Wilson1999-09-271-0/+197