summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap-prepare.sh: Only get some packagesHEADmasterP. J. McDermott2014-12-061-0/+2
|
* bootstrap-pkgs.txt: New fileP. J. McDermott2014-12-061-0/+31
| | | | | This should be a list of all the packages needed to install and build a self-hosting ProteanOS system.
* bootstrap-prepare.sh: Update mirror listP. J. McDermott2014-12-061-2/+5
|
* bootstrap-prepare.sh: Update Packages SHA-256 sumP. J. McDermott2014-12-061-1/+1
|
* bootstrap-prepare.sh: Copy inittab platconf fileP. J. McDermott2014-12-061-0/+2
|
* bootstrap-prepare.sh: Update busybox.config pathP. J. McDermott2014-12-061-1/+1
|
* bootstrap-prepare.sh: Update Packages SHA-256 sum.P. J. McDermott2014-06-141-1/+1
|
* bootstrap-prepare.sh: Update Packages SHA-256 sum.P. J. McDermott2014-06-081-1/+1
|
* bootstrap-stage1-build.sh: Don't check build deps.P. J. McDermott2014-06-021-1/+1
|
* README: Update for new opkbuild.P. J. McDermott2014-06-021-5/+5
| | | | Also bump minimum opkhelper version.
* README: s/core-linux-eglibc/amd64-linux-glibc/.P. J. McDermott2014-06-021-1/+1
| | | | Missed one, apparently.
* bootstrap-prepare.sh: Don't set PKG_TARGETS.P. J. McDermott2014-06-021-1/+1
| | | | Reverting commit 144ec80.
* bootstrap-prepare.sh: Skip Git if no pkgs list.P. J. McDermott2014-06-021-4/+6
|
* bootstrap-pkgs-git.txt: Make arch-specific.P. J. McDermott2014-06-021-0/+0
|
* bootstrap-prepare.sh: Use arch-specific repo list.P. J. McDermott2014-06-021-2/+8
|
* bootstrap-pkgs-git.txt: Add build-essential.P. J. McDermott2014-05-261-0/+1
|
* bootstrap-pkgs-git.txt: Add binutils.P. J. McDermott2014-05-261-0/+1
|
* bootstrap-prepare.sh: Set PKG_TARGETS.P. J. McDermott2014-05-261-1/+1
|
* bootstrap-pkgs-git.txt: New file with gcc-4.7.P. J. McDermott2014-05-261-0/+1
|
* bootstrap-prepare.sh: Skip already gotten pkgs.P. J. McDermott2014-05-261-2/+4
|
* bootstrap-prepare.sh: Re-enable packages from Git.P. J. McDermott2014-05-261-6/+7
| | | | Also support fetching non-master branches.
* bootstrap-prepare.sh: Add "armhf" interp case.P. J. McDermott2014-05-261-0/+3
|
* bootstrap-prepare.sh: Update Packages SHA-256 sum.P. J. McDermott2014-05-251-1/+1
|
* bootstrap-prepare.sh: Update mirror.gnu.dk domain.P. J. McDermott2014-05-251-2/+1
|
* bootstrap-prepare.sh: Update Packages SHA-256 sum.P. J. McDermott2014-03-191-1/+1
|
* Don't build source packages in stages 2 and 3.P. J. McDermott2014-03-182-2/+2
|
* Don't install cross packages in stage2.P. J. McDermott2014-03-182-0/+45
|
* Don't install cross gcc-defaults pkgs in stage1.P. J. McDermott2014-03-182-0/+30
|
* bootstrap-stage1-install.sh: Fix var name.P. J. McDermott2014-03-181-2/+2
|
* bootstrap-stage1-install.sh: Again skip cross pkg.P. J. McDermott2014-03-181-0/+10
|
* bootstrap-stage1-test.sh: Don't install cross pkg.P. J. McDermott2014-03-181-0/+5
| | | | | Cross build-essential packages are currently uninstallable due to the lack of cross gcc packages.
* bootstrap-prepare.sh: Update config installation.P. J. McDermott2014-03-181-2/+4
| | | | BusyBox's config file has moved in config-dev.
* bootstrap-prepare.sh: Verify .opk checksums.P. J. McDermott2014-03-171-0/+6
|
* bootstrap-prepare.sh: Make a variable local.P. J. McDermott2014-03-171-0/+1
|
* bootstrap-pkgs-git.txt: Remove.P. J. McDermott2014-03-171-34/+0
|
* bootstrap-prepare.sh: Comment out old functions.P. J. McDermott2014-03-171-0/+2
|
* bootstrap-prepare.sh: Use new functions.P. J. McDermott2014-03-171-2/+1
|
* bootstrap-prepare.sh: Add archive download funcs.P. J. McDermott2014-03-171-0/+64
|
* bootstrap-prepare.sh: Use sudo to make link.P. J. McDermott2014-03-071-1/+1
|
* bootstrap-prepare.sh: Add opkbuild helper link.P. J. McDermott2014-03-071-0/+4
|
* README: Update for new opkbuild and opkhelper.P. J. McDermott2014-03-071-8/+8
|
* README: s/core-linux-eglibc/amd64-linux-glibc/.P. J. McDermott2014-03-061-2/+2
|
* bootstrap-prepare.sh: Find cached source archives.P. J. McDermott2014-01-281-2/+6
|
* bootstrap-prepare.sh: Improve conditional.P. J. McDermott2014-01-281-1/+1
|
* bootstrap-prepare.sh: Don't set PKG_TARGETS.P. J. McDermott2014-01-281-1/+1
|
* bootstrap-pkgs-git.txt: Remove gdb.P. J. McDermott2014-01-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | ProteanOS's GDB doesn't yet work: / # gdb /bin/busybox GNU gdb (GDB) 7.6.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /bin/busybox...(no debugging symbols found)...done. (gdb) run Starting program: /bin/busybox Cannot exec /bin/busybox -c exec /bin/busybox . Error: No such file or directory During startup program exited with code 127. GDB may or may not make it into ProteanOS 1.0. We'll debug this later.
* bootstrap-prepare.sh: Add IA-32 interp case.P. J. McDermott2014-01-281-0/+3
|
* Clean up source packages after building.P. J. McDermott2014-01-272-0/+2
|
* README: Add ca-certificates to apt-get command.P. J. McDermott2014-01-271-1/+2
| | | | wget needs this to verify HTTPS sites.
* README: Update and fix opkhelper install steps.P. J. McDermott2014-01-271-4/+4
|