summaryrefslogtreecommitdiffstats
path: root/bootloader.py
Commit message (Collapse)AuthorAgeFilesLines
...
* fix-up so we only write out config files if there are any kernels beingJeremy Katz2001-08-211-12/+33
| | | | | installed and if not, we should pop up a warning telling the user that we're not changing the configuration (52099)
* and handle if it exists already (thanks matt)Jeremy Katz2001-08-171-0/+5
|
* symlink /boot/grub/menu.lst for people who are used to grub alreadyJeremy Katz2001-08-171-0/+1
|
* remove stale efi entries (50779)Jeremy Katz2001-08-131-0/+28
|
* add '-w' option to efibootmgr invocation, so that a disk id gets written ↵Bill Nottingham2001-08-101-1/+1
| | | | (#50717)
* don't include rootdev in the device.map unless we need it since that could ↵Jeremy Katz2001-08-091-1/+0
| | | | be a raid device which would be bad
* fix ia64Matt Wilson2001-08-091-1/+2
|
* hook edd detection for lilo back in (51096)Jeremy Katz2001-08-081-1/+12
|
* argh, have to have device.map containing all of the devices we use (50904, ↵Jeremy Katz2001-08-071-2/+17
| | | | 49299, 50800)
* give an example stanza with both kernel and initrd and a small bit of ↵Jeremy Katz2001-08-071-3/+8
| | | | explanation (51032)
* add a comment about not having to rerun grub, and fix permissions again ↵Jeremy Katz2001-08-011-0/+6
| | | | (when did I lose that?)
* set bootloader default properly for grub (50249)Jeremy Katz2001-08-011-1/+17
|
* don't use makeactive when setting up the chainlist for dos-ish os's since ↵Jeremy Katz2001-07-311-1/+1
| | | | it's not really needed (49803)
* change default timeout to be 10 secs for grub (50217)Jeremy Katz2001-07-311-1/+1
|
* make modules.conf prior to package installation so the kernel %post mkinitrdJeremy Katz2001-07-301-15/+2
| | | | | | does the right thing now we don't have to mkinitrd in bootloader.py!
* handle the weird raid controllers rightJeremy Katz2001-07-251-5/+20
|
* dual boots with ntJeremy Katz2001-07-251-0/+4
|
* skip bootloader screens/setup if rootOnLoopMike Fulbright2001-07-241-0/+8
|
* kill debug spewJeremy Katz2001-07-201-2/+0
|
* identity crisisJeremy Katz2001-07-201-1/+1
|
* handle long labels properly everywhereJeremy Katz2001-07-201-13/+17
|
* set the long or short label depending on which should be changed (49446)Jeremy Katz2001-07-191-4/+6
|
* use grub-install --just-copy to copy the stages into place so that weJeremy Katz2001-07-191-9/+20
| | | | can then install the bootloader and have it work
* fixes something jeremy brokeMike Fulbright2001-07-191-2/+2
|
* a few more bootloader options output and some sanity checking of the root ↵Jeremy Katz2001-07-191-0/+11
| | | | partition
* use actual partition type as one of the criteria in determining if it shouldJeremy Katz2001-07-191-1/+4
| | | | be the DOS install on the system
* raid1 for /boot no longer blows up with either lilo or grub; swap the order ↵Jeremy Katz2001-07-181-15/+29
| | | | of writing out config files for lilo and grub
* fix mbr vs partition install of bootloader via kickstartJeremy Katz2001-07-171-3/+8
|
* write both lilo and grub configs out (49195)Jeremy Katz2001-07-161-6/+9
|
* ditto, why is the grub stuff coming up on ia64 anway?Matt Wilson2001-07-131-0/+1
|
* and some UI seems to access this directly (fixing ia64 upgrades in beta2)Matt Wilson2001-07-131-0/+1
|
* define get in base class -- for some reason non-ia32 bootloader UIs are ↵Matt Wilson2001-07-131-0/+3
| | | | calling this
* move GUI GRUB password to a new screenbfox2001-07-111-0/+3
|
* add ability to set grub password in gui and tuiJeremy Katz2001-07-101-0/+7
|
* fix up going back to the partitioning screen and forward to it again...Jeremy Katz2001-07-091-6/+10
| | | | also, don't setup bootloader choices while going backwards
* support for setting grub passwordsJeremy Katz2001-07-091-1/+23
|
* add backend support for forcing lba32 modeJeremy Katz2001-07-091-8/+26
| | | | run grub with --no-floppy
* take into account whether or not we have a separate /boot for splashimageJeremy Katz2001-07-091-10/+15
| | | | make grubbyPartitionName handle just the disk as well
* fix device setting for raid devicesJeremy Katz2001-07-071-11/+0
| | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts
* don't always use ext2.. that's sillyJeremy Katz2001-07-061-1/+2
|
* should initialize efi correctly on a fresh ia64 nowJeremy Katz2001-07-061-0/+21
|
* fix bugs pychecker found...Jeremy Katz2001-07-061-13/+1
|
* typoMatt Wilson2001-07-031-1/+2
|
* write out the splashimage pathMatt Wilson2001-07-031-3/+4
|
* write out bootloader to ks.cfgJeremy Katz2001-07-031-0/+22
|
* ia64 really installs nowJeremy Katz2001-07-021-3/+4
| | | | | reference paths to initrd and kernel based on kernelLocation only try to boot dos partitions on i386
* fix another niggle and add the ia64 bitsJeremy Katz2001-07-021-2/+36
|
* fix dual bootJeremy Katz2001-07-021-2/+2
|
* make some of the bootloader bits more generic in preparation of landing theJeremy Katz2001-07-021-122/+170
| | | | | ia64 bootloader bits. this also makes lilo work again for those poor souls who don't realize how nice grub is :)
* change name by defaultMike Fulbright2001-06-271-1/+1
|