From 2f4a22ebd531747c81f052f6749fb95647f5e7f9 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Wed, 23 May 2018 10:28:22 +0200 Subject: [PATCH] x230: rename x230_update.sh to x230_skulls.sh --- x230/README.md | 4 ++-- x230/release.sh | 2 +- x230/{x230_update.sh => x230_skulls.sh} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename x230/{x230_update.sh => x230_skulls.sh} (100%) diff --git a/x230/README.md b/x230/README.md index bb1b545..4fff565 100644 --- a/x230/README.md +++ b/x230/README.md @@ -23,7 +23,7 @@ a hardware flasher to an external PC (or a Raspberry Pi with a SPI 8-pin chip cl can directly be used), and run `sudo ./external_install_bottom.sh` on the lower chip and `sudo ./external_install_top.sh` on the top chip of the two. -3. For updating later, run `./x230_update.sh`. No need to disassemble. +3. For updating later, run `./x230_skulls.sh`. No need to disassemble. And always use the latest [released](https://github.com/merge/coreboot-x230/releases) package. This will be tested. The git master @@ -208,7 +208,7 @@ this is very dangerous: 1. Boot Linux with the `iomem=relaxed` boot parameter (for example in /etc/default/grub `GRUB_CMDLINE_LINUX_DEFAULT`) 2. [download](https://github.com/merge/skulls/releases) the latest Skulls release tarball and unpack it -3. run `sudo ./x230_update.sh` for generating all necessary files and instructions +3. run `sudo ./x230_skulls.sh` for generating all necessary files and instructions ## Moving to Heads [Heads](http://osresearch.net/) is an alternative BIOS system with advanced diff --git a/x230/release.sh b/x230/release.sh index ac70a61..4147b12 100755 --- a/x230/release.sh +++ b/x230/release.sh @@ -104,7 +104,7 @@ tar -cJf skulls-x230-${version}.tar.xz \ NEWS \ util \ LICENSE* \ - x230_update.sh \ + x230_skulls.sh \ x230_before_first_install.sh \ external_install_bottom.sh \ external_install_top.sh \ diff --git a/x230/x230_update.sh b/x230/x230_skulls.sh similarity index 100% rename from x230/x230_update.sh rename to x230/x230_skulls.sh