ubuntu-release-upgrader: add aramo release details
This commit is contained in:
parent
89994dc7b0
commit
ef00286d2a
3 changed files with 114 additions and 26 deletions
|
|
@ -10,11 +10,11 @@ SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
|
|||
# Distro contains global information about the upgrade
|
||||
[Distro]
|
||||
# the meta-pkgs we support
|
||||
MetaPkgs=trisquel, trisquel-mini, triskel, trisquel-sugar
|
||||
MetaPkgs=trisquel, trisquel-mini, triskel, trisquel-sugar, trisquel-gnome
|
||||
BaseMetaPkgs=trisquel-minimal, trisquel-base
|
||||
IgnoredTasks=minimal, standard
|
||||
Demotions=demoted.cfg
|
||||
#RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin
|
||||
RemovalBlacklistFile=removal_blacklist.cfg
|
||||
RemovalDenylistFile=removal_denylist.cfg
|
||||
# if those packages were installed, make sure to keep them installed
|
||||
KeepInstalledPkgs=xserver-xorg-video-all
|
||||
KeepInstalledSection=translations
|
||||
|
|
@ -25,28 +25,20 @@ PurgeObsoletes=yes
|
|||
# the dist-upgrade (not to be confused with the PostUpgrade hooks in the
|
||||
# quirks handling)
|
||||
#PostUpgradePurge=linux-restricted-modules-common
|
||||
#PostUpgradeRemove=xsettings-kde
|
||||
PostUpgradeRemove=resolvconf,notification-daemon
|
||||
#PostUpgradeUpgrade=brasero,edubuntu-desktop
|
||||
#PostUpgradeInstall=apt
|
||||
#PostInstallScripts=./trisquel-postinstall.sh
|
||||
EnableApport=yes
|
||||
# this supported blacklisting certain versions to ensure we do not upgrade
|
||||
EnableApport=no
|
||||
# this supported deny listing certain versions to ensure we do not upgrade
|
||||
# - blcr-dkms fails to build on kernel 2.6.35
|
||||
#BadVersions=blcr-dkms_0.8.2-13
|
||||
# ubiquity slideshow
|
||||
#SlideshowUrl=http://people.canonical.com/~mvo/ubiquity-slideshow-upgrade/slides/
|
||||
|
||||
[KernelRemoval]
|
||||
Version=4.15.0
|
||||
BaseNames=linux-image,linux-headers,linux-image-debug,linux-backport-modules,
|
||||
linux-header-lbm,linux-signed-image,linux-tools,linux-cloud-tools,
|
||||
linux-image-extra
|
||||
Types=386,ec2,generic,generic-lpae,lowlatency,powerpc-e500mc,powerpc-smp,
|
||||
powerpc64-emb,powerpc64-smp,rt,server,virtual
|
||||
|
||||
# information about the individual meta-pkgs
|
||||
[trisquel]
|
||||
KeyDependencies=mate-desktop-environment
|
||||
KeyDependencies=lightdm, mate-desktop-environment, marco, ubuntu-mate-default-settings, lightdm-gtk-greeter
|
||||
# those pkgs will be marked remove right after the distUpgrade in the cache
|
||||
PostUpgradeRemove=casper, xscreensaver, powermanagement-interface, compiz-core, gdm, gnome-ppp, resolvconf
|
||||
ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
||||
|
|
@ -59,8 +51,7 @@ ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
|||
|
||||
[triskel]
|
||||
KeyDependencies=triskel-settings-desktop, plasma-desktop, sddm
|
||||
# those pkgs will be marked remove right after the distUpgrade in the cache
|
||||
PostUpgradeRemove=casper, powermanagement-interface, guidance-power-manager, kde-guidance-powermanager, kmix
|
||||
PostUpgradeRemove=powermanagement-interface, guidance-power-manager, kde-guidance-powermanager, kmix
|
||||
# those packages are marked as obsolete right after the upgrade
|
||||
ForcedObsoletes=ivman, gtk-qt-engine
|
||||
# help the resolver a bit: LP: #1426132
|
||||
|
|
@ -77,12 +68,12 @@ BackupExt=distUpgrade
|
|||
LogDir=/var/log/dist-upgrade/
|
||||
|
||||
[Sources]
|
||||
From=etiona
|
||||
To=nabia
|
||||
From=nabia
|
||||
To=aramo
|
||||
ValidOrigin=Trisquel
|
||||
ValidMirrors = mirrors.cfg
|
||||
Components=main
|
||||
Pockets=security,updates,proposed,backports
|
||||
Pockets=security,updates,backports
|
||||
;AllowThirdParty=False
|
||||
|
||||
;[PreRequists]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue