forked from altcloud/mkimage-profiles
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c1366d3195 | ||
|
4db16f0eb8 | ||
|
5c943e1cdf | ||
|
615d1793ab | ||
|
fc3569a491 | ||
|
dc8799be08 | ||
|
8e87358b66 | ||
|
5a09eed232 | ||
|
93a8a89103 | ||
|
4918019b29 | ||
|
0cb540acf2 |
@@ -1,5 +1,5 @@
|
||||
Name: mkimage-profiles
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: alt1
|
||||
|
||||
Summary: ALT Linux based distribution metaprofile
|
||||
@@ -78,6 +78,9 @@ cp -a * %buildroot%mpdir
|
||||
%doc %docs/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 22 2013 Michael Shigorin <mike@altlinux.org> 1.1.3-alt1
|
||||
- armh fixes and tweaks
|
||||
|
||||
* Mon Jul 15 2013 Michael Shigorin <mike@altlinux.org> 1.1.2-alt1
|
||||
- control and sound features
|
||||
|
||||
|
6
.gear/tags/81cd24c1e02661fd22702a24e63e18d08d1aeb96
Normal file
6
.gear/tags/81cd24c1e02661fd22702a24e63e18d08d1aeb96
Normal file
@@ -0,0 +1,6 @@
|
||||
object 9c09cd1447852d6d5b80bd33d10a99b9fb2b722d
|
||||
type commit
|
||||
tag v1.1.2
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1373912540 +0400
|
||||
|
||||
control sound
|
@@ -1,6 +0,0 @@
|
||||
object 40468c8395516cf29c7c6f16b56d46bbb23c3f9f
|
||||
type commit
|
||||
tag v1.1.1
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1372711661 +0000
|
||||
|
||||
cuboxism
|
@@ -1 +1 @@
|
||||
f48e25ec93bdc02ceda53058eb16780369a41738 v1.1.1
|
||||
81cd24c1e02661fd22702a24e63e18d08d1aeb96 v1.1.2
|
||||
|
@@ -157,14 +157,9 @@ fi
|
||||
# not ROOTSIZEM but "the rest"; somewhat non-trivial arithmetics lurk in parted
|
||||
mkpart
|
||||
|
||||
kpartx -a "$LOOPDEV"
|
||||
kpartx -a -s "$LOOPDEV"
|
||||
LOOPROOT="/dev/mapper/$(basename "$LOOPDEV")p$ROOTPART"
|
||||
|
||||
# might take a tiny bit of time to actually appear
|
||||
for i in `seq 10`; do
|
||||
[ -b "$LOOPROOT" ] && break || sleep 0.1
|
||||
done
|
||||
|
||||
mkfs."$ROOTFSTYPE" "$LOOPROOT"
|
||||
|
||||
if [ -n "$BOOTPART" ]; then
|
||||
|
@@ -36,8 +36,7 @@ vm/.arm-base: profile/bare use/kernel use/net-eth/dhcp use/vm-ssh; @:
|
||||
@$(call set,BRANDING,altlinux-kdesktop)
|
||||
|
||||
vm/.cubox-bare: vm/.arm-base use/armh use/armh-cubox use/services/ssh +systemd \
|
||||
use/cleanup/installer use/repo use/branding use/xdg-user-dirs/deep \
|
||||
+pulse
|
||||
use/repo use/branding use/xdg-user-dirs/deep +pulse
|
||||
@$(call set,KFLAVOURS,cubox)
|
||||
@$(call set,BRANDING,altlinux-kdesktop)
|
||||
@$(call add,THE_BRANDING,alterator graphics indexhtml menu notes)
|
||||
@@ -50,17 +49,26 @@ vm/.cubox-bare: vm/.arm-base use/armh use/armh-cubox use/services/ssh +systemd \
|
||||
@$(call add,BASE_PACKAGES,LibreOffice4-full LibreOffice4-langpack-ru)
|
||||
@$(call add,BASE_LISTS,$(call tags,(base || desktop) && regular))
|
||||
|
||||
vm/.cubox-base: vm/.cubox-bare use/deflogin/altlinuxroot; @:
|
||||
vm/.cubox-base: vm/.cubox-bare use/oem; @:
|
||||
|
||||
vm/cubox-xfce-ru: vm/.cubox-bare use/deflogin/altlinuxroot \
|
||||
use/slinux/arm use/x11/lightdm/gtk use/x11-autologin +nm
|
||||
@$(call add,BASE_PACKAGES,livecd-ru)
|
||||
|
||||
# these images use a king of OEM setup
|
||||
vm/.cubox-gtk: vm/.cubox-base use/x11/lightdm/gtk +nm; @:
|
||||
|
||||
vm/cubox-xfce: vm/.cubox-bare use/slinux/arm use/oem use/net-usershares \
|
||||
use/domain-client +nm; @:
|
||||
|
||||
vm/cubox-xfce-ru: vm/.cubox-gtk use/slinux/arm use/x11-autologin
|
||||
@$(call add,BASE_PACKAGES,livecd-ru)
|
||||
vm/cubox-xfce: vm/.cubox-gtk \
|
||||
use/slinux/arm use/net-usershares use/domain-client; @:
|
||||
|
||||
vm/cubox-mate: vm/.cubox-gtk use/x11/mate; @:
|
||||
|
||||
vm/cubox-tde: vm/.cubox-base use/net-eth/dhcp use/x11-autostart +tde
|
||||
@$(call add,BASE_LISTS,openscada)
|
||||
|
||||
vm/cubox-kde4: vm/.cubox-base use/x11/kde4 use/x11/kdm4 use/fonts/zerg +pulse
|
||||
@$(call add,BASE_LISTS,$(call tags,desktop && kde4 && !extra))
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
|
@@ -38,7 +38,7 @@ write_iface() {
|
||||
echo "BOOTPROTO=$proto"
|
||||
echo "NM_CONTROLLED=$NMCTL"
|
||||
echo "DISABLED=$NMCTL"
|
||||
echo "USE_IFPLUGD=yes"
|
||||
echo "#USE_IFPLUGD=yes"
|
||||
} > "$dir/options"
|
||||
}
|
||||
|
||||
|
@@ -13,6 +13,7 @@ if [ -f "$INITTAB" ]; then
|
||||
fi
|
||||
|
||||
## ...and systemd, if any
|
||||
rm -f /etc/systemd/system/default.target
|
||||
## NB: alterator-setup's backup file can present a nice catch if left around
|
||||
rm -f /etc/systemd/system/default.target{,.bak}
|
||||
|
||||
:
|
||||
|
2
pkg.in/lists/openscada
Normal file
2
pkg.in/lists/openscada
Normal file
@@ -0,0 +1,2 @@
|
||||
openscada-Model.AGLKS
|
||||
openscada-Model.Boiler
|
@@ -9,6 +9,7 @@ kde4-kbluetooth
|
||||
kde4-kolourpaint
|
||||
kde4-okular
|
||||
kde4-i18n-ru
|
||||
kde4-i18n-uk
|
||||
kde4base-plasma-applets
|
||||
plasma-applet-showdesktop
|
||||
kde4multimedia-kmix
|
||||
|
Reference in New Issue
Block a user