gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] Ubuntu->gNS upgrade path


From: Dean Linkous
Subject: Re: [gNewSense-users] Ubuntu->gNS upgrade path
Date: Mon, 22 Jan 2007 10:21:28 -0800

I have not played with the RemovingUpdatedPackages wiki instructions. I assume 
those instructions would find any updated packages and install them? Wouldn't a 
upgrade and/or dist-upgrade do the same for the most part?

As far as upgrading from dapper 6.06.1(alternate CD) here is my script...

------------------------------
mv /etc/apt/sources.list /etc/apt/sources.list.BACKUP

mkdir /etc/apt/OLDgpg
mv /etc/apt/*.gpg /etc/apt/OLDgpg
cp ./gpgStuff/*.gpg /etc/apt/

touch /etc/apt/sources.list

echo deb http://us.archive.gnewsense.org/gnewsense/ deltad main universe >> 
/etc/apt/sources.list
echo deb-src http://us.archive.gnewsense.org/gnewsense/ deltad main universe >> 
/etc/apt/sources.list
echo deb http://us.security.gnewsense.org/gnewsense/ deltad-security main 
universe >> /etc/apt/sources.list
echo deb-src http://us.security.gnewsense.org/gnewsense/ deltad-security main 
universe >> /etc/apt/sources.list
echo deb http://us.security.gnewsense.org/gnewsense/ deltad-updates main 
universe >> /etc/apt/sources.list
echo deb-src http://us.security.gnewsense.org/gnewsense/ deltad-updates main 
universe >> /etc/apt/sources.list
echo deb http://us.security.gnewsense.org/gnewsense/ deltad-backports main 
universe >> /etc/apt/sources.list
echo deb-src http://us.security.gnewsense.org/gnewsense/ deltad-backports main 
universe >> /etc/apt/sources.list

apt-get update

apt-get dist-upgrade --assume-yes --force-yes

apt-get remove --assume-yes --force-yes --purge linux-restricted-* 
linux-image-2.6.15-26-386 nvidia-kernel-common

apt-get remove --assume-yes --force-yes --purge usplash ubuntu-artwork 
ubuntu-desktop ubuntu-docs ubuntu-minimal ubuntu-standard

apt-get install --assume-yes dialog gnewsense-artwork gnewsense-desktop 
gnewsense-minimal gnewsense-standard
---------------------------------

YMMV but this works great for me. I assume this gets me a 100% gnewsense!?! 
Using the dapper alternate install cd also allows me to do a 'lite' install 
which I prefer.

I was thinking a dapper install CD and start the installer with a preseed file 
and you come out with gnewsense installed. Any thoughts?

Dean! 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]