How install on usb stick?
2 posts
• Page 1 of 1
- Posts: 1 cirrosi
- Joined: 06 May 2008
#1
I need install antix on usb pen and boot from that.
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#2
If you want it to run as a livecd on a usb stick, then you'll need to copy the boot folder from the livecd to a usb stick (as root)
Assuming you have the iso file on a harddisk (linux)
#mkdir /home/yourusername/test
#mount -t iso9660 -o loop,ro /home/yourusername/antiX-M7.iso /home/yourusername/antiX/test
Then copy all those files to your usb stick.
Assuming you have the iso file on a harddisk (linux)
#mkdir /home/yourusername/test
#mount -t iso9660 -o loop,ro /home/yourusername/antiX-M7.iso /home/yourusername/antiX/test
Then copy all those files to your usb stick.