| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
have anaconda built on the basearch
|
|
|
|
|
|
|
|
| |
If you are working on the buildinstall scripts, you can pass the
--localscripts option to buildinstall to force it to use the scripts
from the current directory rather than downloading the anaconda RPM
from the repo you specify, unpacking it, and using the scripts from
there.
|
|
|
|
|
| |
Update the efi image creation code to reflect what we've actually been using
for two plus months.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUILDARCH is now i586, but mk-images is internally mapping that
to i386. If mk-images and maketreeinfo.py disagree about the arch,
we end up with an invalid treeinfo file - the "arch" value won't
match any images-$arch section. And then virt-install and other
things can't find kernel images and stuff goes kaboom.
Therefore: explicitly pass BASEARCH to mk-images, rather than relying
on the implicit mapping therein, and pass the same value to
maketreeinfo.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Caveat #1: If the brand package doesn't exist, buildinstall will fail
Caveat #2: If the brand package has uppercase characters in it's name,
it needs to provide ${brand}-{release,logos} in lowercase or
yum thinks the package doesn't exist and buildinstall will fail
An additional patch may be necessary to:
1) check for ${brand}-{release,logos}
2) if those do not exist, fall back by setting the brand to "generic"
This will need to happen *after* the YUM configuration file has been
written, but before upd-instroot is executed.
|
|
|
|
| |
Signed-off-by: David Cantrell <dcantrell@redhat.com>
|
| |
|
|
|
|
|
|
| |
To make the installation image files more clear and since
we have removed minstg2.img, rename stage2.img to
install.img.
|
| |
|
|
|
|
|
|
| |
The minstg2 image has outlived its usefulness. We are at
a point where we have been maintaining two stage 2 images
and they are slowly becoming identical.
|
|
|
|
|
|
|
| |
Since we don't create an anaconda-runtime package anymore, buildinstall
querying for it was going wrong. Admittedly this may be a problem with
repoquery and yumdownloader, and that will be investigated, but for the
sake of getting things working, I'm fixing it here.
|
|
|
|
|
|
| |
This option allows us to pass a mirrorlist into buildinstall instead of or in
addition to baseurls. This will allow the yum object to make use of a list of
potential mirrors should it have difficulties downloading something.
|
|
|
|
| |
* po/sk.po: Typo fix.
|
|
|
|
| |
It would help if I could type I suspect
|
| |
|
|
|
|
|
| |
For testing purposes, add the ability to use a --updates to buildinstall for
getting additional updates for testing.
|
|
|
|
|
|
| |
Stop building boot.iso (and diskboot.img) in preference for building a
netinst.iso with the boot bits as well as the second stage. This will
replace the rescue image and is overall far more useful
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This bit rawhide creation as we use a symlink to the packages
on an NFS share to run buildinstall against. Fugly but it works.
|
|
|
|
| |
of pwd.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Use named options when passing things to mk-images so that it's more
clear as to what's going on. Also, make things like arch more explict.
This also adds support for output from mk-images to go elsewhere, although
that's currently not used by anything
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
Make buildinstall a little bit clearer by making variable names more obvious
and also using mktemp'd dirs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* scripts/buildinstall (BUILDARCH): Make more predictable (#239897)
|
|
|
|
|
|
| |
* scripts/upd-instroot: Use the tree as the repo rather than the
yum config on the machine (whoops!)
* scripts/buildinstall (BUILDINSTALL): Pass $p
|
| |
|
|
|
|
|
| |
* scripts/buildinstall: And don't worry about existence of the
RPMS/ dir anymore. (Jesse Keating)
|
|
|
|
| |
* scripts/buildinstall: Don't call createrepo (Jesse Keating)
|
| |
|
|
|
|
| |
* scripts/buildinstall: Likewise.
|
|
|
|
|
|
|
|
|
|
|
| |
* scripts/buildinstall: Use $TMPDIR instead of hard-coded /tmp
(Steve Pritchard <steve@silug.org>, #224438)
* scripts/getkeymaps: Likewise.
* scripts/mk-images: Likewise.
* scripts/mk-images.ia64: Likewise.
* scripts/pkgorder: Likewise.
* scripts/upd-instroot: Likewise.
* scripts/yumcache: Likewise.
|
|
|
|
|
|
|
|
|
| |
Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode
* scripts/buildinstall: Add --nogr option
* scripts/mk-images: Use --nogr
* scripts/mk-images.x86: Only put splash image in if building a
graphics stage2
* scripts/upd-instroot: Cleanups for --nogr
|
|
|
|
|
|
|
| |
* scripts/buildinstall: Handle having packages under
$PRODUCTPATH/RPMS or $PRODUCTPATH/
* scripts/pkgorder: Likewise.
* scripts/splittree.py: Likewise.
|
|
|
|
|
|
|
| |
* scripts/buildinstall: Nuke runroot stuff since everything is
runroot'd now. Get rid of first/second run of buildinstall,
--comp is now a no-op
* scripts/upd-instroot: --comp argument no longer makes sense to take
|
|
|
|
| |
has version.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* scripts/mk-images (INITRDMODS): More videoaliases fixage.
* scripts/buildinstall (BUILDINSTALL): Okay, don't do group info.
|