Browse Source

x230: update defconfigs and fix reboot issue

pull/135/head
Martin Kepplinger 4 years ago
parent
commit
c5f29df11a
3 changed files with 4 additions and 4 deletions
  1. +0
    -0
      x230/free-defconfig-6af55e583d
  2. +1
    -1
      x230/nonfree-defconfig-6af55e583d
  3. +3
    -3
      x230/x230_skulls.sh

x230/free-defconfig-4357a820764 → x230/free-defconfig-6af55e583d View File


x230/nonfree-defconfig-4357a820764 → x230/nonfree-defconfig-6af55e583d View File


+ 3
- 3
x230/x230_skulls.sh View File

@ -215,10 +215,10 @@ done
rm -rf ${OUTPUT_PATH}
while true; do
read -r -p "Reboot now? (please do!) Y/n: " yn
read -r -p "Power off now? (please do!) Y/n: " yn
case $yn in
[Yy]* ) reboot ;;
[Yy]* ) systemctl poweroff ;;
[Nn]* ) exit;;
* ) reboot;;
* ) systemctl poweroff ;;
esac
done

Loading…
Cancel
Save