Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by BillNottingham: http://fedoraproject.org/wiki/Docs/Beats/Installer The comment on the change is: extras by default, http/ftp repo only, add new ks stuff ------------------------------------------------------------------------------ == Changes in Anaconda == - * '''Anaconda''' now features the ability to install packages from Fedora Extras or any custom `yum`-compatible software repository. + * '''Anaconda''' now features the ability to install packages from Fedora Extras or any custom `yum`-compatible software repository. Fedora + Extras is available by default on interactive installs with network connectivity. + [[Admonition("note","Yum Repository Support","Only HTTP and FTP repositories are supported; repositories on CDs or NFS are not currently supported.")]] * You can now use the installer to generate a Live CD for Kadischi. Refer to http://fedoraproject.org/wiki/Kadischi/ for more details. * SquashFS is the default file compressor for '''Anaconda'''. * '''Anaconda''' now supports installation using IPv6. @@ -36, +38 @@ * The installer now supports multipathing. * Vera fonts are retired and replaced by DejaVu as default for the installer. * The installer is now translated in Greek, Kannada, Malayalam, Marathi and Oriya. + + == Kickstart Changes == + + Three new kickstart keywords have been added. + + {{{repo --name=<repoid> [--baseurl=<url>|--mirrorlist=<url>}}} + + `repo` specifies additional package repositories to use for installation. + `baseurl` specifies the URL for the repository, while `mirrorlist` specifies a list of mirrors. One and only one of these options may be specified per repository definition. + + {{{services [--disabled=<list>] [--enabled=<list>] }}} + + `services` modifies the default set of services that will be started in the default runlevel. `enabled` and `disabled` take comma-separated lists, with `enabled` services taking priority. + + {{{user --name=<username> [--groups=<list>] [--homedir=<homedir>] [--password=<password>] [--iscrypted] [--shell=<shell>] [--uid=<uid>] }}} + + `user` creates a new user with the specified parameters. `name` is required; all other parameters are optional. == Installation Related Issues ==