summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
Commit message (Collapse)AuthorAgeFilesLines
...
* Take advantage of yum repos being availableJeremy Katz2008-02-281-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 verbosityJeremy Katz2008-02-271-1/+1
|
* Fix up symlinks that could be broken with our movement here (#434882)Will Woods2008-02-251-0/+14
|
* Set yum output level based on whether or not we've passed --debug or notJeremy Katz2008-02-171-1/+2
| | | | This helps to make the log output a little bit easier to read
* Clean up invocation of upd-instroot from buildinstallJeremy Katz2008-02-171-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 placeJeremy Katz2008-02-141-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 anymoreJeremy Katz2008-02-141-5/+0
| | | | | squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files
* Don't compress translationsJeremy Katz2008-02-141-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 scriptsJeremy Katz2008-02-141-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/shellsJeremy Katz2008-02-141-0/+2
|
* Stop forcing passive mode for FTP by patching urllibJeremy Katz2008-02-141-25/+0
| | | | If we really need passive mode for installs, let's just set it properly
* We don't use timezones.gz anymore anywhereJeremy Katz2008-02-141-8/+0
|
* We shouldn't need to remove files that are only in -devel packagesJeremy Katz2008-02-141-3/+0
|
* Remove some obsolete files from the list to clean up noise in the outputJeremy Katz2008-02-141-3/+0
|
* We want nss bits on all arches these daysJeremy Katz2008-02-141-4/+0
|
* Just use default /etc/nsswitch.conf and /etc/shellsJeremy Katz2008-02-141-26/+0
|
* alpha should have translations probablyJeremy Katz2008-02-141-5/+0
|
* Remove some things that aren't used anymoreJeremy Katz2008-02-141-19/+0
|
* 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
|
* Get rid of duplication for yaboot stuff to make scripts less noisyJeremy Katz2008-02-141-4/+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-121-7/+16
|
* Add the real mount programs to stage1.Chris Lumens2008-02-111-2/+5
|
* 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
|
* 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
|
* Add firstaidkit to the rescue image.Joel Andres Granados2008-01-161-1/+5
|
* nss files have moved to /lib.Chris Lumens2008-01-141-7/+7
|
* Also get DSO deps for setuid binaries (like X).Chris Lumens2008-01-121-1/+1
|
* 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 cracklib-dicts (#426444)Jeremy Katz2007-12-211-1/+2
|
* Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ↵Bill Nottingham2007-12-191-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 Nottingham2007-12-191-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 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.
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-0/+18
|
* Include lshal so that we can get debugging from people if we need itJeremy Katz2007-12-101-0/+1
|
* more PK directoriesBill Nottingham2007-12-101-1/+2
|
* Catch errors from yum, exit on them.Bill Nottingham2007-12-071-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 Nottingham2007-12-071-4/+4
| | | | There's only a minimal size difference (1.2MB -> 1.4MB uncompressed.)
* dejavu-lgc-fonts moved to a new directoryBill Nottingham2007-12-071-3/+3
|
* Install udev, udev-static, dbus, hal, dbus-python. Keep various pieces in ↵Bill Nottingham2007-12-071-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.