Hi Punky,
I’ll see how far I can help with cleanup.
Here first patch.
Teco
>> 1) PXE README.pxe
>> Before voyage-pxe can be started, remount-rw has to be performed.
>> After installation, I have:
>> /usr/local/sbin/voyage-install.sh: .voyage-install.conf: Read-only file
>> system
>> /usr/local/sbin/voyage-install.sh: test.conf: Read-only file system
> At the end of installation, it writes installation settings to disk to
> current directory. If your current directory is /tmp/root, which is a
> squashfs mount, you can't write it because squashfs is always a read-only
> filesystem.
# diff -u README.pxe.org README.pxe
--- README.pxe.org 2013-05-10 08:31:49.000000000 +0000
+++ README.pxe 2013-12-05 15:17:51.000000000 +0000
@@ -20,6 +20,7 @@
To start PXE environment from live-cd, after login root (password: voyage) ,
type:
+ # remountrw
# /etc/init.d/voyage-pxe start <serial rate>
where <serial rate> is the serial console speed. Without this parameter, the
@@ -97,6 +98,9 @@
/tmp/cf as mount point. After the installation complete, simple reboot the
board and Voyage will be started!
+Ignore the Read-only file system messages, the mounted squashfs cannot be
+updated with your settings.
+
There are some additional packages installed for PXE and NFS server. After
starting Voyage, you can safely remove them by:
_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux