diff --git a/create_live_usb.md b/create_live_usb.md index ea813cc2..15cb4dc1 100644 --- a/create_live_usb.md +++ b/create_live_usb.md @@ -38,7 +38,12 @@ dbus-uuidgen > /var/lib/dbus/machine-id && 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 apt-get install --no-install-recommends --yes \ 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 ``` -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 apt-get --no-install-recommends install network-manager ``` -8. **chroot** Set the root password to **yunohost** -```bash -passwd root -``` - 9. **chroot** Install YunoHost ```bash git clone https://github.com/YunoHost/install_script /tmp/yunohost_install