Gentoo Archives: gentoo-catalyst

From: Amit Dor-Shifer <amitds@××××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] non-standard folder on 'root_overlay' isn't available on liveCD
Date: Thu, 19 Nov 2009 14:00:39
Message-Id: 4B05427B.2000607@oversi.com
1 Hi.
2
3 I've a folder directly under '/' in the image, which doesn't appear in
4 the liveCD:
5
6 livecd root # ls -lad /mnt/livecd/my_folder/
7 drwxr-xr-x 2 root root 377 Nov 19 10:59 /mnt/livecd/my_folder/
8
9 livecd root # ls -lad /my_folder
10 ls: cannot access /my_folder: No such file or directory
11
12 I believe that's due to the way linuxrc generates '/' in a liveCD.
13
14 My question is: is there some documented method of making this folder
15 available on '/'.
16 I'm thinking of performing the symlink in /mnt/cdrom/cdupdate.sh.
17
18 10x,
19 Amit