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
131ef0f6
Commit
131ef0f6
authored
Feb 03, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syslinux: replace kernel and initrd from syslinux/alt0 to boot
parent
1f4db6c7
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
28 additions
and
28 deletions
+28
-28
20install2.cfg
features.in/syslinux/cfg.in/20install2.cfg
+2
-2
20pid1.cfg
features.in/syslinux/cfg.in/20pid1.cfg
+2
-2
21install2-failsafe.cfg
features.in/syslinux/cfg.in/21install2-failsafe.cfg
+2
-2
25grub-install-vnc-connect.cfg
features.in/syslinux/cfg.in/25grub-install-vnc-connect.cfg
+2
-2
25grub-install-vnc-listen.cfg
features.in/syslinux/cfg.in/25grub-install-vnc-listen.cfg
+2
-2
25install-vnc-connect.cfg
features.in/syslinux/cfg.in/25install-vnc-connect.cfg
+2
-2
25install-vnc-listen.cfg
features.in/syslinux/cfg.in/25install-vnc-listen.cfg
+2
-2
30live.cfg
features.in/syslinux/cfg.in/30live.cfg
+2
-2
32live_rw.cfg
features.in/syslinux/cfg.in/32live_rw.cfg
+2
-2
80rescue.cfg
features.in/syslinux/cfg.in/80rescue.cfg
+2
-2
82rescue_rw.cfg
features.in/syslinux/cfg.in/82rescue_rw.cfg
+2
-2
83rescue_fm.cfg
features.in/syslinux/cfg.in/83rescue_fm.cfg
+2
-2
84rescue_remote.cfg
features.in/syslinux/cfg.in/84rescue_remote.cfg
+2
-2
85mediacheck.cfg
features.in/syslinux/cfg.in/85mediacheck.cfg
+2
-2
No files found.
features.in/syslinux/cfg.in/20install2.cfg
View file @
131ef0f6
...
...
@@ -2,6 +2,6 @@ default linux
label linux
menu label ^Install @relname@
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts vga=@bootvga@ @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts vga=@bootvga@ @bootargs@
features.in/syslinux/cfg.in/20pid1.cfg
View file @
131ef0f6
label pid1
menu label ^Just run as PID 1
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz @bootargs@
features.in/syslinux/cfg.in/21install2-failsafe.cfg
View file @
131ef0f6
label noapic
menu label ^Failsafe install
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk ramdisk_size=@altinst_size@ showopts lowmem noapic nolapic xdriver=vesa @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk ramdisk_size=@altinst_size@ showopts lowmem noapic nolapic xdriver=vesa @bootargs@
features.in/syslinux/cfg.in/25grub-install-vnc-connect.cfg
View file @
131ef0f6
label vncconnect
menu label VNC client (edit to set server IP address)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
features.in/syslinux/cfg.in/25grub-install-vnc-listen.cfg
View file @
131ef0f6
label vncpasswd
menu label Install @relname@ (headless with DHCP+VNC) (password VNCPWD)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
features.in/syslinux/cfg.in/25install-vnc-connect.cfg
View file @
131ef0f6
label vncconnect
menu label ^VNC install (edit to set server IP address)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
features.in/syslinux/cfg.in/25install-vnc-listen.cfg
View file @
131ef0f6
label vncpasswd
menu label VNC install (<Tab>, set pass^word and connect here)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
features.in/syslinux/cfg.in/30live.cfg
View file @
131ef0f6
label live
menu label ^LiveCD (no hard disk needed)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts lowmem vga=@bootvga@ @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts lowmem vga=@bootvga@ @bootargs@
features.in/syslinux/cfg.in/32live_rw.cfg
View file @
131ef0f6
label session
menu label LiveCD with ^sessions support
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@
features.in/syslinux/cfg.in/80rescue.cfg
View file @
131ef0f6
label rescue
menu label ^Rescue LiveCD
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@
features.in/syslinux/cfg.in/82rescue_rw.cfg
View file @
131ef0f6
label rescue_session
menu label Rescue with sess^ions support
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
features.in/syslinux/cfg.in/83rescue_fm.cfg
View file @
131ef0f6
label rescue_forensic
menu label ^Forensic mode (leave disks alone)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ splash=0 showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ splash=0 showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@
features.in/syslinux/cfg.in/84rescue_remote.cfg
View file @
131ef0f6
label rescue_remote
menu label Rescue with remote SSH ^access (DHCP)
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ quiet ip=dhcp port=22 rootpw=AUTO
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ quiet ip=dhcp port=22 rootpw=AUTO
features.in/syslinux/cfg.in/85mediacheck.cfg
View file @
131ef0f6
label mediachk
menu label ^Check this media for defects
kernel
alt0
/vmlinuz
append initrd=
alt0
/full.cz live quiet lowmem automatic=method:cdrom mediacheck=1 stagename=mediacheck showopts @bootargs@
kernel
/boot
/vmlinuz
append initrd=
/boot
/full.cz live quiet lowmem automatic=method:cdrom mediacheck=1 stagename=mediacheck showopts @bootargs@
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