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
1b0afe96cb
commit
9106d4ff22
1 changed files with 2 additions and 2 deletions
|
@ -45,12 +45,12 @@ passwd root
|
|||
|
||||
7. **chroot** Install the required packages, replace the kernel version if needed.
|
||||
```bash
|
||||
apt-get install --no-install-recommends --yes \
|
||||
apt-get install --no-install-recommends \
|
||||
linux-image-3.2.0-4-486 live-boot \
|
||||
net-tools wireless-tools wpagui tcpdump wget openssh-client \
|
||||
xserver-xorg-core xserver-xorg xinit xterm \
|
||||
pciutils usbutils gparted ntfsprogs hfsprogs rsync dosfstools syslinux partclone nano pv \
|
||||
chromium-browser libnss3-tools openbox
|
||||
chromium-browser libnss3-tools openbox git
|
||||
```
|
||||
|
||||
8. **chroot** NetworkManager can break your network configuration in the chroot environment. You can install it afterward, and CTRL-C during the installation
|
||||
|
|
Loading…
Reference in a new issue