mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Comment out umount and reboot until networking is fixed
This commit is contained in:
parent
744a473cb8
commit
76be4e6c08
1 changed files with 2 additions and 2 deletions
|
|
@ -63,5 +63,5 @@ add_config '/usr/bin/pacman -Scc --noconfirm'
|
|||
echo '==> entering chroot and configuring system'
|
||||
/usr/bin/arch-chroot ${TARGET_DIR} ${CONFIG_SCRIPT}
|
||||
rm "${TARGET_DIR}${CONFIG_SCRIPT}"
|
||||
/usr/bin/umount ${TARGET_DIR}
|
||||
/usr/bin/systemctl reboot
|
||||
#/usr/bin/umount ${TARGET_DIR}
|
||||
#/usr/bin/systemctl reboot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue