All posts in category USB-HDD

Скрипт создания установочного образа для флэш-накопителя из образа CD

#!/bin/sh # You can set some variables here. Edit them to fit your needs. # Set serial variable to 0 if you don’t want serial console at all, # 1 if you want comconsole and 2 if you want comconsole and vidconsole serial=0 set -u if [ $# -lt 2 ]; then echo «Usage: $0 [...]