Skip to content

Commit

Permalink
Updated the code for TinyCore 13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Veyde <[email protected]>
  • Loading branch information
lveyde committed May 9, 2022
1 parent b9f3e5d commit d8c4c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ pushd builddir

mkdir {mnt,tmp}

wget http://www.tinycorelinux.net/13.x/x86/release/TinyCore-13.0.iso
wget http://www.tinycorelinux.net/13.x/x86/release/TinyCore-13.1.iso

mount -o loop,ro TinyCore-13.0.iso mnt
mount -o loop,ro TinyCore-13.1.iso mnt
cp -av mnt/* tmp/
umount mnt

Expand Down
2 changes: 1 addition & 1 deletion sha256sums
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
add6b94ed9788813b152cdc999d4ecf6475d8fadff81a510e59ff756b3543b1f ipv6-netfilter-5.15.10-tinycore.tcz
79769edf0367b2f97b1cffb002b231eb17de3801989dd94b5b3c9ab142e419bf ipv6-netfilter-5.15.10-tinycore.tcz.md5.txt
8b3d48ed749ac22a24288556ad666ced9e486a425c1bcfa197f93e5da2ce0ee5 qemu.tcz
bc72b00a9afe76bfdbac2215b7c9ff966df19dc62d0fa449d9f6562e78bf8653 TinyCore-13.0.iso
e6ae36e12ed8945f0b23e4916ef9404ec8f5904e0e30498902d89d8315317b60 TinyCore-13.1.iso
0ef58f3246dcc7c6ca1067b75fca461015cf42a8698ed2bfaf78bc440868a952 udev-lib.tcz
2 changes: 1 addition & 1 deletion src/core/etc/os-release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ID=ovirttinycore
VERSION_ID=13.6
PRETTY_NAME="oVirt TinyCoreLinux 13.6"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:tinycore:tinycore_linux:13.0"
CPE_NAME="cpe:/o:tinycore:tinycore_linux:13.1"
HOME_URL="http://tinycorelinux.net/"
SUPPORT_URL="http://forum.tinycorelinux.net/"
BUG_REPORT_URL="http://forum.tinycorelinux.net/"

0 comments on commit d8c4c43

Please sign in to comment.