AlexMex90 wrote:I will follow these steps, thanks jjaythomas

That's going to be difficult since there is no such package called
mint-install-debian. Also, if you start with a current Debian testing netinstall ISO all the packages you install will be newer than Mint's repos and can lead to dependency issues. For example, if you're running current Debian testing, you can't install Cinnamon from Mint's LMDE repo.
I do this all the time. In fact, the setup I'm on now is a custom LMDE started with a Debian Squeeze console-only install.
Update the sources to point to Mint's "latest" Debian repo.
- Code: Select all
deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
You'll also need to put a file in
/etc/apt/apt.d/ to tell apt to ignore the out-of-date warnings you get using Mint's snapshot of the testing repo.
Put this into a file and place it in the above mentioned directory. I called my file 85mint.
- Code: Select all
acquire::check-valid-until "false";
You might also want to put the preferences file in place. I run without it because some of the packages I like to install have broken dependencies if you use the preferences file. This goes in the /etc/apt/ directory, file name is
preferences.
- Code: Select all
Package: *
Pin: release o=linuxmint
Pin-Priority: 700
Package: *
Pin: origin packages.linuxmint.com
Pin-Priority: 700
Package: *
Pin: release o=Debian
Pin-Priority: 500
After that do an
apt-get update then install the linuxmint-keyring and debian-multimedia-keyring packages and update apt again.
Do
apt-get dist-upgrade to upgrade your Squeeze install to the Mint repo's version of testing.
From there you can install the desktop, display manager and apps of your choice. If you want your install to be really Minty install
debian-system-adjustments and
mintsystem after you do the dist-upgrade. Install
mint-artwork-debian after you install your desktop choice and you'll get set up automatically with the Mint Debian background, Mint theme and Mint icon set.
I'm running on a LMDE GNOME Shell install right now, a system never offered directly by Mint. That's why I like doing these things.
