summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* alpha should have translations probablyJeremy Katz2008-02-141-5/+0
|
* Remove some things that aren't used anymoreJeremy Katz2008-02-142-23/+0
|
* Don't run pkgorder as a part of buildinstall anymoreJeremy Katz2008-02-141-12/+1
|
* Remove duplicate file from the file listsJeremy Katz2008-02-141-1/+0
|
* Don't use the static versions of these anymore as they're likely to go awayJeremy Katz2008-02-141-10/+2
|
* Remove weird s390 hack that shouldn't be needed any moreJeremy Katz2008-02-141-6/+0
|
* Make makebootfat less noisyJeremy Katz2008-02-141-1/+1
|
* Get rid of dangling fobpath stuff; now that we're not mounting to createJeremy Katz2008-02-141-1/+1
| | | | the disk image, we need to use rm -rf to nuke the contents too
* Get rid of duplication for yaboot stuff to make scripts less noisyJeremy Katz2008-02-141-4/+3
|
* More fixing of mount paths (#432720)Jeremy Katz2008-02-141-3/+3
|
* Include util-linux-ng, which contains mount (#432720).Chris Lumens2008-02-141-2/+3
|
* Do the man pages in rescue mode the right way.Joel Andres Granados2008-02-122-7/+24
|
* Add the real mount programs to stage1.Chris Lumens2008-02-112-2/+10
|
* Add qla2xxx firmware (#377921)Jeremy Katz2008-02-081-0/+3
|
* Don't use the anaconda specific class here as there's little need for itJeremy Katz2008-02-081-3/+6
|
* We haven't ever populated _installed so don't try to use itJeremy Katz2008-02-081-6/+2
|
* Remove unused importsJeremy Katz2008-02-081-2/+0
|
* Remove no longer used dumphdrlist scriptJeremy Katz2008-02-081-57/+0
|
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-0/+2
|
* fsset.py tweaks for ext4dev & xfsEric Sandeen2008-01-311-0/+1
| | | | | | | | | | | ext4dev just got a "test_fs" flag which soon must be set in order for the kernel to mount it; this will prevent ext3 from accidentally getting mounted as ext4, and making it hard to go back. (when ext4 goes prime-time, the need for this flag will be removed). Also tweak the xfs class a bit; most mkfs arguments specified are actually defaults now, and there is a nicer labeling command available, xfs_admin - a 665-byte bash script which I added to upd-instroot too.
* our DT_NEEDED checking should pull these inJeremy Katz2008-01-311-2/+0
|
* Fix generation of stage1 images.Bill Nottingham2008-01-251-0/+1
|
* Fix a typo.Chris Lumens2008-01-251-1/+1
|
* Include new firstboot module.Chris Lumens2008-01-231-1/+1
|
* Remove kudzu-probe-stub.Chris Lumens2008-01-231-1/+0
|
* Add dogtail support (#172891, #239024).Chris Lumens2008-01-231-1/+24
| | | | Patches are from Alexander Todorov <atodorov AT redhat DOT com>.
* Update font paths.Chris Lumens2008-01-221-6/+4
|
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-01-173-21/+26
|\
| * Add the crc32c kernel module for iscsi (#405911).Chris Lumens2008-01-161-1/+1
| |
| * Add firstaidkit to the rescue image.Joel Andres Granados2008-01-161-1/+5
| |
| * udev support binaries are now all symlinks to udevadm; ship them as suchBill Nottingham2008-01-141-3/+3
| |
| * nss files have moved to /lib.Chris Lumens2008-01-141-7/+7
| |
| * Install new udev paths so HAL can talk to itBill Nottingham2008-01-131-0/+2
| |
| * Also get DSO deps for setuid binaries (like X).Chris Lumens2008-01-122-2/+2
| |
| * Fixup paths to chroot so we can run under sudo.Chris Lumens2008-01-121-4/+4
| |
| * Fix a typo.Chris Lumens2008-01-121-1/+1
| |
| * Include mkfs.gfs2 (#356661).Chris Lumens2008-01-101-1/+1
| |
| * Use the new default Japanese font (#428070).Chris Lumens2008-01-101-3/+2
| |
| * X now relies on libpciaccess, so add it to our list.Chris Lumens2008-01-081-1/+1
| |
* | Add some groups to pkgorder for jkeating to make the CDs come out right.Peter Jones2008-01-171-1/+1
|/
* Add cracklib-dicts (#426444)Jeremy Katz2007-12-211-1/+2
|
* Add buildinstall.functions (DSO dependency finding)Bill Nottingham2007-12-191-0/+120
|
* Remove obsolete bits that we no longer need with module trees.Bill Nottingham2007-12-191-19/+2
|
* Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ↵Bill Nottingham2007-12-192-123/+51
| | | | | | | | | tree. These are actually in /modules and /firmware and symlinked, in both the first and second stage. Don't use tools to edit modules.alias, just run depmod on the pruned module set. Compress modules to save in-RAM space.
* Switch to a dynamically linked stage 1.Bill Nottingham2007-12-193-186/+44
| | | | | | | | | | | - Use udev, not udev-static. - Include module-init-tools. - Link loader dynamically. - Split DSO dependency finder off into a separate functions file; use it in both mk-images and upd-instroot - Adjust mk-images to use it - Nuke hardcoded s390 library list for stage1 - Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files
* Validation of root password with cracklibHARA Hiroshi2007-12-171-1/+3
| | | | | | | | | | | | | | | Current anaconda validates only length of root password. but passwd command validates more things for password like the following... ------------------------------------------- Changing password for user root. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: ------------------------------------------- so I added the validation of root password to anaconda using cracklib same as passwd.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-174-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-1726-24/+436
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Update crypto module names to keep up with kernel.David Lehman2007-12-121-1/+1
|