Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
20844de7
You need to sign in or sign up before continuing.
Commit
20844de7
authored
Jul 30, 2011
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rough bootloader selection draft (grub/lilo)
NB: needs installer-distro-altlinux-generic = 6.0-alt2 as it doesn't require alterator-grub indefinitely
parent
e78c62b4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
2 deletions
+21
-2
distro.mk
distro.mk
+1
-1
README
features.in/bootloader/README
+9
-0
config.mk
features.in/bootloader/config.mk
+6
-0
basesystem,alterator
pkg.in/lists/tagged/basesystem,alterator
+0
-1
10bootloader
sub.in/install2/image-scripts.d/10bootloader
+5
-0
No files found.
distro.mk
View file @
20844de7
...
...
@@ -64,7 +64,7 @@ distro/minicd: distro/server-base
distro/desktop-base: distro/installer sub/main \
use/syslinux/ui-vesamenu use/x11/xorg
distro/icewm: distro/desktop-base use/lowmem use/x11/xdm use/x11/runlevel5
distro/icewm: distro/desktop-base use/lowmem use/x11/xdm use/x11/runlevel5
use/bootloader/lilo
@$(call add,BASE_LISTS,$(call tags,icewm desktop))
# NB: if there are too many screens above, it might make sense to distro.d/
features.in/bootloader/README
0 → 100644
View file @
20844de7
Добавление установки загрузчика основной системы, затребованного
посредством указания "grub" или "lilo" в BASE_BOOTLOADER.
Соответствующий модуль alterator добавляется в устанавливаемую
систему (он НЕ должен требоваться пакету installer-distro-*)
и требует пакет выбранного загрузчика.
Реализация экспериментальная (нужно модуляризовать installer-steps),
завязана на installer-distro-altlinux-generic = 6.0-alt2.
features.in/bootloader/config.mk
0 → 100644
View file @
20844de7
# TODO: invent something prettier (think "lilo+grub" -- or error out?)
# - add,BASE_PACKAGES,alterator-$* is overly additive
# - remember .base if adding yet another *_PACKAGES
use/bootloader/grub use/bootloader/lilo: use/bootloader/%:
@$(call set,GLOBAL_BASE_BOOTLOADER,$*)
@$(call add,BASE_PACKAGES,alterator-$$(GLOBAL_BASE_BOOTLOADER))
pkg.in/lists/tagged/basesystem,alterator
View file @
20844de7
alterator-grub
alterator-root
alterator-users
alterator-net-eth
sub.in/install2/image-scripts.d/10bootloader
0 → 100755
View file @
20844de7
#!/bin/sh
# FIXME: test run for installer-distro-altlinux-generic 6.0-alt2
# NB: grub is currently the default in ALT Linux
sed
-i
"s/^grub
$/$GLOBAL_BASE_BOOTLOADER
/"
/usr/share/install2/installer-steps
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment