I have done a significant reworking of /etc/preinit to make it more
modular and customizable. It is now possible to configured things like
the failsafe ip. It is also possible to easily customize what happens
in preinit and failsafe.
I am working on a project in which use the failsafe mode as
On Tue, 11 Aug 2009 10:25:00 -0700 (PDT)
Jac Goudsmit wrote:
> On the other hand, I would say the preinit should be very small and
> self-contained, to minimize the chance of bugs or security problems.
> After all a simple mistake can brick a device at preinit time. As far
> as I understand, prei
On Tue, 11 Aug 2009 03:18:58 +0200
Felix Fietkau wrote:
> Are you really sure that in your case it substitutes the sizeof
> expression with a value of 1 or is this a guess?
With your reminder of sizeof on constant arrays, I was able to find the
true offender and now the patch affects exactly one
I have been continuing to bang away at this and have come up with some
improvements and more features for the preinit. I hope you like them.
As always I look forward to your comments when you get the time to look
at it. I'm hoping that won't be *too* far in future since I'd like to
see it in the
This pair of patches implements a package (for feeds), called
failsafe-provider-restore based on the modular failsafe/preinit patch I
have posted recently.
The package will download a firmware and settings tarball on entry to
failsafe mode (unless you select to bypass and do a regular failsafe)
On Mon, 17 Aug 2009 20:05:19 +0200
bud.d...@suisse.org wrote:
> Hi all,
>
> I am having a hard time to find the place where mounting root "/"
> really happens ..
> http://oldwiki.openwrt.org/OpenWrtDocs%282f%29OpenWrtDocs%282f%29lKamikazeBootHowTo.html
> is not helpful
> https://forum.openwrt.org
On Mon, 17 Aug 2009 23:03:17 +0200
Matthias Buecher / Germany wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I found out how to add /lib/upgrade/platform.sh to the build, and also
> that the image is written to just a single mtd block.
>
> But while testing (flashing went fine) I
Hi,
I wanted to ping someone to apply this very small patch which fixes
sysupgrade so that backup and restore of data across a flashing of the
firmware (i.e. automatic saving of specified configuration before
flashing, and then restoring automatically on firstboot), works.
The bug was that the fu
c/preinit.d/conf.d/10_preinit_netmsg
+ echo 'pi_broadcast=$(if $(CONFIG_TARGET_PREINIT_BROADCAST),$(CONFIG_TARGET_PREINIT_BROADCAST),"")' >>$(1)/etc/preinit.d/conf.d/10_preinit_netmsg
+endef
+
+
define Package/base-files/install
$(CP) ./files/* $(1)/
if [ -d $(GENER
On Fri, 04 Sep 2009 10:34:40 +0200
bud.d...@suisse.org wrote:
>
> > I've refreshed the patches to work with current trunk (as the old
> > patches were no longer applying cleanly due to recent changes).
> > There are also a couple of minor functional changes some of which
> > make the usb root stu
On Sun, 06 Sep 2009 01:13:47 +0200
Felix Fietkau wrote:
> Daniel Dickinson wrote:
> > Hi all,
> >
> > I've refreshed the patches to work with current trunk (as the old
> > patches were no longer applying cleanly due to recent changes).
> > There are als
/preinit.d/conf.d/10_preinit_netmsg
+ echo 'pi_broadcast=$(if $(CONFIG_TARGET_PREINIT_BROADCAST),$(CONFIG_TARGET_PREINIT_BROADCAST),"")' >>$(1)/etc/preinit.d/conf.d/10_preinit_netmsg
+endef
+
+
define Package/base-files/install
$(CP) ./files/* $(1)/
if [ -d $(GENERI
Hi all,
I'm working on a project that is based on OpenWRT for what will be a
'live' commercial application. We are giving back are changes (due to
a great boss), and my boss is really excited by the failsafe provider
restore and I'd like to tell you why in hopes that it will help with
the adoptio
define Package/usb-root
SECTION:=utils
CATEGORY:=Utilities
TITLE:=USB as root filesystem
DEPENDS:=+kmod-usb-core +CONFIG_USBROOT_FS_EXT2:kmod-fs-ext2
+kmod-usb-storage +CONFIG_USBROOT_FS_EXT3:kmod-fs-ext3
+CONFIG_USBROOT_FS_REISERFS:kmod-fs-reiserfs
+CONFIG_USBROOT_HOST_OHCI:kmod-usb-ohci
+
On Sun, 6 Sep 2009 21:40:19 -0400
Daniel Dickinson wrote:
> On Sun, 06 Sep 2009 01:13:47 +0200
> Felix Fietkau wrote:
>
> > Daniel Dickinson wrote:
> > > Hi all,
> > >
> > > I've refreshed the patches to work with current trunk (as the old
>
*PING*, Ticket #5516
Here's an updated patch in case the old ones won't apply, and I think is not a
bad patch. Could it please be applied? I can't access failsafe mode on my
brcm63xx-based routers without it because Ctrl-C doesn't work.
This patch doesn't eliminate Ctrl-C, it just adds regular
Hi all,
I was discussing the changes to preinit, mount_root, and and firstboot
that I am working on, with Jo (xMff), specifically to ask where he
thought I should put code that was common to the reworked mount_root and
firstboot.
In that discussion we came to the conclusion that non-config files
On Wed, 2010-01-13 at 15:06 -0500, Stefan Monnier wrote:
> >> What do the rest of you think, of making the /lib move for a)
> >> functions.sh and b) preinit?
> > Sounds like a good idea to me. Might as well move /etc/init.d and
> > rc.common while we're at it - but not without compatibility symlink
Hi,
I'm doing a fresh build with modifications to my previous preinit
patches. It seems the patch posted to the list is missing files.
That's when I get for not building from the patch before posting.
Sorry about that.
Regards,
Daniel
--
And that's my crabbing done for the day. Got it out o
On Fri, 2010-01-15 at 19:08 +0200, Zintis wrote:
> Just a reminder of this patch. I haven't seen it committed yet.
> OpenWRT has glibc support but for samba3 (and probably other packages) to
> work it needs gconv support. This patch adds gconv-modules package
I've committed this. Is there a Trac
> I've committed this. Is there a Trac# for this? I didn't close it if
> there is. I thought of this after committing, but should it perhaps not
> be in base? How many other packages depend on it? I'll fix it to be in
> libs if it's not a hard requirement for most packages.
FYI, I've changed
On Sat, 2010-01-23 at 20:55 +0200, Zintis wrote:
> gconv-modules depends on glibc. Set gconv-modules version from glibc
> version.
>
> Signed-off-by: Zintis Petersons
Applied r19323. Next time please make the patch from the packages root.
Regards,
Daniel
--
And that's my crabbing done for
Ticket #6575: Patch for brcm47xx, hopefully it will boot again. Working
with folds on IRC to see if we can make this happen.
Also attached here.
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoon to sniff fragrant tea-roses or
strang
On Tue, 2010-01-26 at 14:19 +0100, Luigi 'Comio' Mantellini wrote:
> Hi All,
>
> Hi Daniel,
>
> thanks for this improvement.
>
> I have just a request from the documentation point of view: can anyone
> formalize a document with the init sequence, the hooks that can be
> used and any other useful
On Tue, 2010-01-26 at 21:09 -0500, Stefan Monnier wrote:
> > See, http://cshore.is-a-geek.com/openwrt/preinit_mount.html
> > It's fully documented along with an example.
>
> Thanks. It's much better, but it still leaves several questions open:
The doc is now on the wiki. Feel free to improve it
> satisfied with the work I've done, and while there may be some things
> that need changing, or bugs fixed, I'm moving on to other things (as Jo
To clarify I mean that except for the things that need changing, or bugs
fixed, I'm moving on to other thing.
Regards,
Daniel
--
And that's my crab
This fixes that
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoon to sniff fragrant tea-roses or
strangle cute bunnies or something. -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C http://gnupg.org
The C Shore (
Preinit still had a few references to Ctrl-C even we have figured out
that Ctrl-C to interrupt is not available on /dev/console because it's
not a controlling terminal and it would be a bad idea to make it one
(because it would interfere with normal operating mode).
--
And that's my crabbing done
The attached patch replaces the current /etc/hotplug.d/block/10-mount
and adds a shared shell script 'library' that, with this patch, is used
by hotplug automount and fstab, and will be used by the rootfs on
external storage package that I am working on as well.
You can turn automount completely o
On Sat, 2010-01-30 at 12:47 +0100, edgar.sol...@web.de wrote:
> (stability)
> Quite a chunk of code. Did you write it from scratch?
Yes
> How thoroughly is this tested by now?
Well I've tested a number of scenarios / code paths, but there is
probably something I've missed.
> Does this work with
Should fix #6610. Another typo.
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoon to sniff fragrant tea-roses or
strangle cute bunnies or something. -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C http://gnupg.
This is because I foolishly used /dev/null before it was created, so an
empty file was created. This prevented the actual device node from
being created. The attached patch fixes that.
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoo
Hi all,
Here is the automount patch I've been promising with the modularization
and logging suggested by ede.
You can turn automount completely off.
You can set it to do only mounts from fstab
You can set it to do only 'anonymous' mounts (mounted under /mnt/device)
Ditto swap (if swap-utils is in
This time with the patch
On Sun, 2010-02-07 at 00:58 -0500, Daniel Dickinson wrote:
> Hi all,
>
> Here is the automount patch I've been promising with the modularization
> and logging suggested by ede.
>
> You can turn automount completely off.
> You can set it to
On Sun, 2010-02-07 at 16:26 +0100, edgar.sol...@web.de wrote:
> What do you think of packaging hotplug automount separately? Now that
> it's that sophisticated it takes several kilobytes of space. Space that
> is valuable to users without non-usb-routers.
I think adding hotplugd-autmount (5K), plu
On Sun, 2010-02-07 at 22:32 +0100, edgar.sol...@web.de wrote:
> The swap parts should be part of base files. The needed swapon/off could
> come from util-linux or busybox.
The idea was to have swap automount functionality only if swapon/of was
actually present. I don't think that swapon/off from
On Wed, 2010-02-17 at 11:56 +0100, edgar.sol...@web.de wrote:
> On 12.02.2010 22:13, Daniel Dickinson wrote:
> > I think the packaging needs the following properties:
> > 1) scripts for functionality (e.g. uuid and label, using blkid) are
> > automatically installed if the
On Mon, 2010-02-15 at 10:20 -0500, Stefan Monnier wrote:
> > Here is the first part of the rootfs on external (i.e. not the squashfs,
> > jffs, or boot root) rootfs (right not just usb, but can easily be
> > extended to others).
>
> Thanks, this is a needed feature, indeed.
>
> > This has to be m
On Thu, 2010-02-18 at 12:18 +0100, edgar.sol...@web.de wrote:
> >>
> >> I'd rather keep them optional, that's why the log tells if it misses blkid.
> >
> > Actually it doesn't. And it's only automatically selected if the base
> > block-mount package is selected, so it is optional, but you don't ha
On Fri, 2010-02-19 at 22:49 +0100, Hans Mustermann wrote:
> Daniel, any news on your updated (automated) script?
RSN (Real Soon Now). I chatted with Felix on IRC and we're going to
enable blkid and swap-utils in busybox, and vastly simplify the
plugin/packaging. The block mount / automount will
On Fri, 2010-02-19 at 19:42 +0100, edgar.sol...@web.de wrote:
> >> [extroot support split into lots of small packages]
> >
> > Imho for stuff like "blkid" the packaging overhead is higher than
> > enabling the corresponding busybox applet - the package status info plus
> > control file plus conditi
On Fri, 2010-02-19 at 00:19 -0500, Stefan Monnier wrote:
> >> > This has to be manually configured after the first
> >> > boot (and requires a reboot after a sysupgrade first boot).
> >> H... that's a problem. It means that you can't just have
> >> squashfs+extroot but need a jffs2 inbetween j
On Fri, 2010-02-19 at 18:05 +0100, edgar.sol...@web.de wrote:
> obviously. DD-WRT micro images also run on 2MB devices, see for
> contained functionality
> http://dd-wrt.com/wiki/index.php/What_is_DD-WRT%3F#File_Versions
> , so why should openwrt fail to do so?
> I already compiled images smaller
On Sat, 2010-02-20 at 13:13 +0100, edgar.sol...@web.de wrote:
> >>
> >> well, How about one big additional storage package then? Additionally
> >> enabling swapon and blkid from busybox?
> >> This also makes it easier to maintain. There is enough stuff already in
> >> base files.
> >
> > One or
At http://wiki.openwrt.org/inbox/techref/taskinit_discussion I've tried
to start a discussion of a solution to the problem of hotplug and init.d
dependency / race condition problems that exist in OpenWRT today.
If you have some ideas, please add to the page.
Regards,
Daniel
--
And that's my c
had fstype
detection to the busybox blkid code.
* it adds the is_rootfs option to mount config sections. If the
mount_by_section is called with find_rootfs, then *only* the rootfs is
mounted. This will be used by extroot. (extroot is not going to need a
separate config file)
--
Daniel Dickinson
Con
I modified this slightly to add something I forgot I needed for extroot.
Namely the returning of the rootfs mount target, when we are searching
for a rootfs in mount_by_section.
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoon to snif
Here's the block-extroot, still without the scripts for configuration,
but working for a manual done configuration. It
* No longer has a /etc/config/extroot at all
* depends on block-mount to find and mount the rootfs, via the ability
add the option is_rootfs to a mount section of /etc/config/fst
Just a ping on thoughts on this.
On Thu, 2009-06-25 at 14:19 +0200, Frédéric Moulins wrote:
> Hello,
>
> while testing the atheros sysupgrade hack proposed by JoW, I found out
> an unexpected behaviour.
>
> '/etc/uci-defaults/*' scripts are applied in '/etc/init.d/boot',
> _after_ '/etc/preinit'
Based on discussion, for block-mount:
* I have changed the references to /etc/fstab to point to /tmp/fstab
(which is what is currently defined as the symlink from /etc/fstab).
* I have removed the commented out code for the anonymous fsck
functions, because they won't work until blkid returns fsty
On Wed, 2010-02-24 at 13:45 +0100, Hans Mustermann wrote:
> Do I have to apply all the patches?
Only the ones in the most recent email. But if you want external root
you need all the patches in that email.
Regards,
Daniel
--
And that's my crabbing done for the day. Got it out of the way earl
Here is a crazy little script that I intend to include with the
block-extroot package. I'm putting it here for reasonable comments.
Please, however, keep in mind that I don't intend to write a full-blown
bulletproof application for my mother, just an aid for those who want to
use an external root
On Thu, 2010-02-25 at 10:43 +0100, Hans Mustermann wrote:
> 2010/2/25, Daniel Dickinson :
> > Here is a crazy little script that I intend to include with the
> > block-extroot package.
> Where is the script?
Sorry, I seem to forget the attachment every time. Here it is now.
I sent the wrong patch. I'm digging for the right one now.
On Wed, 2010-02-24 at 13:45 +0100, Hans Mustermann wrote:
> Do I have to apply all the patches?
>
> 2010/2/24, Daniel Dickinson :
> > With the patches this time
> >
> > On Tue, 2010-02-23 at 21:
configuration details (I think).
Regards,
Daniel
--
Daniel Dickinson
Contracted to Vertical Communications Inc.
Service Provider BU, Systems Developer
--
And that's my crabbing done for the day. Got it out of the way early,
now I have the rest of the afternoon to sniff fragrant tea-ros
Here is the patch to change from /jffs to /overlay. This will make sure
when an overlay is used, whether usb root or squashfs/jffs it will have
the same location.
It also means that opkg.conf now will not need to be different for
block-extroot compared to normal squashfs.
Regards,
Daniel
--
A
On Fri, 2010-03-12 at 14:06 -0600, Bruno Wolff III wrote:
> I took a look at the backfire beta a few days ago to see if there was
> ebtables support and ifb support. I didn't find either, but I am seeing
> ebtables support in the snapshots, so i will assume it will be there in
> the end.
As I unde
The current default setup for /etc/config/fstab is configured for
hotplug, but blocks hotplug for /dev/sda1 and /dev/sda2 because it has
default entries for those devices, which are disabled, and those entries
are configured to be used.
This patch disables the use of specific device entries
in /et
On Sun, 2010-03-21 at 20:41 -0400, Brian Hutchinson wrote:
> Hi,
>
> I've never needed to really get into the startup scripts much but now
> I need to try and understand how the mini_fo union gets set up so I'm
> trying to learn the startup scripts like preinit.
>
> I'm using a Pronghorn SBC (ixp
On Mon, 2010-03-22 at 12:24 -0400, Stefan Monnier wrote:
> Another option might be to send that debug output to the network as is
> done in preinit_net_echo and "read" it via tcpdump.
You can also use socat to receive the udp broadcasts without exiting
after the first one.
--
And that's my crab
On Tue, 2010-03-23 at 09:04 -0400, Brian Hutchinson wrote:
> Thanks to everyone for the great suggestions!
>
> Since I'm new at going this deep into shell debugging (and almost
> never on a embedded target) I'll have to check out each of these
> suggestions as I've never heard of some of them.
>
A note to anyone interested in FreeSWITCH. If you want to try out, or
help me debug, FreeSWITCH 1.0.5 (not yet released), I have a git repo
that I periodically update the the latest available build of 1.0.5 (from
http://latest.freeswitch.org).
My repository it a Git repository for all my persona
On Tue, 2010-04-06 at 01:49 +, OpenWrt wrote:
> #6852: PPTP wrong gateway detection
> --+-
> Reporter: abr...@… | Owner: cshore
> Type: defect| Status: accepted
> Priority: norm
Hi all,
I have a patch that is in my opinion an ugly hack, but I wanted to show
because it solves a problem that at least two packages have. That is,
miniupnpd and, IIRC, strongswan create firewall rules on-the-fly.
Without this patch, when the firewall is restarted the rules are lost.
In the cas
On Thu, 2010-05-20 at 19:42 +0200, Bas Mevissen wrote:
> On Thu, 2010-05-20 at 19:23 +0200, Benjamin Henrion wrote:
> > It seems that the OpenWRT devs have entrenched views about optware packages:
> >
> > https://dev.openwrt.org/ticket/944
> >
>
> What's your reason for digging up a 4 year old t
On Fri, 12 Nov 2010 21:29:08 +0100
mark.v...@team-embedded.nl wrote:
> From: Mark Vels
>
> This typo fix solves at least the following warning:
> sysinit: WARNING: /lib/functions/fsck not found
> but probably also some functionality that uses the functions
> from this include file.
>
> Si
Signed-off-by: Daniel Dickinson
---
package/mtd/src/mtd.c | 129
+ package/mtd/src/mtd.h
|8 ++-- package/mtd/src/trx.c | 98
+++-- 3 files changed, 120
insertions(+), 115 deletions(-)
diff --git a/package/mtd
hat is the only function that was compiled
on that platform)
d) Adds the appropriate functions for brcm63xx and executes mtd fixtrx
linux on first boot for devices known to be affected by the CRC problem.
Daniel Dickinson (5):
mtd: Changed mtd_fixtrx and related functions to be weak reference
Signed-off-by: Daniel Dickinson
---
package/mtd/src/Makefile |1 +
package/mtd/src/bcm_tag.h |1 +
package/mtd/src/imagetag.c | 244
package/mtd/src/mtd.c
|2 +- 4 files changed, 247 insertions(+), 1 deletions(-)
create mode 12
Signed-off-by: Daniel Dickinson
---
.../base-files/etc/uci-defaults/brcm63xx_fixcrc.sh | 20
1 files changed, 20 insertions(+), 0 deletions(-)
create mode 100755
target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
diff --git a/target/linux/brcm63xx/base
Signed-off-by: Daniel Dickinson
---
.../patches-2.6.35/040-bcm963xx_flashmap.patch | 57
++-- 1 files changed, 52 insertions(+), 5 deletions(-)
diff --git a/target/linux/brcm63xx/patches-2.6.35/040-bcm963xx_flashmap.patch b/target/linux/brcm63xx/patches-2.6.35/040
Signed-off-by: Daniel Dickinson
---
package/mtd/src/imagetag.c | 71
package/mtd/src/jffs2.c
| 12 2 files changed, 77 insertions(+), 6 deletions(-)
diff --git a/package/mtd/src/imagetag.c b/package/mtd/src/imagetag.c
index 71d88ea
On Sun, 28 Nov 2010 09:12:35 +0100
Michael Kämmerer wrote:
> I'm trying to realize a "diag.sh" file for signaling the router state
> via led flashing.
>
> My problem is, that when I try to read out the file "/proc/cpuinfo",
> I get an error on serial console, that there is no file cpuinfo.
You
On Wed, 15 Dec 2010 19:37:19 -0800
Jacob Appelbaum wrote:
> Hi,
>
> I'm a Tor developer and I've been using OpenWRT recently. It's very
> useful for Tor bridges and I wanted to contribute some of my Tor
> related packaging work back to the community. This is a version bump
> to build the newest
On Wed, 29 Dec 2010 09:10:37 -
"OpenWrt" wrote:
> Comment:
>
> Note that someone who actually cares about extroot should look into
> this. Personally I've never seen a real reason why would this be
I would, but I don't know kernel filesystem stuff at all. I presumed
that because you were
On Mon, 17 Jan 2011 01:15:19 -0800
Philip Prindeville wrote:
> The soloscli utility is useful for setting parameters on the FPGA
> that aren't accessible via module parameters.
>
> It doesn't do much good to have the kernel driver without this
> utility.
>
> Index: package/kernel/modules/netdev
these files are processed in two steps:
source all files in /lib/preinit
...This defines functions defined in the files AND executes anything
not in a function
loop through the hooks, executing functions in the order that were
added with boot_hook_add in step 1.
Regards,
Daniel
>
>
>
On Wed, 05 Jan 2011 01:22:37 -0500
Stefan Monnier wrote:
> > I want the flexibility of the former. I want my extroot device to
> > be the entire root filesystem of my system and not require a
> > particular flashed image because it relies on files in the flashed
> > image's root filesystem.
>
On Mon, 17 Jan 2011 23:01:36 -0800
Philip Prindeville wrote:
> On 1/17/11 1:17 AM, Imre Kaloz wrote:
> > On Mon, 17 Jan 2011 10:15:19 +0100, Philip Prindeville
> > wrote:
> >
> >> The soloscli utility is useful for setting parameters on the FPGA
> >> that aren't accessible via module parameters.
On Fri, 28 Jan 2011 17:34:21 -0700
Philip Prindeville wrote:
> There seems to be a dependency between libusb-1.0 and opkg.
>
> libusb-1.0 will only build if opkg has already been built.
Please find the *real* problem not just the symptom if you want your
patches committed. In this case it is c
Hi all,
I wanted to let you know what I'm thinking for block-extroot in general
I am not planning on further work on block-extroot, but rather
addressing the reasons block-extroot was created.
Basically I see a few scenarios where block-extroot, or functionality
requested for block-root applies
Hi all,
Just to let you all know that extroot is not dead, just not as
much of priority for me. I'm still working on it from time to
time.
I wasn't going to, but it's widely used and needs loving.
Regards,
Daniel
--
hm. I've lost a machine.. literally _lost_.
On Mon, 14 Mar 2011 17:07:22 +0100
"Thomas Langer" wrote:
> with commit 26026 (https://dev.openwrt.org/changeset/26026)
> I see the coreutils package downloaded and build in my defconfig.
>
> With the following patch, this default selection really does no build,
> as long as no "plugin" is selec
On Fri, 11 Mar 2011 11:44:27 +
Lee Essen wrote:
> Is there any interest in this?
Jow and I talked about this and we thought that it would be better to
have a hotplug handler than arbitrary script execution within the
block-mount. Here's the part of the conversation I captured on how to
impl
Hi all,
I know there were a few of you who didn't want to use extroot because
it didn't support using a regularly mounted disk (i.e. you didn't like
the /overlay stuff).
Now, if you specify
option target /
in the /etc/config/fstab, that partition will be mounted as a regular
root filesystem (no
On Mon, 21 Mar 2011 13:36:47 -0400
Stefan Monnier wrote:
> > the disabling is being done deliberately to give users a chance /
> > force them to clean up the overlay after a reflash.
>
> So this test is only for the `overlay' case, not the new "option
> target /" case, right?
>
>
No, it's for
On Wed, 23 Mar 2011 11:32:51 -0400
Stefan Monnier wrote:
> >> > the disabling is being done deliberately to give users a chance /
> >> > force them to clean up the overlay after a reflash.
> >> So this test is only for the `overlay' case, not the new "option
> >> target /" case, right?
> > No, it
On Wed, 30 Mar 2011 19:14:42 +0200
"Ithamar R. Adema" wrote:
> Hello,
>
> After a recent upgrade to latest Backfire I bumped into an interesting
> problem.
>
> If a target has a /etc/config/fstab file in its base-files
> (target/linux/$(TARGET)/base-files/etc/config/fstab) and has
> block-mount
> So I think I have identified the problem... I just don't have a
> solution yet.
Thank you for the analysis. Now to try to find time to work on it
Regards Daniel
--
hm. I've lost a machine.. literally _lost_. it responds to ping,
it works completely, I just can't figure out where in my
On Thu, 31 Mar 2011 20:09:07 +0200
"Ithamar R. Adema" wrote:
> >
> > Do you also remove the $(INTALL_DATA) ./files/fstab.config
> > $(1)/etc/config/fstab ?
> >
> > If not then the file should still be installed regardless of the
> > conffiles. AFAIK conffiles just says don't overwrite if it a
On Mon, 28 Mar 2011 19:44:31 +0200
Gregers Petersen wrote:
> Dear All
>
> I've been following the discussion and would like to offer to organize
> an irc meeting on -devel - to discuss this issue, and together
> generate a model for how to change things to the better.
>
> I would like to sugges
On Fri, 01 Apr 2011 12:43:43 +0200
"Ithamar R. Adema" wrote:
> Hi,
>
> On Thu, 2011-03-31 at 15:05 -0400, Daniel Dickinson wrote:
> > Actually this is normal. Order is base-files, then
> > target/base-files, then packages. It's doing
> > target
On Fri, 01 Apr 2011 19:31:41 +0200
Gregers Petersen wrote:
> Dear all
>
> I promised to post an agenda for the patch process meeting sunday on
> irc -devel @ 19:00 UTC.
>
> The generel discussion has concerned two central points. first, how is
> the patch submission process in reality working?
On Mon, 7 Mar 2011 21:15:03 +0100
Jonas Gorski wrote:
Er, I've forgotten. Has this been applied yet?
--
hm. I've lost a machine.. literally _lost_. it responds to ping,
it works completely, I just can't figure out where in my apartment it
is. GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C
Hi,
Did Florian apply this already? If not could I get you to redo the
command line parsing changes via editing .ggo file and regenerating the
C files from there. That is the preferred way for code changes. The
only reason we include the .c and .h for the parsing is that we didn't
want to make
On Sun, 20 Mar 2011 21:04:06 +0100
Maarten Bezemer wrote:
> Fixes warning of missing /lib/functions/fsck directory during boot.
> Happens when no scripts are installed in this directory (ie when
> e2fsck is not enabled)
>
> ---
> Signed-of-by: Maarten Bezemer
Committed (after update to new bloc
On Thu, 14 Apr 2011 22:33:11 -0600
Philip Prindeville wrote:
> Add the PC speaker back to the Geos platform.
>
> Add DMI support in BIOS.
>
> Signed-off-by: Philip Prindeville
>
Committed.
--
hm. I've lost a machine.. literally _lost_. it responds to ping,
it works completely, I just can
On Thu, 14 Apr 2011 22:05:27 -0600
Philip Prindeville wrote:
> Punch firewall holes for ISAKMP (udp port 500) and IPsec ESP.
>
> Set system.foreground to 1 to force scripts to complete before
> starting console shell.
>
> Signed-off-by: Philip Prindeville
> ---
I don't think making ISAKMP (IP
On Thu, 14 Apr 2011 20:31:14 -0600
Philip Prindeville wrote:
> Add the PC speaker back to the Geos platform.
>
> Signed-off-by: Philip Prindeville
> ---
> Index: target/linux/x86/geos/config-default
> ===
> --- target/linux/x86/geo
On Fri, 06 May 2011 10:09:49 +0200
"Ithamar R. Adema" wrote:
> On Thu, 2011-05-05 at 16:49 -0600, Philip Prindeville wrote:
> > I agree that user files should take precedence over canned release
> > files (actually, I thought this was the case?).
>
> This used to be the cause, but broken a while
301 - 400 of 404 matches
Mail list logo