| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* loader2/Makefile (install): Install the unicode linedraw chars file
|
|
|
|
|
|
|
|
|
| |
back if it found invalid entries.
* loader2/method.h: update prototype for validIsoImages
* loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0
* loader2/nfsinstall.c: pass the address of foundinvalid to
validIsoImages
* update anaconda.spec
|
|
|
|
|
| |
carrying an fd around in main(). This way it'll also get it right for mke2fs
and friends. bz #137849
|
|
|
|
|
|
|
|
| |
language and font as the shell, instead of being having white squares for
characters.
- Work around a kernel fbcon bug. fbcon mangles the color palette if you
allocate a new tty, which we do when spawning the shell. The workaround
is to open the tty before bterm is started. bz #137849 .
|
|
|
|
| |
error message instead of flashing back to the input screen. (#144546).
|
|
|
|
|
| |
* loader2/net.c: Fix multiple dns servers being specified on the
command line. Again. Patch from Matthew Miller (#84409)
|
|
|
|
| |
* loader2/loader.c: Apparently, I can't count (#144006)
|
| |
|
|
|
|
|
| |
* loader2/init.c (createDevices): Fix silly typo breaking creation
of devices under /dev
|
|
|
|
| |
* loader2/init.c: tmpfs, not ramfs for /dev
|
| |
|
|
|
|
| |
* loader2/devices.h: Fix compile problem
|
|
|
|
| |
* loader2/linuxrc.s390: Create /dev and devices in it here too
|
|
|
|
|
|
|
|
| |
* loader2/devices.h: Add static list of basic devices to create in
/dev.
* loader2/init.c: Create /dev as a tmpfs so that we don't try to
bind-mount to the rootfs (#141570)
|
| |
|
|
|
|
|
|
| |
* loader2/driverdisk.c (useKickstartDD): Add support for
biosdev in driverdisk directive. Patch basically from Rez Kabir
AT dell (#142738)
|
|
|
|
| |
* loader2/module-info: Add tcmscsim (#142692)
|
|
|
|
|
| |
* loader2/shutdown.c (shutDown): Make loop while waiting for
reboot less cpu-intensive to improve user-experience with, eg, VMWare
|
|
|
|
|
| |
* loader2/modules.c (lateModuleSort): Fix the list to be big
enough (#140541, #140876)
|
|
|
|
| |
* loader2/modules.c: Fix segfault on ia64 (#140093)
|
|
|
|
| |
will fix #133088
|
|
|
|
| |
* loader2/init.c: Only open /dev/console once.
|
| |
|
|
|
|
| |
* loader2/loader.c (setupRamdisk): Remove old code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-16 Jeremy Katz <katzj@redhat.com>
* loader2/net.c (setKickstartNetwork): Allow passing --notksdevice
to your network lines so that you don't try to use them as your
device (#136903)
* kickstart.py (KickstartBase.doNetwork): Handle --notksdevice
here too.
* loader2/net.c: Allow going back and manually changing the
network device used even if ksdevice= is passed (#136903)
* loader2/loader.c: Fix for serial console magic to work again
with just console= and not explicit serial (#137971)
|
|
|
|
| |
* loader2/loader.c: Fix tyop
|
|
|
|
| |
* loader2/loader.c: Make serial imply nofb (#134167)
|
|
|
|
| |
* loader2/modules.c (lateModuleSort): Fix stack corruption.
|
|
|
|
| |
Use defaults if RUNKS is set for kickstart installations
|
|
|
|
|
| |
* loader2/loader.c (parseCmdLineIp): Add patch from Bastien Nocera
to support parsing of pxelinux IPAPPEND (#134054)
|
|
|
|
| |
* loader2/urls.c: Mark strings for translation (#137197)
|
|
|
|
|
|
|
|
| |
* loader2/modules.c (lateModuleSort): Implement an additional sort
to move drivers to the end of our list of drivers to load. This
is handy for, eg, fibre channel so that it doesn't end up at the
front of the list so that people don't get confused with sda being
their FC disk. Also, put ibmvscsic in the list due to #137920
|
|
|
|
| |
* loader2/module-info: More qlogic fibre channel adapters
|
| |
|
|
|
|
| |
Ask for CTCPROT even if MTU is already specified (mainframe)
|
| |
|
|
|
|
|
| |
* loader2/hdinstall.c (mountHardDrive): Pass the correct pointer to
free() (bug #137533).
|
|
|
|
| |
* loader2/net.c (getWirelessConfig): Allow 128-bit WEP keys (#137447)
|
|
|
|
|
| |
* loader2/net.c (setKickstartNetwork): Handle onboot
properly (#136903)
|
|
|
|
| |
that as well
|
|
|
|
|
| |
* loader2/linuxrc.s390: Ensure OSA addresses are lowercase so the
kernel will like them (#133190)
|
|
|
|
|
|
| |
* loader2/urlinstall.c: When using the local stage2.img shortcut,
ensure that an hdlist exists in the tree they point at to catch
typos sooner (#135603, #117155, #120101)
|
|
|
|
| |
* loader2/module-info: Add s2io 10GbE driver
|
|
|
|
| |
eth0 for now and ignore TokenRing. Waiting for IBM patch to fix sysfs.
|
|
|
|
|
| |
* loader2/hdinstall.c: Fix segfault when using biospart for hard
drive kickstart install. Patch from Rez Kabir (#135609)
|