Author Topic: Squeeky Clean Install?  (Read 5442 times)

jawZolife

  • Newbie
  • *
  • Posts: 13
    • View Profile
Squeeky Clean Install?
« 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

----------------------------------------------
SL-6000L - OZ/Opie 3.5.3 (tosa)
CE-JC2 CF Expansion adapter
Various CF and SD cards
NuShield screen protection
PDA Panache stylus (never  again)

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Squeeky Clean Install?
« Reply #1 on: July 02, 2005, 06:58:12 am »
Two possibillities: Erase the 2nd partition from the update menu; or boot up, rm -rf $HOME/*, reboot.
« Last Edit: July 02, 2005, 06:58:33 am by Mickeyl »
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

jawZolife

  • Newbie
  • *
  • Posts: 13
    • View Profile
Squeeky Clean Install?
« Reply #2 on: July 03, 2005, 10:46:01 am »
Quote
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

----------------------------------------------
SL-6000L - OZ/Opie 3.5.3 (tosa)
CE-JC2 CF Expansion adapter
Various CF and SD cards
NuShield screen protection
PDA Panache stylus (never  again)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Squeeky Clean Install?
« Reply #3 on: July 03, 2005, 12:02:34 pm »
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
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

jawZolife

  • Newbie
  • *
  • Posts: 13
    • View Profile
Squeeky Clean Install?
« Reply #4 on: July 05, 2005, 10:24:13 pm »
Quote
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

----------------------------------------------
SL-6000L - OZ/Opie 3.5.3 (tosa)
CE-JC2 CF Expansion adapter
Various CF and SD cards
NuShield screen protection
PDA Panache stylus (never  again)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Squeeky Clean Install?
« Reply #5 on: July 06, 2005, 04:59:33 am »
Quote
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
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

jawZolife

  • Newbie
  • *
  • Posts: 13
    • View Profile
Squeeky Clean Install?
« Reply #6 on: July 06, 2005, 08:38:31 pm »
Quote
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

----------------------------------------------
SL-6000L - OZ/Opie 3.5.3 (tosa)
CE-JC2 CF Expansion adapter
Various CF and SD cards
NuShield screen protection
PDA Panache stylus (never  again)

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Squeeky Clean Install?
« Reply #7 on: July 06, 2005, 08:55:54 pm »
Quote
Quote
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:
Code: [Select]
cd /home
rm –rf *

Greg

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Squeeky Clean Install?
« Reply #8 on: July 07, 2005, 07:16:23 am »
Quote
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
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

jawZolife

  • Newbie
  • *
  • Posts: 13
    • View Profile
Squeeky Clean Install?
« Reply #9 on: July 07, 2005, 09:59:24 pm »
Quote
Quote
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

----------------------------------------------
SL-6000L - OZ/Opie 3.5.3 (tosa)
CE-JC2 CF Expansion adapter
Various CF and SD cards
NuShield screen protection
PDA Panache stylus (never  again)