[maemo-developers] [maemo-developers] Modifying the Root Filesystem
From: Frantisek Dufka dufkaf at seznam.czDate: Tue Jul 18 17:17:56 EEST 2006
- Previous message: [maemo-developers] Modifying the Root Filesystem
- Next message: [maemo-developers] Modifying the Root Filesystem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stellars Henson wrote: > hi, i've been doing the same. my method is a bit simpler: after providing my > nokia with most wanted/recent/favourite applications and utilities > 1. i just make > # tar -cpf /media/mmc1/backup.tar bin boot dev etc home lib root sbin usr var <snip> Alternative is to have dropbear and rsync installed on n770. Then you can just execute on desktop linux following commands (done as root, with rootfs directory created and n770 dns alias): # rsync -e ssh -avHx --delete n770:/ rootfs/ # mkfs.jffs2 -r rootfs -o rootfs.temp -e 128 -l -n # sumtool -i rootfs.temp -o rootfs.jffs2 -e 128KiB -l -n # rm rootfs.temp With quick network this can be faster than writing to mmc and can be also synchronised very quickly later when you do some small change. Frantisek
- Previous message: [maemo-developers] Modifying the Root Filesystem
- Next message: [maemo-developers] Modifying the Root Filesystem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]