josch
1e5ad4fdf1
remove firstbootscript first, then do rest
2014-01-10 18:13:00 +01:00
Gilles Filippini
83ba112abb
Fix chroot internal symlinks path
...
This patch makes sure ${ROOTDIR} is always an absolute path. This
is requested for the absolute symlink conversion step to work
properly.
2012-10-09 21:36:02 +02:00
josch
edfb6e34e1
add new option to ignore errors during processing
2012-03-15 11:25:22 +01:00
josch
61f22d8347
module-init-tools is dead - use kmod instead
2012-03-15 11:24:37 +01:00
josch
db7904ee73
accomodate for absolute symbolic link handling of fakechroot
2012-03-15 11:21:13 +01:00
josch
36b15b89f2
update README
2012-03-13 16:01:47 +01:00
josch
043300f544
update TODO
2012-03-13 15:58:32 +01:00
josch
2f9b465ce0
armhf is now in the main archives
2012-03-13 15:56:16 +01:00
josch
827b6140c5
add options for force and verbose
2012-03-13 15:54:52 +01:00
josch
659487669c
rather use 2.6.34 for om-gta02
2011-10-23 09:21:18 +02:00
josch
a0aa4e80f0
enter proper aptsources independent on mirror used at build time
2011-10-23 09:20:53 +02:00
josch
3db811d1ac
add gta04 support
2011-10-23 02:11:26 +02:00
josch
87c8711960
make notioninkadam target armhf by default
2011-10-19 08:33:27 +02:00
josch
e24f9c2f51
add debian-ports-archive-keyring package to packages
2011-10-18 23:16:03 +02:00
josch
360b4b7023
use FAKECHROOT_CMD_SUBST instead of backing up and replacing files in chroot
2011-10-18 23:12:31 +02:00
josch
0604d04a74
add hint about existing tarball
2011-10-18 16:51:27 +02:00
josch
7c2ef15588
QEMU_LD_PREFIX support is upstream in qemu git
2011-10-18 16:34:59 +02:00
josch
9b490a5e33
add hint about existing root directory
2011-10-18 15:25:46 +02:00
josch
4ba47d78d6
fakechroot is now multiarch
2011-10-18 15:18:13 +02:00
josch
4c1853fefa
add fakeroot multiarch bugnumber
2011-08-01 14:37:06 +02:00
josch
421c1e39b2
new TODO gconf bug
2011-07-30 23:26:38 +02:00
josch
15a7df4f36
add a new qemu bug as TODO
2011-07-30 14:58:20 +02:00
josch
b3e0835424
#562887 was fixed (qemu mips/mipsel issue)
2011-07-28 19:46:55 +02:00
josch
ee618b935e
default: fix config.armhf ROOTDIR name
2011-07-28 08:37:57 +02:00
josch
590404593c
om-gta02: remove tslib hack
2011-07-28 08:36:14 +02:00
Geert Stappers
5699cc014e
fakechroot multiarch BR
2011-07-28 00:33:40 +02:00
Geert Stappers
577d707826
polystrap-nb: error messages reviewed
...
* s/target/board/
* (standard) output to error output
* non zero exit
2011-07-23 07:21:29 +02:00
Geert Stappers
61c4202af9
renamed: newtarget.sh -> polystrap-nb
...
The 'nb' is short for New Board
2011-07-23 07:21:29 +02:00
Geert Stappers
1cce1c0d76
s/PLATFORM/BOARD/
2011-07-23 07:21:29 +02:00
josch
71a7420963
update TODO
2011-07-06 21:39:09 +02:00
josch
b3affa9fd6
update README
2011-07-06 17:30:52 +02:00
josch
0c26c07f02
add all the debconf values for tzdata
2011-07-06 12:49:50 +02:00
josch
e23056764a
add TODO
2011-07-06 09:29:43 +02:00
josch
8de85cb786
Merge branch 'master' of git+ssh://git.debian.org/git/emdebian/polystrap
2011-07-06 07:04:17 +02:00
Geert Stappers
7d18e1ef23
polystrap [PATCH] Informational messages to standard out
...
In good UNIX tradition is it possible to do
foo > /dev/null
to make foo silent and get only the error messages of foo
For polystrap should that also be possible.
2011-07-06 07:01:54 +02:00
josch
426abef09d
copying qemu-user-static into rootfs is a relic from the days of a real chroot - no idea how it survived the change for so long...
2011-07-06 07:01:54 +02:00
Yann Dirson
213f376970
Advertize qemu-user-static and binfmt-support, and warn about essential
...
config items.
2011-07-06 07:01:54 +02:00
Yann Dirson
80e97de0dc
Multistrap's include mechanism is hairy enough that users may need some
...
support to debug their configs.
2011-07-06 07:01:54 +02:00
josch
ab9d347510
solve some whitespace issues
2011-07-06 07:01:54 +02:00
Yann Dirson
72bc58b8cc
add cdn.debian.net as default mirror
2011-07-06 07:01:46 +02:00
josch
86b130e41f
add more status output, delete -x flag
2011-07-06 07:01:15 +02:00
Geert Stappers
7ee349b038
make sure sbin binaries are in PATH
2011-07-06 07:01:10 +02:00
Geert Stappers
94230780a8
output messages to stderr
2011-07-06 07:01:03 +02:00
josch
a4c383bfd0
add proper exit status
2011-07-06 07:00:43 +02:00
josch
842099ac8c
add date in default config rootdir
2011-07-06 07:00:43 +02:00
Geert Stappers
5169ab899e
put temporary config file in working directory
2011-07-06 07:00:30 +02:00
Geert Stappers
da509267c7
polystrap [PATCH] Informational messages to standard out
...
In good UNIX tradition is it possible to do
foo > /dev/null
to make foo silent and get only the error messages of foo
For polystrap should that also be possible.
2011-07-06 06:45:10 +02:00
josch
c0e5a61eb9
copying qemu-user-static into rootfs is a relic from the days of a real chroot - no idea how it survived the change for so long...
2011-06-30 21:03:41 +02:00
Yann Dirson
34f638595a
Advertize qemu-user-static and binfmt-support, and warn about essential
...
config items.
2011-06-30 08:56:36 +02:00
Yann Dirson
e46ec0cf5a
Multistrap's include mechanism is hairy enough that users may need some
...
support to debug their configs.
2011-06-30 08:52:44 +02:00