Hi,
I have the Bubba Two hardware, and I'm running on it the Debian Squeeze operating system so far.
I have installed Squeeze by following these steps described here:
http://forum.mybubba.org/viewtopic.php?f=11&t=2518
Now since Wheezy is out as stable release, I want to upgrade my Squeeze system to Wheezy.
Is it possible to do this by following advices from here:
http://www.debian.org/releases/stable/p ... ng.en.html
From where can I install the kernel for the Wheezy system?
My apt sources.list is:
deb http://ftp.debian.org/debian squeeze main
deb http://security.debian.org/ squeeze/updates main
deb http://update.excito.org/ marielle main
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Debian Wheezy on B2 possible?
Debian Wheezy on B2 possible?
Last edited by paulchany on 26 Jun 2015, 05:22, edited 1 time in total.
Best, Pali
Re: Debian Wheezy on B2 possible?
I have installed already the bubba-kernel: version 2.6.39.4-4 which is compatible with the Wheezy system, I believe.paulchany wrote:Hi,
Is it possible to do this by following advices from here:
http://www.debian.org/releases/stable/p ... ng.en.html
From where can I install the kernel for the Wheezy system?
My apt sources.list is:
deb http://ftp.debian.org/debian squeeze main
deb http://security.debian.org/ squeeze/updates main
deb http://update.excito.org/ marielle main
I changed my sources.list to:
Code: Select all
deb http://ftp.debian.org/debian squeeze main
deb http://security.debian.org/ squeeze/updates main
deb http://update.excito.org/ stable main
I have in /etc/apt/preferences.d/ only one file, called 'excito':
Code: Select all
# B3 apt preferences
#
# Changes in this file might break your system
#
# Stable bubba release, currently elvin
Package: *
Pin:
release o=Excito, n=elvin, v=1.0,
origin "b3.update.excito.org"
Pin-Priority: 999
# Unstable bubba release, always vincent
Package: *
Pin:
release o=Excito, n=vincent,
origin "b3.update.excito.org"
Pin-Priority: 999
# Unstable bubba release, always vincent
Package: *
Pin:
release o=Excito, n=hugo,
origin "b3.update.excito.org"
Pin-Priority: 999
# Old stable release, currently vacant
Package: *
Pin:
release o=Excito, a=oldstable, v=1.0,
origin "b3.update.excito.org"
Pin-Priority: 1000
# Stable bubba stable debian upstream, currently squeeze
Package: *
Pin:
release o=Debian Squeeze, n=upstream_squeeze, v=1.0,
origin "b3.update.excito.org"
Pin-Priority: 600
# Unstable bubba stable debian upstream, currently squeeze
Package: *
Pin:
release o=Debian Squeeze, n=upstream_squeeze_forhugo,
origin "b3.update.excito.org"
Pin-Priority: 600
# Unstable bubba stable debian upstream, currently squeeze
Package: *
Pin:
release o=Debian Squeeze, n=upstream_squeeze_forvincent,
origin "b3.update.excito.org"
Pin-Priority: 600
# Stable bubba debian upstream, currently vacant
Package: *
Pin:
release o=Debian Squeeze, a=upstream_oldstable, v=1.0,
origin "b3.update.excito.org"
Pin-Priority: 601
# Upstream main debian, currently squeeze
Package: *
Pin:
release o=Debian, n=elvin, v=4.0r4a, c=main
Pin-Priority: 500
# Upstream contrib debian, currently squeeze
Package: *
Pin:
release o=Debian, n=elvin, v=4.0r4a, c=contrib
Pin-Priority: 400
# Upstream non-free debian, currently squeeze
Package: *
Pin:
release o=Debian, n=elvin, v=4.0r4a, c=non-free
Pin-Priority: 300
Must I change here something, to allow the upgrade of packages?
Best, Pali
Re: Debian Wheezy on B2 possible?
I have upgraded my Squeeze system to Wheezy, reboot it and it works so far.paulchany wrote:paulchany wrote:Hi,
Is it possible to do this by following advices from here:
http://www.debian.org/releases/stable/p ... ng.en.html
I have installed already the bubba-kernel: version 2.6.39.4-4 which is compatible with the Wheezy system, I believe.
I changed my sources.list to:Now I'm at Chapter '4.2.2. Disabling APT pinning' and want to setup configuration properly so I can to upgrade debian packages to Wheezy.Code: Select all
deb http://ftp.debian.org/debian squeeze main deb http://security.debian.org/ squeeze/updates main deb http://update.excito.org/ stable main
I have in /etc/apt/preferences.d/ only one file, called 'excito':
Must I change here something, to allow the upgrade of packages?
I deleted after upgrade the /etc/apt/preferences.d/excito file. Is this right to do?
Best, Pali