From c1bb6287d299628fa6753e155e82510c373a567a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 25 Jul 2026 18:01:43 +0400 Subject: vendor alt-rootfs-installer v0.7.4 --- alt-rootfs-installer/socs.d/unknown-soc.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 alt-rootfs-installer/socs.d/unknown-soc.sh (limited to 'alt-rootfs-installer/socs.d/unknown-soc.sh') diff --git a/alt-rootfs-installer/socs.d/unknown-soc.sh b/alt-rootfs-installer/socs.d/unknown-soc.sh new file mode 100755 index 0000000..c5fdebb --- /dev/null +++ b/alt-rootfs-installer/socs.d/unknown-soc.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# vim:sw=8:noet + +[ -n "${MEDIATABLE-}" ] || MEDIATABLE=msdos +ROOTPART_NUM=1 + +soc_write_bootloader() { + [ -n "$TMPROOT" ] || mount_partition +} -- cgit v1.2.3