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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
abb09ad1
Commit
abb09ad1
authored
Apr 09, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub, syslinux, live: add live-rescue_rw.cfg
parent
6ed9d5a6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
34live-rescue_rw.cfg
features.in/grub/cfg.in/34live-rescue_rw.cfg
+8
-0
config.mk
features.in/live/config.mk
+3
-0
34live-rescue_rw.cfg
features.in/syslinux/cfg.in/34live-rescue_rw.cfg
+5
-0
No files found.
features.in/grub/cfg.in/34live-rescue_rw.cfg
0 → 100644
View file @
abb09ad1
menuentry $"Rescue LiveCD with sessions support" --id 'rescue_session' {
savedefault
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
linux /boot/vmlinuz$KFLAVOUR fastboot live @initrd_bootargs@ @stagename@=live systemd.unit=live-rescue.target ramdisk_size=@live_size@ nosplash vga=@bootvga@ @rescue_bootargs@ lang=$lang lowmem
echo $"Loading initial ramdisk ..."
initrd /boot/@initrd@$KFLAVOUR.@initrd_ext@
}
features.in/live/config.mk
View file @
abb09ad1
...
@@ -111,6 +111,9 @@ use/live/rescue/extra: use/live/rescue
...
@@ -111,6 +111,9 @@ use/live/rescue/extra: use/live/rescue
$(call tags,(base || extra || server || misc || fs) \
$(call tags,(base || extra || server || misc || fs) \
&& !x11 && (rescue || comm || network || security || archive)))
&& !x11 && (rescue || comm || network || security || archive)))
use/live/rescue/rw: use/live/rescue \
use/syslinux/live-rescue_rw.cfg use/grub/live-rescue_rw.cfg; @:
# for kiosks
# for kiosks
use/live/runapp: use/live
use/live/runapp: use/live
@$(call add,LIVE_PACKAGES,livecd-runapp)
@$(call add,LIVE_PACKAGES,livecd-runapp)
...
...
features.in/syslinux/cfg.in/34live-rescue_rw.cfg
0 → 100644
View file @
abb09ad1
label rescue_session
menu label ^Rescue LiveCD with sessions support
kernel /boot/vmlinuz
append initrd=/boot/@initrd@ fastboot live @initrd_bootargs@ @stagename@=live systemd.unit=live-rescue.target ramdisk_size=@live_size@ live_rw nosplash showopts vga=@bootvga@ @rescue_bootargs@ lowmem
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