From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 21 Jun 2018 12:30:27 +0300 From: Michael Shigorin To: community-en@lists.altlinux.org Message-ID: <20180621093027.GJ1083@imap.altlinux.org> References: <1528868191.403788589@f494.i.mail.ru> <1529565886.328118195@f370.i.mail.ru> <20180621073827.GE1083@imap.altlinux.org> <1529567834.996670017@f336.i.mail.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1529567834.996670017@f336.i.mail.ru> User-Agent: Mutt/1.5.23.88.hg577987ca2d02 (2014-03-12) Subject: Re: [Comm-en] Workstation and Rescue X-BeenThere: community-en@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "ALT Linux users \(in English only\)" List-Id: "ALT Linux users \(in English only\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2018 09:30:28 -0000 Archived-At: List-Archive: --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, Jun 21, 2018 at 10:57:14AM +0300, Jozsef K wrote: > >the build technology [I'm guilty of] behind them is the same. > >http://en.altlinux.org/download > >http://altlinux.org/mkimage-profiles (in Russian) > That mkimage-profiles would be perfect, but I don't know how to > use it. I guess with that I could take the Rescue ISO and add > exfat-utils and fuse-exfat to it and create a new ISO. It's not that hard, one can have a look using builder starterkit within a virtual machine (or temporarily rebooted hardware)... regular-rescue is described in conf.d/regular.mk file, and a simple "make regular-rescue.iso" should be enough after adding what one needs to RESCUE_PACKAGES variable. I've build an image for you with basically the attached patch (it's slightly more involved regarding the particular place I chose -- this is to help reuse) and Linux 4.17.0 from a test task #208675 (see http://webery.altlinux.org), have a look: http://nightly.altlinux.org/sisyphus/alpha/regular-rescue-20180621-x86_64.iso PS: exfat-utils were there since 2013 (commit b3e3234c). -- š---- WBR, Michael Shigorin / http://altlinux.org šš------ http://opennet.ru / http://anna-news.info --X1bOJ3K7DJ5YkBrT Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="m-p.diff" diff --git a/pkg.in/lists/tagged/rescue+extra b/pkg.in/lists/tagged/rescue+extra index 7f9692e..8eb0775 100644 --- a/pkg.in/lists/tagged/rescue+extra +++ b/pkg.in/lists/tagged/rescue+extra @@ -108,6 +108,7 @@ fuse-chironfs fuse-chunkfs fuse-ciopfs fuse-compFUSEd +fuse-exfat fuse-funion fuse-zfs hfsprogs --X1bOJ3K7DJ5YkBrT--