FAIUbuntuLikeDVD: Difference between revisions
Jump to navigation
Jump to search
(created) |
(more packages) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
ubuntu-desktop | ubuntu-desktop | ||
ubuntu-docs | ubuntu-docs | ||
ubuntu-standard | |||
# /srv/fai/config/package_config/KDE | # /srv/fai/config/package_config/KDE | ||
Line 15: | Line 16: | ||
kubuntu-desktop | kubuntu-desktop | ||
kubuntu-docs | kubuntu-docs | ||
ubuntu-docs #for man-db | |||
ubuntu-standard | |||
There are lot more of packages you could use. Just have a look to the output of ''apt-cache search --names-only ^ubuntu- | sort'' |
Latest revision as of 17:18, 16 February 2010
Install Ubuntu with same Packages like DVD
You want FAI to install Ubuntu just like from DVD Installer without manually specify all packages? Just use the name of the metapaket together with PACKAGES aptitude-r (thx to Waldemar for this tip)
Tested Examples:
# /srv/fai/config/package_config/GNOME PACKAGES aptitude-r ubuntu-desktop ubuntu-docs ubuntu-standard
# /srv/fai/config/package_config/KDE PACKAGES aptitude-r kubuntu-desktop kubuntu-docs ubuntu-docs #for man-db ubuntu-standard
There are lot more of packages you could use. Just have a look to the output of apt-cache search --names-only ^ubuntu- | sort