OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: jawZolife on July 01, 2005, 11:17:40 pm
-
Hi,
I converted my 6000 to OZ/Opie 3.5.3 after several months of the Sharp ROM.
Whilst recently peruzing the Z, I have noticed files/folders I installed back in the days of tinkering with the Sharp ROM.
How do I erase all that is not needed and install a clean flavor of OZ/Opie??
I have searched the forums and see the suggestion to merely flash the Z with the ROM of of choice to "reset" it.
However, with the files and folders I have found after the switch to OZ, I am thinking I need to perform a few added steps.
Any input is appreciated
jawZ
-
Two possibillities: Erase the 2nd partition from the update menu; or boot up, rm -rf $HOME/*, reboot.
-
Two possibillities: Erase the 2nd partition from the update menu; or boot up, rm -rf $HOME/*, reboot.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86724\"][{POST_SNAPBACK}][/a][/div]
Thanks for the information, Mickey.
Would you suggest I do this before, or after the re-install of OZ?
Regards,
jawZ
-
You should be able to do it after you've installed opie, and opie will then regenerate the info which is stored in there.
Probably best to do this from the command prompt outside of Opie though.
In the future I'd recommend doing this before flashing though.
Si
-
Two possibillities: Erase the 2nd partition from the update menu; or boot up, rm -rf $HOME/*, reboot.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86724\"][{POST_SNAPBACK}][/a][/div]
Mickey & lardman,
I tried rm -rf $HOME/* then flashed with OZ/Opie. Again, I am still seeing apps, etc from before.
I looked around both update menus (pwr + ok) & (pwr +d +m) and I see nothing specific to deleting partitions.
Sooo, to prevent me from becoming a brickmaker I would like a bit more detail to the delete partiton process.
Thanks,
jawZ
-
I tried rm -rf $HOME/* then flashed with OZ/Opie. Again, I am still seeing apps, etc from before.
Try:
rm -rf ~/*
(does that get hidden files too?), you might then need to do:
rm -rf ~/.*
Si
-
Try:
rm -rf ~/*
(does that get hidden files too?), you might then need to do:
rm -rf ~/.*
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=87194\"][{POST_SNAPBACK}][/a][/div]
Am I executing these commands at /home/root path? Or should I execute them at the root /
Regards,
jawZ
-
Try:
rm -rf ~/*
(does that get hidden files too?), you might then need to do:
rm -rf ~/.*
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=87194\"][{POST_SNAPBACK}][/a][/div]
Am I executing these commands at /home/root path? Or should I execute them at the root /
There’s many ways to achieve the same objective in Linux… here’s what I use on a poodle:
cd /home
rm –rf *
Greg
-
Am I executing these commands at /home/root path? Or should I execute them at the root /
You want to delete your home directory (not everything on the Z), so it has to be in /home/root - I'd go for Greg2's suggestion in fact (post above this one).
Si
-
Am I executing these commands at /home/root path? Or should I execute them at the root /
You want to delete your home directory (not everything on the Z), so it has to be in /home/root - I'd go for Greg2's suggestion in fact (post above this one).
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=87377\"][{POST_SNAPBACK}][/a][/div]
Thanks to all for the information... it was very helpful
jawZ