Thread
:
Help! Boot from MMC
View Single Post
db3d
2007-07-14 , 00:42
Posts: 6 | Thanked: 0 times | Joined on Jul 2007 @ Aliso Viejo, CA
#
8
I'm in the middle of the process (copying system files to MMC) after flashing IT 3.2006-49-2 and have found that tar is already installed, so no need to apt-get it.
So, the updated install instructions would read:
tar cf - -C /floppy . | tar xvf - -C /opt
not:
# apt-get -d install tar
# cd /var/cache/apt/archives/
# mkdir /tar-temp/
# dpkg -x tar*.deb /tar-temp/
# /tar-temp/bin/tar cf - -C /floppy . | /tar-temp/bin/tar xvf - -C /opt
Hope this helps,
Dylan
Quote & Reply
|
db3d
View Public Profile
Send a private message to db3d
Find all posts by db3d