Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Take advantage of yum repos being available | Jeremy Katz | 2008-02-28 | 1 | -21/+6 | |
| | | | | | | Instead of doing tricks with find, use repoquery and yumdownloader to download things like anaconda-runtime and kernels and firmware packages. This also has the nice side effect of letting us run buildinstall against an http repo | |||||
* | Fix backwards logic for yum verbosity | Jeremy Katz | 2008-02-27 | 1 | -1/+1 | |
| | ||||||
* | Fix up symlinks that could be broken with our movement here (#434882) | Will Woods | 2008-02-25 | 1 | -0/+14 | |
| | ||||||
* | Set yum output level based on whether or not we've passed --debug or not | Jeremy Katz | 2008-02-17 | 1 | -1/+2 | |
| | | | | This helps to make the log output a little bit easier to read | |||||
* | Clean up invocation of upd-instroot from buildinstall | Jeremy Katz | 2008-02-17 | 1 | -54/+48 | |
| | | | | | | Use named options when passing things to upd-instroot so that it's more clear as to what's going on. Explicitly pass the arch we're building for rather than trying to derive it based on the anaconda-runtime package | |||||
* | Fix up the groff related stuff for man pages to be done in the correct place | Jeremy Katz | 2008-02-14 | 1 | -0/+7 | |
| | | | | | We should be doing the linking for the groff stuff in upd-instroot as it isn't relevant for the initrds | |||||
* | Don't do fixmtimes anymore | Jeremy Katz | 2008-02-14 | 1 | -5/+0 | |
| | | | | | squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files | |||||
* | Don't compress translations | Jeremy Katz | 2008-02-14 | 1 | -8/+0 | |
| | | | | | Since we use a compressed filesystem, compressing the translations doesn't really buy us much if anything | |||||
* | Don't manually duplicate things from package %post scripts | Jeremy Katz | 2008-02-14 | 1 | -31/+0 | |
| | | | | | Now that we install packages and get scripts run, we don't need to run the contents of the scripts by hand | |||||
* | Keep /etc/nsswitch.conf and /etc/shells | Jeremy Katz | 2008-02-14 | 1 | -0/+2 | |
| | ||||||
* | Stop forcing passive mode for FTP by patching urllib | Jeremy Katz | 2008-02-14 | 1 | -25/+0 | |
| | | | | If we really need passive mode for installs, let's just set it properly | |||||
* | We don't use timezones.gz anymore anywhere | Jeremy Katz | 2008-02-14 | 1 | -8/+0 | |
| | ||||||
* | We shouldn't need to remove files that are only in -devel packages | Jeremy Katz | 2008-02-14 | 1 | -3/+0 | |
| | ||||||
* | Remove some obsolete files from the list to clean up noise in the output | Jeremy Katz | 2008-02-14 | 1 | -3/+0 | |
| | ||||||
* | We want nss bits on all arches these days | Jeremy Katz | 2008-02-14 | 1 | -4/+0 | |
| | ||||||
* | Just use default /etc/nsswitch.conf and /etc/shells | Jeremy Katz | 2008-02-14 | 1 | -26/+0 | |
| | ||||||
* | alpha should have translations probably | Jeremy Katz | 2008-02-14 | 1 | -5/+0 | |
| | ||||||
* | Remove some things that aren't used anymore | Jeremy Katz | 2008-02-14 | 1 | -19/+0 | |
| | ||||||
* | Remove duplicate file from the file lists | Jeremy Katz | 2008-02-14 | 1 | -1/+0 | |
| | ||||||
* | Don't use the static versions of these anymore as they're likely to go away | Jeremy Katz | 2008-02-14 | 1 | -10/+2 | |
| | ||||||
* | Remove weird s390 hack that shouldn't be needed any more | Jeremy Katz | 2008-02-14 | 1 | -6/+0 | |
| | ||||||
* | Get rid of duplication for yaboot stuff to make scripts less noisy | Jeremy Katz | 2008-02-14 | 1 | -4/+3 | |
| | ||||||
* | Include util-linux-ng, which contains mount (#432720). | Chris Lumens | 2008-02-14 | 1 | -2/+3 | |
| | ||||||
* | Do the man pages in rescue mode the right way. | Joel Andres Granados | 2008-02-12 | 1 | -7/+16 | |
| | ||||||
* | Add the real mount programs to stage1. | Chris Lumens | 2008-02-11 | 1 | -2/+5 | |
| | ||||||
* | fsset.py tweaks for ext4dev & xfs | Eric Sandeen | 2008-01-31 | 1 | -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 in | Jeremy Katz | 2008-01-31 | 1 | -2/+0 | |
| | ||||||
* | Fix generation of stage1 images. | Bill Nottingham | 2008-01-25 | 1 | -0/+1 | |
| | ||||||
* | Include new firstboot module. | Chris Lumens | 2008-01-23 | 1 | -1/+1 | |
| | ||||||
* | Remove kudzu-probe-stub. | Chris Lumens | 2008-01-23 | 1 | -1/+0 | |
| | ||||||
* | Add dogtail support (#172891, #239024). | Chris Lumens | 2008-01-23 | 1 | -1/+24 | |
| | | | | Patches are from Alexander Todorov <atodorov AT redhat DOT com>. | |||||
* | Update font paths. | Chris Lumens | 2008-01-22 | 1 | -6/+4 | |
| | ||||||
* | Add firstaidkit to the rescue image. | Joel Andres Granados | 2008-01-16 | 1 | -1/+5 | |
| | ||||||
* | nss files have moved to /lib. | Chris Lumens | 2008-01-14 | 1 | -7/+7 | |
| | ||||||
* | Also get DSO deps for setuid binaries (like X). | Chris Lumens | 2008-01-12 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo. | Chris Lumens | 2008-01-12 | 1 | -1/+1 | |
| | ||||||
* | Include mkfs.gfs2 (#356661). | Chris Lumens | 2008-01-10 | 1 | -1/+1 | |
| | ||||||
* | Use the new default Japanese font (#428070). | Chris Lumens | 2008-01-10 | 1 | -3/+2 | |
| | ||||||
* | X now relies on libpciaccess, so add it to our list. | Chris Lumens | 2008-01-08 | 1 | -1/+1 | |
| | ||||||
* | Add cracklib-dicts (#426444) | Jeremy Katz | 2007-12-21 | 1 | -1/+2 | |
| | ||||||
* | Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ↵ | Bill Nottingham | 2007-12-19 | 1 | -0/+4 | |
| | | | | | | | | | 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 Nottingham | 2007-12-19 | 1 | -120/+6 | |
| | | | | | | | | | | | - 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 cracklib | HARA Hiroshi | 2007-12-17 | 1 | -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. | |||||
* | GPLv2+ boilerplates for scripts/ scripts and other such odds and ends. | David Cantrell | 2007-12-17 | 1 | -0/+18 | |
| | ||||||
* | Include lshal so that we can get debugging from people if we need it | Jeremy Katz | 2007-12-10 | 1 | -0/+1 | |
| | ||||||
* | more PK directories | Bill Nottingham | 2007-12-10 | 1 | -1/+2 | |
| | ||||||
* | Catch errors from yum, exit on them. | Bill Nottingham | 2007-12-07 | 1 | -1/+1 | |
| | | | | | | When building the root for the second stage, we should a) catch stderr so we see yum errors in the log b) exit on those errors, as it's unlikely the images will be any good if we can't install the package set. | |||||
* | Switch to full dejavu-fonts, to match the installed OS default. | Bill Nottingham | 2007-12-07 | 1 | -4/+4 | |
| | | | | There's only a minimal size difference (1.2MB -> 1.4MB uncompressed.) | |||||
* | dejavu-lgc-fonts moved to a new directory | Bill Nottingham | 2007-12-07 | 1 | -3/+3 | |
| | ||||||
* | Install udev, udev-static, dbus, hal, dbus-python. Keep various pieces in ↵ | Bill Nottingham | 2007-12-07 | 1 | -2/+26 | |
| | | | | | | | | stage2. The PolicyKit directories are a HAL requirement. We use udev-static in the initrd, but various utils in the second stage from the base udev package. |