Opened 12 years ago
Closed 12 years ago
#78 closed defect (fixed)
Rootfs for mips package in Downloads is missing debootstrap
Reported by: | k.szczesny@… | Owned by: | amain |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | debian/rootfs | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description
There is no way to proceed with second stage of debootstrap when using rootfs from downloads as debootstrap is missing preventing from running the first step.
Please include the package or if it is not missing - describe what to do when one wants to download the archive and not compile it from the source [which in my case I can't due to other tickets reported].
Compiling for:
WNDR3700v2
Sys: OpenSUSE 11.3 64bit
I followed http://www.debwrt.net/trac/wiki/DebWrtInstallation
The only difference is I had my OpenWRT image created using DebWRT repo from OpenWRT trunk [only trunk has support for my router].
root@LKGA2DD90:/media/sda1/public# tar jtvf debwrt-rootfs-mips-2.0-1.tar.bz2 | grep deboo
root@LKGA2DD90:/media/sda1/public#
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by stappers
comment:2 Changed 12 years ago by k.szczesny@…
Yeah, this one is a one to be closed.
I guess I ended up looking for debootstrap as there was nothing running apart from telnet and sshd + the fact I was following the guide on how to compile debwrt from source. After adding correct modules everything is fine.
I stand corrected, this bug is a standard example of pebkac.
comment:3 Changed 12 years ago by stappers
- Resolution set to fixed
- Status changed from new to closed
Assumption by me: the provided tarball has allready done debootstrap --second-stage
So the
is just use it ...