Gentoo Archives: gentoo-embedded

From: Siong-Ui Te <siongui@×××××.com>
To: gentoo-embedded@l.g.o
Cc: Mike Frysinger <vapier@g.o>
Subject: Re: [gentoo-embedded] include baselayout in initramfs
Date: Mon, 01 Oct 2007 03:25:03
Message-Id: a7ea0d70709302014n568c87c5i71a0b79366c80b52@mail.gmail.com
In Reply to: Re: [gentoo-embedded] include baselayout in initramfs by Mike Frysinger
1 I found temporary solution to this.
2 Here is my /init:
3
4 ---
5 #!/bin/ash
6 umask 022
7 exec <dev/console >dev/console 2>&1
8 exec chroot . /sbin/init
9 ---
10
11 and I modified rootfs in /etc/fstab as following
12 / / tmpfs noatime 0 0
13
14 However, I encountered another problem.
15 The initscripts shows the following messages:
16 /lib/udev/modprobe.sh: /etc/init.d/functions.sh: line 10: declare: not found
17
18 any suggestions?

Replies

Subject Author
Re: [gentoo-embedded] include baselayout in initramfs Natanael Copa <natanael.copa@×××××.com>
Re: [gentoo-embedded] include baselayout in initramfs Mike Frysinger <vapier@g.o>
[gentoo-embedded] Re: include baselayout in initramfs Marc Blumentritt <marc.blumentritt@×××××.de>