mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update create_live_usb.md
This commit is contained in:
parent
823c155a57
commit
1b0afe96cb
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue