1-get-initial-setup-working #2
17
setup.sh
17
setup.sh
@ -569,8 +569,25 @@ function main () {
|
|||||||
else
|
else
|
||||||
set_ntp
|
set_ntp
|
||||||
update_pacman_db
|
update_pacman_db
|
||||||
|
|
||||||
install_pkgs 'jq'
|
install_pkgs 'jq'
|
||||||
|
local zfs_part
|
||||||
zfs_part="$(select_part 'zfs')"
|
zfs_part="$(select_part 'zfs')"
|
||||||
|
|
||||||
|
install_zfs
|
||||||
|
setup_zpool "${zfs_part}"
|
||||||
|
mount_system
|
||||||
|
copy_zpool_cache
|
||||||
|
install_archlinux
|
||||||
|
gen_fstab
|
||||||
|
set_hostname
|
||||||
|
set_locale
|
||||||
|
add_zfs_hook_to_initramfs
|
||||||
|
set_initramfs_build_list
|
||||||
|
add_zfs_files_to_new_os
|
||||||
|
enter_chroot
|
||||||
|
# We're done in chroot
|
||||||
|
finalize_os_setup
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user