diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-21 14:25:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-21 14:25:05 +0200 |
commit | b1f33fda4070054abd97160bc59fef6cf94b20fb (patch) | |
tree | 992b2fe6b4975adf7465579f79877caa9cd32e67 /README | |
parent | f8430a414f661aa407647bc5e456bad8a657da49 (diff) |
README: List packages to install on Debian systems.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Dependencies: on Debian systems, you need to install the following +packages: + + coreutils + dpkg-dev + findutils + fuse + fuseiso + isolinux + libvirt-clients + openssh-client + openssl + rsync + virtinst + xmlstarlet + xorriso + + Download Debian stable's netinst ISO image and verify its integrity: ~$ ./download-iso --arch=amd64 --rsync-host=ftp.se.debian.org |