Update create_live_usb.md

This commit is contained in:
kload@kload.fr 2014-05-27 21:29:09 +02:00 committed by YunoHost
parent 823c155a57
commit 1b0afe96cb

View file

@ -38,7 +38,12 @@ dbus-uuidgen > /var/lib/dbus/machine-id &&
apt-get update apt-get update
``` ```
6. **chroot** Install the required packages, replace the kernel version if needed. 6. **chroot** Set the root password to **yunohost**
```bash
passwd root
```
7. **chroot** Install the required packages, replace the kernel version if needed.
```bash ```bash
apt-get install --no-install-recommends --yes \ apt-get install --no-install-recommends --yes \
linux-image-3.2.0-4-486 live-boot \ linux-image-3.2.0-4-486 live-boot \
@ -48,16 +53,11 @@ pciutils usbutils gparted ntfsprogs hfsprogs rsync dosfstools syslinux partclone
chromium-browser libnss3-tools openbox chromium-browser libnss3-tools openbox
``` ```
7. **chroot** NetworkManager can break your network configuration in the chroot environment. You can install it afterward, and CTRL-C during the installation 8. **chroot** NetworkManager can break your network configuration in the chroot environment. You can install it afterward, and CTRL-C during the installation
```bash ```bash
apt-get --no-install-recommends install network-manager apt-get --no-install-recommends install network-manager
``` ```
8. **chroot** Set the root password to **yunohost**
```bash
passwd root
```
9. **chroot** Install YunoHost 9. **chroot** Install YunoHost
```bash ```bash
git clone https://github.com/YunoHost/install_script /tmp/yunohost_install git clone https://github.com/YunoHost/install_script /tmp/yunohost_install