2012-05-08 21:25:05 +04:00
# alterator-based installer, second (livecd) stage
2013-05-24 17:29:44 +04:00
+installer : use /install 2/full ; @:
2012-07-10 13:20:15 +04:00
use/install2 : use /stage 2 sub /stage 2@install 2 use /metadata use /cleanup /installer
2011-11-16 19:58:42 +04:00
@$( call add_feature)
2013-05-24 17:29:44 +04:00
@$( call try,INSTALLER,altlinux-generic) # might be replaced later
2013-05-27 13:11:17 +04:00
@$( call add,INSTALL2_PACKAGES,installer-distro-$$ ( INSTALLER) -stage2)
server-ovz; KDEFAULT; syslinux features reworked
Renamed server-light.iso into server-ovz.iso to avoid brand dilution
and confusion (rider@'s server-light rather favours kvm, anyways).
Introduced KDEFAULT: a reliable default kernel chooser knob
since apt's regex ordering proved pretty unreliable.
Spelling things explicitly is better anyways.
SYSLINUX related features undergone pretty major rewrite
(that includes syslinux, hdt and memtest).
The problem to tackle was features.in/syslinux/generate.mk
assuming syslinux and pciids available in build *host* system;
this well might not be the case (or worse yet, those can be
just different). So now we're a bit less elegant and a bit
more enterprise, stuffing things into chroot and working there.
Bunch of other fixes along the road, including ; to name a few:
- fixed memtest entry (overlooked while renaming SYSLINUX_ITEMS)
- new and shiny doc/CodingStyle
- gfxboot, stage1 target chain, hdt tweaks
- distro.mk rehashed
- README++
- TODO: dropped (integer overflow anyways)
+ actually moved off-tree to reduce commit spam
- s,\.config\.mk,distcfg.mk,g
- doc/profiles.mk.sample: sample ~/.mkimage/profiles.mk
- ...and assorted fixups/additions
Sorry for convoluted commit, this would have been pretty hard to
rework into some really readable shape (and you might be interested
in the original repo's history horrors then, anyways).
2011-05-31 02:05:33 +04:00
@$( call add,INSTALL2_PACKAGES,branding-$$ ( BRANDING) -alterator)
2011-12-19 23:28:42 +04:00
@$( call add,BASE_PACKAGES,branding-$$ ( BRANDING) -release)
2011-07-15 01:00:46 +04:00
@$( call add,BASE_LISTS,$( call tags,basesystem) )
2012-06-26 02:10:12 +04:00
@$( call xport,BASE_BOOTLOADER)
2012-03-21 17:55:24 +04:00
2013-05-24 17:29:44 +04:00
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full : use /install 2/packages use /install 2/kms use /install 2/kvm \
use/syslinux/localboot.cfg use/syslinux/ui/menu; @:
# stash local packages within installation media
use/install2/packages : use /install 2 use /repo /main ; @:
# for alterator-pkg to use
2012-03-21 17:55:24 +04:00
use/install2/net : use /install 2
@$( call add,INSTALL2_PACKAGES,curl)
2012-04-10 21:56:01 +04:00
2013-05-24 17:29:44 +04:00
# modern free xorg drivers for mainstream hardware require KMS support
2012-06-13 23:07:10 +04:00
use/install2/kms : use /stage 2/kms
@$( call add,BASE_KMODULES_REGEXP,drm.*)
2012-05-08 21:25:05 +04:00
2012-06-21 14:23:38 +04:00
# see also use/vmguest/kvm; qxl included in xorg pkglist
2012-04-10 21:56:01 +04:00
use/install2/kvm :
@$( call add,INSTALL2_PACKAGES,spice-vdagent xorg-drv-qxl)
2012-09-23 01:05:38 +04:00
# filesystems handling
use/install2/fs : use /install 2/xfs use /install 2/jfs use /install 2/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)