ALT Linux Distributions development
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@altlinux.org>
To: devel-distro@lists.altlinux.org
Subject: [devel-distro] I: mkimage-profiles 1.1.110
Date: Mon, 31 Jul 2017 23:15:31 +0300
Message-ID: <20170731201531.GA29422@imap.altlinux.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

	Здравствуйте.
И эти полтора месяца оказались довольно тихими --
основные усилия сейчас сосредоточил на e2k; всё же:

- откачен хак для новых e2fsprogs и grub2=2.00
  (в сизифе и p8 уже grub 2.02);
- включены наработки Антона Мидюкова по lxde-sysv
  и исправления уже имеющихся списков пакетов;
- небольшие изменения по части alt-workstation.iso
  (пакеты/группа для поддержки смарткарт).

PS: на "Эльбрусе" с минимальными изменениями bin/tar2fs
    собираются образы файловой системы, только они ещё
    у меня не загрузочные %)

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info

[-- Attachment #2: m-p-e2k.patch --]
[-- Type: text/x-patch, Size: 709 bytes --]

diff --git a/bin/tar2fs b/bin/tar2fs
index 9246a3d..ab4b665 100755
--- a/bin/tar2fs
+++ b/bin/tar2fs
@@ -44,6 +44,12 @@ arm*)
 	BOOTPART="1"
 	ROOTPART="2"
 	;;
+e2k)
+	BOOTFSTYPE="ext2"       # firmware knows it
+	BLOCKDEV="/dev/sda"     # ...hopefully...
+	BOOTPART="1"
+	ROOTPART="2"
+	;;
 esac
 
 # figure out the part taken by /boot in the given tarball
@@ -203,7 +209,7 @@ if [ -n "$BOOTPART" ]; then
 fi
 
 echo "MODULES_PRELOAD += $INITRD_MODULES $ROOTFSTYPE" >> "$ROOTFS/etc/initrd.mk"
-echo "FEATURES += qemu" >> "$ROOTFS/etc/initrd.mk"
+#echo "FEATURES += qemu" >> "$ROOTFS/etc/initrd.mk"
 
 KERNEL="$(readlink $ROOTFS/boot/vmlinuz | sed 's,vmlinuz-,,')"
 chroot "$ROOTFS" make-initrd -k "$KERNEL"

                 reply	other threads:[~2017-07-31 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170731201531.GA29422@imap.altlinux.org \
    --to=mike@altlinux.org \
    --cc=devel-distro@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Distributions development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \
		devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com
	public-inbox-index devel-distro

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-distro


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git