From ba5e58a55f00eca4a0ed89a38daa946480cfe706 Mon Sep 17 00:00:00 2001 From: verita84 Date: Thu, 1 Dec 2022 16:27:53 +0000 Subject: [PATCH] Update 'arch.sh' --- arch.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch.sh b/arch.sh index 0970056..d1a888b 100644 --- a/arch.sh +++ b/arch.sh @@ -133,7 +133,6 @@ install() { services btrfs-tweaks cpuPower - hosts setup_script unmount } @@ -411,12 +410,6 @@ zram() { echo 'KERNEL=="zram0", ATTR{disksize}="2024M" RUN="/usr/bin/mkswap /dev/zram0", TAG+="systemd""' >$TARGET/etc/udev/rules.d/99-zram.rules } -hosts() { - echo '192.168.0.143 server2' >>$TARGET/etc/hosts - echo '192.168.0.146 server1' >>$TARGET/etc/hosts - echo '192.168.0.125 nas.local nas' >>$TARGET/etc/hosts -} - show-help() { echo echo "arch.sh arguments:"