Author Topic: img file like debian  (Read 1201 times)

zelegolas

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
img file like debian
« on: March 22, 2010, 11:02:37 pm »
Hi

On Debian it's very simple to put a debian on usb key
We just have to do a command like this:
zcat boot.img.gz > /dev/sdb (/dev/sdb is the usb)
or
cat debian-live-504-i386-xfce-desktop.img > /dev/sdb

Do you have something similar for eBox?