Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7a50acb5c4 | ||
|
90b8fd49f4 | ||
|
944e0341c5 | ||
|
6f5be91827 | ||
|
718a50b9d0 | ||
|
78684bfef3 | ||
|
cc623bc56b | ||
|
64536f62d1 | ||
|
91053b9daf | ||
|
b44705d25b | ||
|
12a2fc983c | ||
|
30d0340d56 | ||
|
2f357e44d6 | ||
|
a2b89e6647 | ||
|
56b3147eac | ||
|
d5cf1ff3eb | ||
|
f44908ca78 | ||
|
8233aa8424 | ||
|
a35b5fbc21 | ||
|
c3a1b4a934 | ||
|
061f299fa1 | ||
|
e52e21781f | ||
|
0e8871e7b4 | ||
|
e064954e93 | ||
|
83fa2544bc | ||
|
d0cb988897 | ||
|
84591991cb | ||
|
d2581522d9 | ||
|
705a20938a | ||
|
f54a5660d1 | ||
|
e0a849e974 | ||
|
b5e5d4f223 |
@@ -1,5 +1,5 @@
|
||||
Name: mkimage-profiles
|
||||
Version: 0.8.0
|
||||
Version: 0.8.3
|
||||
Release: alt1
|
||||
|
||||
Summary: ALT Linux based distribution metaprofile
|
||||
@@ -61,6 +61,16 @@ cp -a * %buildroot%mpdir
|
||||
%doc README QUICKSTART
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2012 Michael Shigorin <mike@altlinux.org> 0.8.3-alt1
|
||||
- make-3.82 support
|
||||
- fixed live image boot to some extent (see #27640, #27852)
|
||||
|
||||
* Mon Sep 24 2012 Michael Shigorin <mike@altlinux.org> 0.8.2-alt1
|
||||
- fixed build with recent make-initrd-propagator
|
||||
|
||||
* Mon Sep 03 2012 Michael Shigorin <mike@altlinux.org> 0.8.1-alt1
|
||||
- misc fixes
|
||||
|
||||
* Mon Aug 13 2012 Michael Shigorin <mike@altlinux.org> 0.8.0-alt1
|
||||
- stage2@live
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
object 55fda1a044b132323a5b7fbbf109d0dbd9ea69fc
|
||||
type commit
|
||||
tag v0.7.6
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1344283455 +0400
|
||||
|
||||
improvements
|
6
.gear/tags/8e161378cc7ad174898a8d51697730334b1b712a
Normal file
6
.gear/tags/8e161378cc7ad174898a8d51697730334b1b712a
Normal file
@@ -0,0 +1,6 @@
|
||||
object b44705d25baf5b0f0c0abb526d42c42b312026e9
|
||||
type commit
|
||||
tag v0.8.2
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1348509116 +0400
|
||||
|
||||
propagator joy
|
@@ -1 +1 @@
|
||||
8c1ac8f38121c21dfeb04a0c38fa9b95bb7d1f32 v0.7.6
|
||||
8e161378cc7ad174898a8d51697730334b1b712a v0.8.2
|
||||
|
9
README
9
README
@@ -39,13 +39,13 @@ Most docs are in Russian, welcome to learn it or ask for English.
|
||||
+ базовые комплекты помещены в подкаталогах под sub.in/;
|
||||
их наборы скриптов могут расширяться фичами
|
||||
- фичи:
|
||||
+ накопительный список собирается в $(FEATURES)
|
||||
+ законченные блоки функциональности (или наборы таковых)
|
||||
+ описываются в индивидуальных features.in/*/config.mk
|
||||
+ могут требовать другие фичи, а также субпрофили
|
||||
+ накопительный список собирается в $(FEATURES)
|
||||
+ при сборке $(BUILDDIR) содержимое фич добавляется в профиль
|
||||
- списки пакетов (*_LISTS):
|
||||
+ просьба по возможности избегать дублирования
|
||||
+ просьба по возможности избегать дублирования (см. bin/pkgdups)
|
||||
- индивидуальные пакеты (*_PACKAGES): см. тж. conf.d/README
|
||||
|
||||
Результат:
|
||||
@@ -62,3 +62,8 @@ Most docs are in Russian, welcome to learn it or ask for English.
|
||||
+ params.txt: переменные, указываемые при запуске сборки
|
||||
+ pkglists.txt: формирование состава образа
|
||||
+ features.txt: обзор подключаемых особенностей
|
||||
|
||||
Удачи; что не так -- пишите.
|
||||
|
||||
--
|
||||
Michael Shigorin <mike@altlinux.org>
|
||||
|
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
# usage:
|
||||
# tar2vm chroot.tar image.raw [size_in_bytes]
|
||||
|
||||
. shell-error
|
||||
|
||||
@@ -27,7 +29,7 @@ IMG="$2"
|
||||
|
||||
# image size in bytes (256M is a fallback)
|
||||
TARSIZE="$(stat -Lc %s "$TAR")"
|
||||
DEFSIZE="$((3 * $TARSIZE / 2))"
|
||||
DEFSIZE="$((2 * $TARSIZE))"
|
||||
DISKSIZE="${3:-${DEFSIZE:-268435456}}"
|
||||
# ...and in megabytes
|
||||
DISKSIZEM="$(($DISKSIZE / 1048576))"
|
||||
|
@@ -11,7 +11,7 @@ distro/.desktop-network: distro/.desktop-mini +vmguest
|
||||
@$(call add,BASE_LISTS, \
|
||||
$(call tags,(base || desktop) && (l10n || network)))
|
||||
|
||||
distro/icewm: distro/.desktop-network use/lowmem +icewm; @:
|
||||
distro/icewm: distro/.desktop-network use/lowmem use/install2/fs +icewm; @:
|
||||
distro/tde: distro/.desktop-mini +tde; @:
|
||||
distro/ltsp-tde: distro/tde +ltsp; @:
|
||||
distro/ltsp-icewm: distro/icewm +ltsp; @:
|
||||
|
@@ -57,7 +57,8 @@ distro/live-cinnamon: distro/.live-desktop use/live/autologin use/live/ru \
|
||||
use/x11/cinnamon use/x11/3d-proprietary; @:
|
||||
|
||||
distro/live-mate: distro/.live-desktop use/live/nodm use/live/ru use/x11/3d-free
|
||||
@$(call add,LIVE_LISTS,$(call tags,(desktop || mobile) && mate))
|
||||
@$(call add,LIVE_LISTS,openssh $(call tags,(desktop || mobile) && mate))
|
||||
@$(call set,KFLAVOURS,un-def) # the newest one
|
||||
|
||||
distro/live-enlightenment: distro/.live-desktop use/live/autologin \
|
||||
use/live/ru use/x11/3d-free
|
||||
|
@@ -18,9 +18,16 @@ distro/live-isomd5sum: distro/.base use/live/base use/isomd5sum
|
||||
distro/live-testserver: distro/live-install use/server/mini
|
||||
@$(call set,KFLAVOURS,std-def el-smp)
|
||||
|
||||
distro/live-gns3: distro/live-icewm
|
||||
@$(call add,LIVE_LISTS,gns3)
|
||||
@$(call add,LIVE_KMODULES,kvm virtualbox)
|
||||
|
||||
distro/server-systemd: distro/server-mini use/systemd
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
|
||||
distro/server-test: distro/server-mini use/relname
|
||||
@$(call set,RELNAME,Test-Server)
|
||||
|
||||
# tiny network-only server-ovz installer (stage2 comes over net too)
|
||||
distro/server-ovz-netinst: distro/.base sub/stage1 use/stage2 \
|
||||
use/syslinux/ui/menu use/syslinux/localboot.cfg use/memtest
|
||||
@@ -28,6 +35,7 @@ distro/server-ovz-netinst: distro/.base sub/stage1 use/stage2 \
|
||||
|
||||
distro/desktop-systemd: distro/icewm use/systemd; @:
|
||||
distro/desktop-plymouth: distro/icewm +plymouth; @:
|
||||
distro/live-mate-systemd: distro/live-mate use/systemd use/live/install; @:
|
||||
|
||||
endif # IMAGE_CLASS: distro
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# virtual machines
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
|
||||
# NB: use/x11 employs some installer-feature packages
|
||||
vm/icewm: vm/bare use/cleanup/installer use/x11/xdm +icewm; @:
|
||||
|
||||
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh; @:
|
||||
|
||||
# NB: use/x11 employs some installer-feature packages
|
||||
vm/icewm: vm/net use/cleanup/installer use/repo +icewm; @:
|
||||
|
||||
endif
|
||||
|
@@ -106,6 +106,11 @@
|
||||
- пусто (по умолчанию) либо строка (например, "alpha", "beta")
|
||||
+ см. ../image.in/Makefile
|
||||
|
||||
- VM_SIZE
|
||||
+ задаёт размер несжатого образа виртуальной машины в байтах
|
||||
+ значение: пусто (по умолчанию двойной размер чрута) или целое
|
||||
+ см. ../features.in/build-vm/lib/90-build-vm.mk, ../bin/tar2vm
|
||||
|
||||
пример
|
||||
~~~~~~
|
||||
make DEBUG=1 CLEAN=1 distro/syslinux.iso
|
||||
|
@@ -11,4 +11,7 @@
|
||||
произведена ещё одна попытка переключения на grub, то в конфигурации
|
||||
останется lilo как последняя "новая" цель с точки зрения make.
|
||||
|
||||
При необходимости всё-таки "пересилить" последнее изменение можно
|
||||
@$(call set,BASE_BOOTLOADER,grub_или_lilo)
|
||||
|
||||
Реализация экспериментальная (нужно модуляризовать installer-steps).
|
||||
|
@@ -17,3 +17,15 @@ use/install2/kms: use/stage2/kms
|
||||
# see also use/vmguest/kvm; qxl included in xorg pkglist
|
||||
use/install2/kvm:
|
||||
@$(call add,INSTALL2_PACKAGES,spice-vdagent xorg-drv-qxl)
|
||||
|
||||
# filesystems handling
|
||||
use/install2/fs: use/install2/xfs use/install2/jfs use/install2/reiserfs; @:
|
||||
|
||||
use/install2/xfs:
|
||||
@$(call add,INSTALL2_PACKAGES,xfsprogs)
|
||||
|
||||
use/install2/jfs:
|
||||
@$(call add,INSTALL2_PACKAGES,jfsutils)
|
||||
|
||||
use/install2/reiserfs:
|
||||
@$(call add,INSTALL2_PACKAGES,reiserfsprogs)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
###
|
||||
use/kernel:
|
||||
@$(call add_feature)
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
@@ -1,8 +1,8 @@
|
||||
+plymouth: use/plymouth/full; @:
|
||||
|
||||
# and a few silent aliases
|
||||
use/plymouth/live: use/plymouth/stage2
|
||||
use/plymouth/install2: use/plymouth/stage2
|
||||
# and a few aliases
|
||||
use/plymouth/live: use/plymouth/stage2; @:
|
||||
use/plymouth/install2: use/plymouth/stage2; @:
|
||||
|
||||
use/plymouth:
|
||||
@$(call add_feature)
|
||||
|
4
features.in/relname/README
Normal file
4
features.in/relname/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Эта фича меняет содержимое файла /etc/altlinux-release в соответствии
|
||||
с установленной переменной RELNAME, что изменяет пункты загрузки GRUB.
|
||||
|
||||
Применяется при необходимости перекрыть внесенный брендингом текст.
|
3
features.in/relname/config.mk
Normal file
3
features.in/relname/config.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
use/relname:
|
||||
@$(call add_feature)
|
||||
@$(call xport,RELNAME)
|
20
features.in/relname/stage2/image-scripts.d/91-relname
Executable file
20
features.in/relname/stage2/image-scripts.d/91-relname
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh -ef
|
||||
# create a postinstall script to perform the change afterwards
|
||||
|
||||
if [ -z "$GLOBAL_RELNAME" ]; then
|
||||
echo "** warning: relname feature enabled but RELNAME not set" >&2
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -n "$GLOBAL_VERBOSE" ]; then
|
||||
echo "** Change /etc/altlinux-release contents to the release name" >&2
|
||||
fi
|
||||
|
||||
SCRIPT="/usr/share/install2/postinstall.d/91-relname"
|
||||
cat > "$SCRIPT" << EOF
|
||||
#!/bin/sh
|
||||
a= . install2-init-functions
|
||||
exec_chroot sh -c 'echo "$GLOBAL_RELNAME" > /etc/altlinux-release'
|
||||
exec_chroot sh -c 'grub-mkconfig -o /boot/grub/grub.cfg >&/dev/null ||:'
|
||||
EOF
|
||||
chmod +x "$SCRIPT"
|
20
features.in/repo/image-scripts.d/90-enable-repo
Executable file
20
features.in/repo/image-scripts.d/90-enable-repo
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
# enable online repos if possible, just quit if anything's wrong
|
||||
|
||||
repo_source='/etc/apt/sources.list.d/alt.list'
|
||||
host='http://ftp.altlinux.org'
|
||||
|
||||
[ -s "$repo_source" ] || exit 0
|
||||
|
||||
# regexps from alterator-pkg (via installer-feature-online-repo)
|
||||
prefix_re="[[:space:]]*rpm[[:space:]]\+\([^[:space:]]\+[[:space:]]\+\)\?"
|
||||
updates_re="${prefix_re}http:\/\/\([^[:space:]]\+\)[[:space:]]*"
|
||||
|
||||
# architectures
|
||||
host_arch="$(rpm --eval '%_host_cpu')"
|
||||
[ "$host_arch" = "x86_64" ] && compat="x86_64-i586" || compat=
|
||||
|
||||
# turn on unconditionally
|
||||
for arch in "$host_arch" noarch "$compat"; do
|
||||
sed -i "s/^#\($updates_re$arch\)/\1/" "$repo_source"
|
||||
done
|
@@ -2,5 +2,5 @@
|
||||
# prepare base make-initrd configuration for stage1
|
||||
# see also http://www.altlinux.org/Make-initrd-propagator
|
||||
|
||||
sed -i 's/AUTODETECT/#AUTODETECT/' /etc/initrd.mk
|
||||
sed -i 's/AUTODETECT/#&/' /etc/initrd.mk
|
||||
echo 'FEATURES += propagator' >> /etc/initrd.mk
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh -efu
|
||||
#!/bin/sh -efux
|
||||
# NB: /etc/initrd.mk carefully prepared by earlier scripts
|
||||
|
||||
verbose() { [ -n "$GLOBAL_VERBOSE" ] && echo "** 80-make-initfs: $@" >&2; }
|
||||
|
||||
kver="$(rpm -qa 'kernel-image*' \
|
||||
--qf '%{installtime} %{version}-%{name}-%{release}\n' \
|
||||
| sort -n \
|
||||
@@ -12,15 +14,25 @@ MAKE_INITRD_OPTS="--no-checks -k $kver"
|
||||
MAKE_INITRD_VER="`make-initrd -V \
|
||||
| sed -rn 's/^make-initrd version ([0-9.]+)/\1/p'`"
|
||||
|
||||
# make-initrd >= 0.7.8
|
||||
if [ "`rpmvercmp "$MAKE_INITRD_VER" "0.7.8"`" != "-1" ]; then
|
||||
MAKE_INITRD_OPTS="$MAKE_INITRD_OPTS --no-depmod"
|
||||
fi
|
||||
|
||||
[ -z "$GLOBAL_VERBOSE" ] || MAKE_INITRD_OPTS="$MAKE_INITRD_OPTS -v"
|
||||
|
||||
if make-initrd $MAKE_INITRD_OPTS; then
|
||||
gzip < /boot/initrd-$kver.img > $(getconf LIBDIR)/propagator/initfs
|
||||
pdir="$(getconf LIBDIR)/propagator"
|
||||
if [ -d "$pdir" ]; then # p5/t6
|
||||
verbose "$pdir exists"
|
||||
gzip < /boot/initrd-$kver.img > "$pdir"/initfs
|
||||
else
|
||||
verbose "$pdir missing, no-op"
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
[ -h /boot/vmlinuz ] || ln -s vmlinuz-$kver /boot/vmlinuz
|
||||
[ -h /boot/initrd.img ] || ln -s initrd-$kver.img /boot/initrd.img
|
||||
:
|
||||
|
@@ -1,3 +1,3 @@
|
||||
ui gfxboot bootlogo message
|
||||
menu title ALT Linux (@mkimage-profiles@)
|
||||
menu title @relname@
|
||||
prompt 0
|
||||
|
@@ -1,3 +1,3 @@
|
||||
ui menu.c32
|
||||
menu title ALT Linux (@mkimage-profiles@)
|
||||
menu title @relname@
|
||||
prompt 0
|
||||
|
@@ -1,2 +1,2 @@
|
||||
say ALT Linux (@mkimage-profiles@)
|
||||
say @relname@
|
||||
prompt 1
|
||||
|
@@ -1,3 +1,3 @@
|
||||
ui vesamenu
|
||||
menu title ALT Linux (@mkimage-profiles@)
|
||||
menu title @relname@
|
||||
prompt 0
|
||||
|
@@ -1,5 +1,5 @@
|
||||
label linux
|
||||
menu label ^Install @distro@
|
||||
menu label ^Install @relname@
|
||||
kernel alt0/vmlinuz
|
||||
append initrd=alt0/full.cz changedisk fastboot showopts automatic=method:cdrom ramdisk_size=@altinst_size@ vga=0x314 @bootargs@
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
label netinst
|
||||
menu label Install server-ovz via inter^net
|
||||
menu label Install @relname@ via inter^net
|
||||
kernel alt0/vmlinuz
|
||||
append initrd=alt0/full.cz fastboot showopts automatic=method:http,network:dhcp,server:ftp.linux.kiev.ua,directory:/pub/Linux/ALT/people/mike/iso/mkimage-profiles/netinst/server-ovz/x86_64 quiet=1 ramdisk_size=131072 vga=0x314
|
||||
### hardwired parameters and strings should become dynamic someday
|
||||
|
@@ -3,6 +3,7 @@ use/syslinux: sub/stage1
|
||||
@$(call add_feature)
|
||||
@$(call add,STAGE1_PACKAGES,syslinux)
|
||||
@$(call try,META_SYSTEM_ID,SYSLINUX)
|
||||
@$(call set,RELNAME,ALT Linux ($(IMAGE_NAME)))
|
||||
|
||||
# UI is overwritten
|
||||
use/syslinux/ui/%: use/syslinux
|
||||
|
@@ -49,9 +49,12 @@ cfg = $(wildcard cfg.in/??$(1).cfg)
|
||||
|
||||
all: debug timeout
|
||||
@### proper text branding should be implemented
|
||||
@sed -i 's,@mkimage-profiles@,$(IMAGE_NAME),' $(DSTDIR)/*.cfg
|
||||
@echo $(SYSLINUX_MODULES) > $(DSTDIR)/modules.list
|
||||
@echo $(SYSLINUX_FILES) > $(DSTDIR)/syslinux.list
|
||||
@sed -i \
|
||||
-e 's,@mkimage-profiles@,$(IMAGE_NAME),' \
|
||||
-e 's,@relname@,$(RELNAME),' \
|
||||
$(DSTDIR)/*.cfg
|
||||
|
||||
# integerity check
|
||||
timeout: distro
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use/systemd:
|
||||
@$(call add_feature)
|
||||
@$(call add,COMMON_PACKAGES,systemd systemd-units systemd-sysvinit)
|
||||
@$(call add,COMMON_PACKAGES,installer-feature-systemd-stage3)
|
||||
@$(call add,COMMON_PACKAGES,installer-feature-systemd-stage3 chkconfig)
|
||||
|
@@ -52,7 +52,7 @@ GLOBAL_TARGET := $(ARCH)
|
||||
GLOBAL_HSH_APT_CONFIG := $(wildcard $(APTCONF))
|
||||
|
||||
# the lib/build-*.mk comes from features.in/build-*/lib
|
||||
include lib/*.mk
|
||||
include $(sort $(wildcard lib/*.mk))
|
||||
include $(MKIMAGE_PREFIX)/targets.mk
|
||||
|
||||
# specified only for the final image (target-specific)
|
||||
|
6
image.in/image-scripts.d/01rootdir
Executable file
6
image.in/image-scripts.d/01rootdir
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# fixup chroot's toplevel directory permissions (use to become 1775)
|
||||
|
||||
chmod 755 /
|
||||
|
||||
rm -f /.gitignore
|
@@ -51,11 +51,9 @@ distclean: clean
|
||||
|
||||
# builddir existing outside read-only metaprofile is less ephemeral
|
||||
# than BUILDDIR variable is -- usually it's unneeded afterwards
|
||||
# so just zap it unless DEBUG has been requested (moreso for multi
|
||||
# image builds, UI based ones, and readonly metaprofile; or CHECK)
|
||||
postclean: build-image
|
||||
@{ \
|
||||
if [ "0$(DEBUG)" -lt 2 -a -z "$(CHECK)" ] && \
|
||||
if [ "0$(DEBUG)" -lt 2 -a -z "$(CHECK)$(REPORT)" ] && \
|
||||
[ "$(NUM_TARGETS)" -gt 1 \
|
||||
-o -n "$(__frontend)" \
|
||||
-o ! -L "$(SYMLINK)" ]; then \
|
||||
|
@@ -8,7 +8,7 @@ ifeq (vm,$(IMAGE_CLASS))
|
||||
|
||||
vm/.bare: profile/bare
|
||||
@$(call add,BASE_PACKAGES,interactivesystem lilo shadow-utils e2fsprogs)
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
vm/bare: vm/.bare
|
||||
@$(call add,BASE_PACKAGES,apt)
|
||||
|
2
main.mk
2
main.mk
@@ -30,7 +30,7 @@ export MKIMAGE_PROFILES := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
-include $(HOME)/.mkimage/profiles.mk
|
||||
|
||||
# most of the actual work done elsewhere
|
||||
include lib/*.mk
|
||||
include $(sort $(wildcard lib/*.mk))
|
||||
include conf.d/*.mk
|
||||
include features.in/*/config.mk
|
||||
|
||||
|
15
pkg.in/lists/gns3
Normal file
15
pkg.in/lists/gns3
Normal file
@@ -0,0 +1,15 @@
|
||||
gns3
|
||||
|
||||
dynamips
|
||||
dynagen
|
||||
|
||||
qemu
|
||||
qemu-kvm
|
||||
virtualbox
|
||||
|
||||
wireshark
|
||||
|
||||
su
|
||||
|
||||
livecd-virtualbox
|
||||
livecd-online-repo
|
@@ -2,6 +2,7 @@ vzctl
|
||||
vzdump
|
||||
#vzautolimit
|
||||
#vzfree
|
||||
vzquota
|
||||
#vzvalidate
|
||||
htop
|
||||
yabeda
|
||||
|
@@ -3,3 +3,4 @@ xinit
|
||||
xinitrc
|
||||
livecd-setlocale
|
||||
installer-feature-runlevel5-stage3
|
||||
su
|
||||
|
@@ -15,6 +15,36 @@ mate-session
|
||||
#mate-session-manager
|
||||
mate-settings-daemon
|
||||
mate-themes
|
||||
mate-vfs
|
||||
mate-vfs gvfs-backends
|
||||
mate-vfs-smb
|
||||
mate-window-manager
|
||||
|
||||
mate-applets
|
||||
mate-bluetooth
|
||||
mate-calc
|
||||
mate-charmap
|
||||
mate-document-viewer
|
||||
mate-document-viewer-caja
|
||||
mate-document-viewer-djvu
|
||||
mate-file-archiver
|
||||
mate-image-viewer
|
||||
mate-media
|
||||
mate-media-apps
|
||||
mate-netspeed
|
||||
mate-power-manager
|
||||
mate-screensaver
|
||||
mate-terminal
|
||||
mate-utils
|
||||
mate-utils-mate-system-log
|
||||
|
||||
mate-file-manager-extensions
|
||||
mate-file-manager-image-converter
|
||||
mate-file-manager-open-terminal
|
||||
mate-file-manager-sendto
|
||||
parcellite
|
||||
|
||||
### should be dropped at some stage; see bugreports within this thread:
|
||||
# http://lists.altlinux.org/pipermail/sisyphus/2012-August/358079.html
|
||||
libmatekbd-capplet
|
||||
iso-codes
|
||||
tzdata
|
||||
|
@@ -75,6 +75,7 @@ arpwatch
|
||||
elinks
|
||||
hostinfo
|
||||
iftop
|
||||
ipmitool
|
||||
iproute2
|
||||
iptables
|
||||
iputils
|
||||
|
@@ -29,7 +29,7 @@ IMAGE_PACKAGES = $(call map,list, \
|
||||
$(SYSTEM_PACKAGES) $(COMMON_PACKAGES) \
|
||||
$(THE_PACKAGES) $(BASE_PACKAGES) $(MAIN_PACKAGES)
|
||||
|
||||
-include lib/*.mk
|
||||
-include $(sort $(wildcard lib/*.mk))
|
||||
|
||||
MKI_DESTDIR = ALTLinux/RPMS.main
|
||||
MKI_PACK_RESULTS = data
|
||||
|
@@ -41,7 +41,7 @@ CHROOT_PACKAGES = $(STAGE1_PACKAGES) $(SYSTEM_PACKAGES)
|
||||
# pass for use/stage2
|
||||
GLOBAL_SQUASHFS := $(SQUASHFS)
|
||||
|
||||
-include lib/*.mk
|
||||
-include $(sort $(wildcard lib/*.mk))
|
||||
|
||||
# scripts prepare bootloader configuration, too
|
||||
# NB: we pass tested squashfs options for ../stage2/Makefile to include
|
||||
|
@@ -37,7 +37,7 @@ IMAGE_PACKAGES_REGEXP += $(call kpackages, \
|
||||
$(STAGE2_KMODULES) $(STAGE2_KMODULES_REGEXP), \
|
||||
$(STAGE1_KFLAVOUR))
|
||||
|
||||
-include lib/*.mk
|
||||
-include $(sort $(wildcard lib/*.mk))
|
||||
|
||||
# see also scripts.d/99-elf-stats
|
||||
ifdef GLOBAL_SQUASHFS_SORT
|
||||
|
6
sub.in/stage2/image-scripts.d/01rootdir
Executable file
6
sub.in/stage2/image-scripts.d/01rootdir
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# fixup chroot's toplevel directory permissions (use to become 1775)
|
||||
|
||||
chmod 755 /
|
||||
|
||||
rm -f /.gitignore
|
Reference in New Issue
Block a user