Red Hat Linux/Itanium 7.2 Release Notes

Abstract

This document describes features that are new to Red Hat Linux 7.2/Itanium, but may not have been available prior to our documentation being finalized. The Release Notes can also be found on the Red Hat Linux CD #1.


Table of Contents
Anaconda/Installer Notes
Distribution General Notes
Kernel Notes
Printing Notes

Anaconda/Installer Notes

Partitioning

  • The Disk Druid user interface has been redesigned to incorporate an interface that takes better advantage of a graphical environment.

  • Disk Druid can now create primary partitions by specifying a cylinder range.

  • Disk Druid now supports the ability to specify that a new partition must be created as a primary partition.

  • Text mode installations now have support for creating RAID devices.

  • Specifying spare drives for RAID devices is now supported.

  • Autopartitioning now allows you to specify which drives to use, and which to avoid touching at all.

  • There is now an option to view and edit the results of autopartitioning (for graphical installations only -- under text mode you will always see the results).

  • The ext3 journaling filesystem is now available.

  • Pre-existing filesystems may be selected for reformatting during the installation.

  • Pre-existing ext2 filesystems may be migrated to ext3 during installs and upgrades. This process does not affect the data on the filesystem.

  • Many additional sanity checks are made against user-created mount points; this should avoid most common problems (such as a / mount point of only 5 MB).

  • GNU Parted is now used as the partitioning backend, replacing the libfdisk library.

  • Parted determines the filesystem type by examining the actual filesystem written onto a partition, instead of relying on the filesystem type written in the partition table. This can lead to confusing situations when there are preexisting partitions.

    For example, if you use fdisk to change the partition type of a VFAT partition to ext2, parted will still see this as a VFAT partition because there is still a VFAT filesystem on it. In this example, you must explicitly reformat the partition as ext2 via the Disk Druid interface before the partition will be treated as ext2. Anytime you use fdisk inside the installation program, and then proceed to the Disk Druid screen to set mount points, you should also review and edit each partition (in Disk Druid) and appropriately set its format options.

  • Red Hat Linux/Itanium officially supports EFI GUID partition tables. These partition tables are created by default on unpartitioned disks by Disk Druid, and can be edited with parted. fdisk does not currently support EFI GPT partitioning. Note that Disk Druid only supports 64 partitions per disk for EFI GPT partitioning; any partition table entries greater than 64 will be REMOVED if Disk Druid is used.

Kickstart

  • During the installation process, a kickstart file reflecting the user-selected installation options is written to /root/anaconda-ks.cfg. This file can be used to create a installation similar to the newly-installed system.

  • Kickstart runs in graphical mode (when this mode is available). However, it can be switched back to text mode by using the text directive in the kickstart file.

  • Kickstart Configurator (ksconfig) now supports creating partitions on a specific drive and an existing drive, configuring X, writing pre-installation and post-installation scripts, performing an upgrade, and the new kickstart features present in this release. It also allows users to preview their choices before saving the file, and has an integrated manual to assist in easy kickstart file creation.

  • Kickstart has several new features/directives:

    • interactive — reads in kickstart file, goes through install with UI filled in with kickstart values. It will wait for user input at each screen.

    • text — forces kickstart to run in text mode. The default is now to run in graphical mode.

    • The clearpart directive now accepts a --ondisk option:

      • --ondisk — you can specify which drives to create partitions on now.

    • A new command bootloader, which supports the following:

      • --append <args> — append <args> on the kernel line

    • Added flags for xconfig directive to define:

      • --resolution 1024x768 — set screen resolution (1024 by 768 in this example)

      • --depth 16 — set display color depth (set to 16-bit color in this example)

Miscellaneous

  • The individual package selection screen now supports a flat view of all packages.

  • In order to maximize space in the install image, the BusyBox program now provides support for many commonly-used commands.

  • Rescue mode now prompts before attempting to mount filesystems from the installed system.

  • Partitionless installations are no longer supported; however, upgrades to previous partitionless installations are still supported.

  • USB floppy devices are now supported during installation.