From 605a0d7e56bf6ef22e86d3320bb67b657d6a8444 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sun, 31 Jan 2021 13:41:39 +0000 Subject: [PATCH] Update image gen scripts --- createimg.sh | 2 ++ geninitrd.sh | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) mode change 100644 => 100755 createimg.sh diff --git a/createimg.sh b/createimg.sh old mode 100644 new mode 100755 index 2786fa8..ff766d7 --- a/createimg.sh +++ b/createimg.sh @@ -1,3 +1,5 @@ +#!/bin/sh + cat > fdiskscript << EOF o n diff --git a/geninitrd.sh b/geninitrd.sh index 580dd44..cfa57de 100755 --- a/geninitrd.sh +++ b/geninitrd.sh @@ -21,15 +21,15 @@ tar -xf pkgs/llvm/out/llvm.11.0.1.tar.xz -C ./isoroot tar -xf pkgs/cmake/out/cmake.3.19.2.tar.xz -C ./isoroot tar -xf pkgs/samurai/out/samurai.1.2.tar.xz -C ./isoroot tar -xf pkgs/byacc/out/byacc.20210109.tar.xz -C ./isoroot -tar -xf pkgs/bmake/out/bmake.20201212.tar.xz -C ./isoroot +tar -xf pkgs/bmake/out/bmake.20210110.tar.xz -C ./isoroot tar -xf pkgs/flex/out/flex.2.6.4.tar.xz -C ./isoroot -tar -xf pkgs/libressl/out/*.tar.xz -C ./isoroot -tar -xf pkgs/curl/out/*.tar.xz -C ./isoroot -tar -xf pkgs/git/out/*.tar.xz -C ./isoroot -tar -xf pkgs/expat/out/*.tar.xz -C ./isoroot -tar -xf pkgs/zlib/out/*.tar.xz -C ./isoroot -tar -xf pkgs/mksh/out/*.tar.xz -C ./isoroot -tar -xf pkgs/netbsd-curses/out/*.tar.xz -C ./isoroot +tar -xf pkgs/libressl/out/libressl.3.3.1.tar.xz -C ./isoroot +tar -xf pkgs/curl/out/curl.7.74.0.tar.xz -C ./isoroot +tar -xf pkgs/git/out/git.2.30.0.tar.xz -C ./isoroot +tar -xf pkgs/expat/out/expat.2.2.10.tar.xz -C ./isoroot +tar -xf pkgs/zlib/out/zlib.1.2.11.tar.xz -C ./isoroot +tar -xf pkgs/mksh/out/mksh.59c.tar.xz -C ./isoroot +tar -xf pkgs/netbsd-curses/out/netbsd-curses.0.3.1.tar.xz -C ./isoroot cat >isoroot/init << EOF