Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
revert lan0, remove vda boot device for libvirt,
Browse files Browse the repository at this point in the history
remove conditional check for OS using pyenv

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
  • Loading branch information
AvengerMoJo committed Apr 22, 2021
1 parent 9ce2766 commit 409c713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/microOS/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
bootloader="grub2"
bootloader_console="gfxterm"
firmware="uefi"
kernelcmdline="quiet systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=metal root=/dev/vda1 disk=/dev/vda"
kernelcmdline="quiet systemd.show_status=yes console=ttyS0,115200 console=tty0 net.ifnames=0 \$ignition_firstboot ignition.platform.id=metal"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
Expand Down
12 changes: 5 additions & 7 deletions tools/setup-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,11 @@ if ! ${skip_install_deps} ; then
exit 1
}
if [ -n "$pyenv_python" ] ; then
if [[ "$osid" == "opensuse-leap" ]] ; then
echo "=> try installing dependencies for building python because --pyenv-python requested"
sudo zypper --non-interactive install ${dependencies_build_python_leap[*]} || {
echo "Dependency installation failed"
exit 1
}
fi
echo "=> try installing dependencies for building python because --pyenv-python requested"
sudo zypper --non-interactive install ${dependencies_build_python_leap[*]} || {
echo "Dependency installation failed"
exit 1
}
fi
;;
debian)
Expand Down

0 comments on commit 409c713

Please sign in to comment.