X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=README.mdwn;h=3424cf8daf0ba14c4920d8b36491faf0df66f4bb;hb=HEAD;hp=eeb58b9416740e0feff27303f41fbfe6b6989e1e;hpb=96af59e81ab512c0774651b7b94dea834c8033d1;p=fsf-member-card-builder.git diff --git a/README.mdwn b/README.mdwn index eeb58b9..ab176ed 100644 --- a/README.mdwn +++ b/README.mdwn @@ -6,25 +6,23 @@ This script assumes that you are starting with the special ISO from the following URL. It already contains video files that the script in this repo will not try to download. - + -The corresponding source code ISO can be found here: +The corresponding source code tar can be found here: - + Feel free to test your download with the `trisquel_9.0-fsf_i686.iso.sha256` file in this repo: - sha2565sum -c trisquel_9.0-fsf_i686.iso.sha256 - sha2565sum -c trisquel_9.0fsf_sources.iso.sha256 + sha2565sum -c trisquel_11.0-fsf_amd64.iso.sha256 + sha2565sum -c trisquel_11.0_sources.tar.sha256 -If you want to use a 64 bit image instead, you can get one below, but you'll -have to copy over the `fsf` directory from the image linked above to your -member card. Otherwise, you'll be missing the video files that are included in -the i686 ISO above. The browser window will also currently not launch after -boot on the alternate 64 bit system. +If you don't have access to the FSF version of the Trisquel images, refer to +the following script and files: - + + ## Making a bootable USB drive @@ -34,25 +32,27 @@ a loop device will probably not work, partly due to the way syslinux behaves with loop devices. If you get that working, feel free to submit a patch to . : ) -You'll need to download and install old versions of syslinux: +This script has been tested on GNU/Linux with syslinux version 6.04. -* -* +You should wipe at least the start of the drive you want to install onto. Note +that this is a destructive operation, and if you choose the wrong drive, you +will lose data. Replace the 'X' in /dev/sdX with the letter of the drive you +want to install to: -Check files, install them, and run the script: + lsblk - sha256sum -c syslinux.deb.sha256 + # if you want to wipe /dev/sdX + dd if=/dev/zero of=/dev/sdX bs=4M count=25 - dpkg -i syslinux-common_4.05+dfsg-6+deb8u1_all.deb - dpkg -i syslinux_4.05+dfsg-6+deb8u1_amd64.deb +Then run the script on the same drive: - sudo ./live-usb-loader.sh trisquel_9.0-fsf_i686.iso /dev/sdb + sudo ./live-usb-loader.sh trisquel_11.0-fsf_amd64.iso /dev/sdX -## Installing extra media, including Trisquel 9 source code +## Installing extra media, including Trisquel 11 source code This command also updates the Web page that shows up on boot. - sudo ./install-extras.sh trisquel_9.0fsf_sources.iso /dev/sdb + sudo ./install-extras.sh trisquel_11.0_sources.tar /dev/sdX ## Notes about video files and free space