diff options
| author | Manuel Traut <manut@mecka.net> | 2011-04-29 09:09:27 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-04-29 09:09:27 +0200 |
| commit | 5238ad5a0c4a9e1c8cd036f5de4055e39bd71297 (patch) | |
| tree | 4407c087b9fb5432b1dc11e70b52dacfa0b99feb /beagle/debian-rfs/usr/share/dpkg/ostable | |
| parent | 60ead65c41afba7e6aa4bbcf507a1d52f7a8fe9f (diff) | |
added debootstrap stuff
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/usr/share/dpkg/ostable')
| -rw-r--r-- | beagle/debian-rfs/usr/share/dpkg/ostable | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/beagle/debian-rfs/usr/share/dpkg/ostable b/beagle/debian-rfs/usr/share/dpkg/ostable new file mode 100644 index 0000000..17b7581 --- /dev/null +++ b/beagle/debian-rfs/usr/share/dpkg/ostable @@ -0,0 +1,33 @@ +# This file contains the table of known operating system names. +# +# Architecture names are formed as a combination of the system name +# (from this table) and CPU name (from cputable) after mapping from +# the Debian triplet (from triplettable). A list of architecture +# names in the Debian ‘sid’ distribution can be found in the archtable +# file. +# +# Column 1 is the Debian name for the system, used to form the system part +# in the Debian triplet. +# Column 2 is the GNU name for the system, used to output build and host +# targets in ‘dpkg-architecture’. +# Column 3 is an extended regular expression used to match against the +# system part of the output of the GNU config.guess script. +# +# <Debian name> <GNU name> <config.guess regex> +uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi +uclibc-linux linux-uclibc linux[^-]*-uclibc +gnueabi-linux linux-gnueabi linux[^-]*-gnueabi +gnuspe-linux linux-gnuspe linux[^-]*-gnuspe +gnulp-linux linux-gnulp linux[^-]*-gnulp +gnu-linux linux-gnu linux[^-]*(-gnu.*)? +gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? +gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)? +gnu-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-gnu.*)? +gnu-hurd gnu gnu[^-]* +bsd-darwin darwin darwin[^-]* +bsd-freebsd freebsd freebsd[^-]* +bsd-netbsd netbsd netbsd[^-]* +bsd-openbsd openbsd openbsd[^-]* +sysv-solaris solaris solaris[^-]* +uclibceabi-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi +uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)? |
