From 563c0bc2cf304f6bdbc574304f6912bfa84d21ff Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 28 Aug 2023 16:37:28 -0400 Subject: [PATCH] minor corrections (T9 -> T11) (sdb -> sdX) --- README.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mdwn b/README.mdwn index b056260..c907c36 100644 --- a/README.mdwn +++ b/README.mdwn @@ -42,7 +42,7 @@ want to install to: lsblk # if you want to wipe /dev/sdX - dd if=/dev/zero of=/dev/sdb bs=4M count=25 + dd if=/dev/zero of=/dev/sdX bs=4M count=25 Then run the script on the same drive: @@ -56,11 +56,11 @@ following commands for your USB device: sudo dd if=/usr/lib/SYSLINUX/mbr.bin of=/dev/sdX parted /dev/sdX set 1 boot on -## 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_11.0_sources.tar /dev/sdb + sudo ./install-extras.sh trisquel_11.0_sources.tar /dev/sdX ## Notes about video files and free space -- 2.25.1