LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-12-2012, 02:30 PM   #1
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Rep: Reputation: 0
debootstrap for Mint 12


Hi all, not sure if this is the right forum or not, but I am trying to build a package to run on my tegra3 device, which is fairly simple to build with rootstock, the problem I am having is that there are no debootstrap scripts for lisa so it bombs with the error "Your debootstrap installation does not seem to have support for the lisa distribution" and I have no idea how to build one, or what I should do, can anyone help?
 
Old 05-13-2012, 07:46 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
debootstrap only installs a core system. The core system of Mint is the same as the one of Ubuntu, so just use the one of the corresponding Ubuntu version.
 
Old 05-13-2012, 10:09 AM   #3
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
debootstrap only installs a core system. The core system of Mint is the same as the one of Ubuntu, so just use the one of the corresponding Ubuntu version.
So if I can find the script for pangolin that should work? How do you install the scripts, just copy them into the debootstrap scripts folder?
 
Old 05-13-2012, 10:13 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Mint 12 is not based on Pangolin, Mint 13 will be. The script for Oneiric should work.
 
Old 05-13-2012, 10:35 AM   #5
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Mint 12 is not based on Pangolin, Mint 13 will be. The script for Oneiric should work.
I thought that the oneiric scripts were already in there but I am still getting that error
 
Old 05-13-2012, 10:39 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just install a newer version of debootstrap, it shouldn't matter to the system if you install it from Oneiric or Precise.
 
Old 05-13-2012, 10:58 AM   #7
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Just install a newer version of debootstrap, it shouldn't matter to the system if you install it from Oneiric or Precise.
So I just did an update and it says I have the newest version, should I try to download a beta version or something?
 
Old 05-13-2012, 11:13 AM   #8
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
I tried manually patching the app and I am still getting "Your debootstrap installation does not seem to have support for the lisa distribution"
 
Old 05-13-2012, 11:23 AM   #9
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Here is the actual command I am running

sudo rootstock \
--fqdn mint \
--login mint \
--password mint \
--imagesize 4G \
--seed linux-image-omap,build-essential,mysql-server,tightvncserver,gnome,mysql-server-core-5.1,mysql-server-5.1,libmysqlclient16,mysql-common,mysql-client-core-5.1
 
Old 05-13-2012, 01:09 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Go to /usr/share/debootstrap/scripts, copy the one from oneiric and name it lisa. Then try again.
 
Old 05-13-2012, 02:51 PM   #11
TanKCR
LQ Newbie
 
Registered: Dec 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Go to /usr/share/debootstrap/scripts, copy the one from oneiric and name it lisa. Then try again.
Hey Tobi, we are getting closer, now it runs, unfortunately now I get a new error "E: Failed getting release file https://ports.ubuntu.com/ubuntu-ports/dists/lisa/Release" like I said thank you for all your help!!!
 
Old 05-13-2012, 03:03 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
OK, the real problem is that you use rootstock, which depends on debootstrap. This would be perfectly fine if you would use Debian or Ubuntu. But you are using Mint and they don't provide scripts for their distro for a simple reason: For installing a core with debootstrap they simply use the Ubuntu script, since the core of Mint is Ubuntu. In fact, Mint is not much more than a Ubuntu respin with some customized packages in an extra repository.
So the real solution to your question is: either try if there is an option to make the initial debootstrap manually (I know nothing about rootstock, but the developers site says that it is abandoned) or to use a clean Ubuntu for your respin.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of kernel of a debootstrap Armane Debian 11 03-21-2007 09:25 AM
Debootstrap warning Tylerious Debian 3 01-26-2006 05:28 AM
debootstrap troubles archlyric Debian 9 11-26-2004 03:57 PM
Debootstrap Error pmconway Debian 0 10-14-2004 12:38 AM
using debootstrap from another Linux to install Burgin Debian 1 06-24-2004 07:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration