| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
run_kickstart used to be in parse_kickstart, but it got moved out
(because ks=file:// happens during the cmdline phase, it doesn't need to
run, just parse)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
python is better at figuring out python deps this way.
big thanks to bcl for showing me python's "modulefinder" module.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
rpmbuild wants to build .pyc/.pyo files for it, and we don't need/want
that.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
and modify module-setup.sh accordingly
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
we only want to display these warnings once. but we might re-run
parse-anaconda-repo after reading the kickstart.
move 'em all into parse-anaconda-options, which only gets run once.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- rename to parse-kickstart.py
- make it write /tmp/ks.info
- add parse_kickstart function to anaconda-lib
|
| | | | |
| | | | |
| | | | |
| | | | | |
also remove unused mount_isodir
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
move anaconda-hdroot to anaconda-diskroot (it works for CDs too!)
use anaconda_live_root_dir in nfsroot and diskroot
|
| | | | |
| | | | |
| | | | |
| | | | | |
also move some functions into anaconda-lib
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
the anaconda dracut module will handle translating biosparts.
also, return the filename for the processed kickstart.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
loader/net.c
pyanaconda/constants.py
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
add genrules for kickstart stuff.
add when_netdev_online for ks/dd network bringup.
add ksdevice=bootif support
aaaaand clarify some comments and things.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We want to use an initramfs with --prefix=/run/initramfs (so the
initramfs is available in the anaconda runtime environment).
Therefore: if /.buildstamp exists, use that, otherwise try
/run/initramfs.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This was making dracut say:
E: Dracut module "anaconda" cannot be found.
E: Dracut module "covertfs" cannot be found.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
dracut now puts modules in /usr/lib/dracut, not /usr/share.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
brcm_iscsuio is symlink to iscsiuio currently.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds the dracut directory and anaconda-dracut subpackage.
The 'anaconda' dracut module replaces loader. It should handle all the
tasks that loader used to handle in the first stage of the boot process.
It's a work in progress, but it currently supports repo={http,ftp,nfs}
and most anacaconda network options.
Kickstart parsing is handled using a python interpreter and pykickstart,
which (surprisingly) only adds ~600k to the initramfs.
Driver disks are not yet supported.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If you import locale before the file(s) get created, you end up with a
traceback from locale that says:
Error: unsupported locale setting
And this happens no matter what the locale is.
We used to create the locale files for the default lang in loader, so
now let's have anaconda declare a default locale and build its locale
data before we import locale.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
IT IS ACCOMPLISHED.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Seriously, we don't need loader anymore. Remove it from
autoconf/automake, the specfile, and POTFILES.in.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We still need linuxrc.s390 (that's a project for another year), so move
it out of loader/ while we warm up the orbital lasers.
|