• HomeBoards
  • RulesRules
  • HelpHelp
  • WikiWiki
  • Donate

Author Topic: How to modify dingux rootfs (with ubuntu)  (Read 4185 times)

batman52 (OP)

  • Posts: 111
How to modify dingux rootfs (with ubuntu)
« on: December 25, 2009, 01:40:28 am »
You have to:

-install genromfs
Code: [Select]
sudo apt-get install genromfs

- create two directories
Code: [Select]
mkdir romroot
mkdir rwroot

-mount the rootfs to romroot
Code: [Select]
sudo mount -t romfs -o loop rootfs romroot

-copy WITH SU RIGHTS (it won't work as a common user) the content of the mounted filesystem
Code: [Select]
sudo cp -r romroot ./rwroot

-unmount the fs
Code: [Select]
sudo umount romroot

-modify the rwroot folder as you like

-create the new rootfs with genromfs
Code: [Select]
cd ./rwroot/romroot
genromfs -f rootfs
« Last Edit: December 25, 2009, 03:57:36 pm by batman52 »

darfgarf

  • Guest
Re: How to modify dingux rootfs (with ubuntu)
« Reply #1 on: December 25, 2009, 02:57:05 pm »
sticky and/or wiki this  ;D

 

Post a new topic
Post a new topic