diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-06 16:13:31 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-06 16:13:31 +0100 |
commit | 2e447564dc7dec0dcc1a88f0d48d562db1e6c5e5 (patch) | |
tree | 1ca6d31a77ae79fc64eac5393c018a1650ccf409 /stages | |
parent | 15f23fe0098c0e18d529b2f76e1085eb77cc00e4 (diff) | |
download | archinstall-2e447564dc7dec0dcc1a88f0d48d562db1e6c5e5.tar archinstall-2e447564dc7dec0dcc1a88f0d48d562db1e6c5e5.tar.zst archinstall-2e447564dc7dec0dcc1a88f0d48d562db1e6c5e5.zip |
Avoid copy of live image keyring to new installation.
Diffstat (limited to 'stages')
-rw-r--r-- | stages/first_stage.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 487bb0d..8b9d640 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -49,8 +49,6 @@ bash create_filesystems.sh $boot_partition_path $root_partition_path bash mount_filesystems.sh $root_partition_path -bash reset_pacman_keys.sh - bash install_packages.sh $desktop bash install_archinstall.sh $REPOSITORY_PATH |