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
Anton Palgunov
mkimage-profiles
Commits
20554501
Commit
20554501
authored
Jan 03, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install2, live: add grub.cfg support
parent
5b520579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
config.mk
features.in/install2/config.mk
+5
-5
config.mk
features.in/live/config.mk
+4
-4
No files found.
features.in/install2/config.mk
View file @
20554501
...
...
@@ -3,7 +3,7 @@
+installer: use/install2/full; @:
use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/cleanup/installer use/install2/autoinstall
use/cleanup/installer use/install2/autoinstall
use/grub/install2.cfg
@$(call add_feature)
@$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
...
...
@@ -84,12 +84,12 @@ use/install2/vnc:
@$(call add,INSTALL2_PACKAGES,x11vnc xterm net-tools)
# this one expects external vncviewer to come
use/install2/vnc/listen: \
use/
install2/vnc use/syslinux
/install-vnc-listen.cfg; @:
use/install2/vnc/listen:
use/install2/vnc
\
use/
syslinux/install-vnc-listen.cfg use/grub
/install-vnc-listen.cfg; @:
# this one connects to a specified vncviewer --listen
use/install2/vnc/connect: \
use/
install2/vnc use/syslinux
/install-vnc-connect.cfg; @:
use/install2/vnc/connect:
use/install2/vnc
\
use/
syslinux/install-vnc-connect.cfg use/grub
/install-vnc-connect.cfg; @:
# add both bootloader items to be *that* explicit ;-)
use/install2/vnc/full: use/install2/vnc/listen use/install2/vnc/connect; @:
...
...
features.in/live/config.mk
View file @
20554501
...
...
@@ -12,7 +12,8 @@ _OFF = anacron blk-availability bridge clamd crond dhcpd dmeventd dnsmasq \
# copy stage2 as live
# NB: starts to preconfigure but doesn't use/cleanup yet
use/live: use/stage2 sub/rootfs@live sub/stage2@live use/services/lvm2-disable
use/live: use/stage2 sub/rootfs@live sub/stage2@live \
use/services/lvm2-disable use/grub/live.cfg
@$(call add_feature)
@$(call add,CLEANUP_BASE_PACKAGES,'installer*')
@$(call add,DEFAULT_SERVICES_ENABLE,$(_ON))
...
...
@@ -28,10 +29,9 @@ use/live/base: use/live/.base use/net use/deflogin/live
# rw slice, see http://www.altlinux.org/make-initrd-propagator and #28289
ifeq (,$(EFI_BOOTLOADER))
use/live/rw: use/live use/syslinux
@$(call add,SYSLINUX_CFG,live_rw)
use/live/rw: use/live use/syslinux/live_rw.cfg use/grub/live_rw.cfg; @:
else
use/live/rw: use/live; @:
use/live/rw: use/live
use/grub/live_rw.cfg
; @:
endif
# graphical target (not enforcing xorg drivers or blobs)
...
...
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