Update 'debian.sh'
This commit is contained in:
parent
25564b1d7e
commit
2b3ddb87af
@ -12,7 +12,7 @@ HARD_DISK=$2
|
||||
EFI="/dev/$(lsblk | grep $HARD_DISK | head -2 | tail -1 | cut -c 7-20 | cut -d ' ' -f1)"
|
||||
BTRFS="/dev/$(lsblk | grep $HARD_DISK | head -4 | tail -1 | cut -c 7-20 | cut -d ' ' -f1)"
|
||||
BOOT="/dev/$(lsblk | grep $HARD_DISK | head -3 | tail -1 | cut -c 7-20 | cut -d ' ' -f1)"
|
||||
ROOT_NAME='test2'
|
||||
ROOT_NAME='debian'
|
||||
USB_BACKUP='/dev/disk/by-uuid/1a143f83-d4fe-4894-8e67-2b6d3baacea6'
|
||||
######################################
|
||||
USER="verita84"
|
||||
@ -132,6 +132,7 @@ install() {
|
||||
services
|
||||
btrfs-tweaks
|
||||
cpuPower
|
||||
hosts
|
||||
setup_script "$1"
|
||||
unmount
|
||||
}
|
||||
@ -375,6 +376,7 @@ wifi() {
|
||||
zram() {
|
||||
echo -e "ALGO=zstd\nPERCENT=60" | sudo tee -a $TARGET/etc/default/zramswap
|
||||
}
|
||||
|
||||
show-help() {
|
||||
echo
|
||||
echo "debian.sh arguments:"
|
||||
|
Loading…
Reference in New Issue
Block a user