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:"