mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-11-20 09:16:27 +00:00
Optimized chroot procedures
This commit is contained in:
12
README.md
12
README.md
@@ -84,15 +84,15 @@ To pase the configuration to the program use this syntax:
|
||||
```bash
|
||||
(
|
||||
echo "$USER" # | The username
|
||||
echo "sdX" # | The device
|
||||
echo "64_bit" # | The architecture type; arm or 64_bit
|
||||
echo "manjaro" # | The operation system
|
||||
echo "gnome" # | The version
|
||||
echo "mmcblk1" # | The device
|
||||
echo "arm" # | The architecture type; arm or 64_bit
|
||||
echo "arch" # | The operation system
|
||||
echo "3" # | The version
|
||||
#echo "n" # ├── If arch: Should a encrypted setup be used? (y/n)
|
||||
echo "n" # | Should the image download be forced?(y/n)
|
||||
echo "y" # | Should the image be transfered to $device_path?(y/n)
|
||||
echo "n" # | Should the image be transfered to $device_path?(y/n)
|
||||
echo "n" # ├── Overwrite device before copying? (y/n)
|
||||
echo "n" # | Should the ssh-key be copied to the image?(y/N)
|
||||
echo "n" # | Should the password be changed?(y/N)
|
||||
#echo "test12345" # ├── The user password_1
|
||||
#echo "test12345" # ├── The user password_2
|
||||
echo "n" # | Should the ssh-key be copied to the image?(y/N)
|
||||
|
||||
Reference in New Issue
Block a user