refactor(meta): Add function numbering (#3)
This commit is contained in:
parent
5cb1e6b1f2
commit
66eb02ff7d
3
setup.sh
3
setup.sh
@ -510,6 +510,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_os_in_chroot () {
|
function install_os_in_chroot () {
|
||||||
|
#1.16
|
||||||
### Reinit keyring
|
### Reinit keyring
|
||||||
# As keyring is initialized at boot, and copied to the install dir with pacstrap, and ntp is running
|
# As keyring is initialized at boot, and copied to the install dir with pacstrap, and ntp is running
|
||||||
# Time changed after keyring initialization, it leads to malfunction
|
# Time changed after keyring initialization, it leads to malfunction
|
||||||
@ -678,7 +679,7 @@ function finalize_os_setup () {
|
|||||||
|
|
||||||
function main () {
|
function main () {
|
||||||
if we_are_changerooted; then
|
if we_are_changerooted; then
|
||||||
install_os_in_chroot
|
install_os_in_chroot #1.16
|
||||||
else
|
else
|
||||||
set_ntp #1.1
|
set_ntp #1.1
|
||||||
update_pacman_db #1.2
|
update_pacman_db #1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user