Updated Deb Arm

Verbiage needed to be changed to Debian

Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-07-14 22:31:31 +09:00
parent 2e41c944ae
commit 9e856bd316
2 changed files with 92 additions and 92 deletions

View File

@ -24,11 +24,11 @@ fi
source /boot/grub/config.cfg
# Live boot
menuentry "PeppermintOS Devuan - Live" --hotkey=l {
linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path}
initrd /live/initrd.img
menuentry "PeppermintOS Debian - Live" --hotkey=l {
linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path}
initrd /live/initrd.img
}
submenu "PeppermintOS Devuan - Live with Localisation Support" {
submenu "PeppermintOS Debian - Live with Localisation Support" {
menuentry "Albanian (sq)" {
linux /live/vmlinuz boot=live components locales=sq_AL.UTF-8 keyboard-layouts=sq quiet splash
initrd /live/initrd.img
@ -330,107 +330,107 @@ menuentry "Welsh (cy)" {
initrd /live/initrd.img
}
}
### Commented out till Persistence is working as expected.
### Commented out till Persistence is working as expected.
#menuentry "Persistent PeppermintOS" --hotkey=p {
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} persistence
# initrd /live/initrd.img
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} persistence
# initrd /live/initrd.img
#}
### Commented out till toram is working as expected.
### Commented out till toram is working as expected.
#menuentry "PeppermintOS - loaded to RAM" --hotkey=t {
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} toram
# initrd /live/initrd.img
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} toram
# initrd /live/initrd.img
#}
#menuentry "Developer Desktop" --hotkey=d {
# linux /live/vmlinuz boot=local ro root=/dev/sdb126 quiet splash findiso=${iso_path}
# initrd /live/initrd.img
# linux /live/vmlinuz boot=local ro root=/dev/sdb126 quiet splash findiso=${iso_path}
# initrd /live/initrd.img
#}
# You can add more entries like this
#menuentry "Alternate live boot" {
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} custom options here
# initrd /live/initrd.img
# linux /live/vmlinuz boot=live components quiet splash findiso=${iso_path} custom options here
# initrd /live/initrd.img
#}
#menuentry "Alternate graphical installer" {
# linux custom options here
# initrd
# linux custom options here
# initrd
#}
#menuentry "Alternate textual installer" {
# linux custom options here
# initrd
# linux custom options here
# initrd
#}
# Installer (if any)
if false; then
source /boot/grub/install_start.cfg
source /boot/grub/install_start.cfg
submenu 'Advanced install options ...' --hotkey=a {
source /boot/grub/theme.cfg
source /boot/grub/theme.cfg
source /boot/grub/install.cfg
source /boot/grub/install.cfg
}
fi
submenu ' Utilities ...' --hotkey=u {
source /boot/grub/theme.cfg
source /boot/grub/theme.cfg
menuentry "PeppermintOS Devuan (fail-safe mode)" --hotkey=s {
linux /live/vmlinuz boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788
initrd /live/initrd.img
menuentry "PeppermintOS Debian (fail-safe mode)" --hotkey=s {
linux /live/vmlinuz boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788
initrd /live/initrd.img
}
# Memtest (if any)
# Memtest (if any)
if [ "${grub_platform}" = "pc" ] -a false; then
source /boot/grub/memtest.cfg
fi
if [ "${grub_platform}" = "pc" ] -a false; then
source /boot/grub/memtest.cfg
fi
# Firmware setup (UEFI)
if [ "${grub_platform}" = "efi" ]; then
menuentry "UEFI Firmware Settings" {
fwsetup
}
fi
# Firmware setup (UEFI)
if [ "${grub_platform}" = "efi" ]; then
menuentry "UEFI Firmware Settings" {
fwsetup
}
fi
}
submenu ' Recovery ...' --hotkey=r {
source /boot/grub/theme.cfg
source /boot/grub/theme.cfg
menuentry "PeppermintOS Devuan on sda2" {
linux /live/vmlinuz ro boot=local root=/dev/sda2 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on sda2" {
linux /live/vmlinuz ro boot=local root=/dev/sda2 quiet splash
initrd /live/initrd.img
}
menuentry "PeppermintOS Devuan on sda3" {
linux /live/vmlinuz ro boot=local root=/dev/sda3 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on sda3" {
linux /live/vmlinuz ro boot=local root=/dev/sda3 quiet splash
initrd /live/initrd.img
}
menuentry "PeppermintOS Devuan on mmcblk0p2" {
linux /live/vmlinuz ro boot=local root=/dev/mmcblk0p2 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on mmcblk0p2" {
linux /live/vmlinuz ro boot=local root=/dev/mmcblk0p2 quiet splash
initrd /live/initrd.img
}
menuentry "PeppermintOS Devuan on mmcblk0p3" {
linux /live/vmlinuz ro boot=local root=/dev/mmcblk0p3 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on mmcblk0p3" {
linux /live/vmlinuz ro boot=local root=/dev/mmcblk0p3 quiet splash
initrd /live/initrd.img
}
menuentry "PeppermintOS Devuan on nvme0n1p2" {
linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p2 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on nvme0n1p2" {
linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p2 quiet splash
initrd /live/initrd.img
}
menuentry "PeppermintOS Devuan on nvme0n1p3" {
linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p3 quiet splash
initrd /live/initrd.img
menuentry "PeppermintOS Debian on nvme0n1p3" {
linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p3 quiet splash
initrd /live/initrd.img
}
#menuentry "PeppermintOS Devuan on nvme0n1p4" {
# linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p4 quiet splash
# initrd /live/initrd.img
#menuentry "PeppermintOS Debian on nvme0n1p4" {
# linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p4 quiet splash
# initrd /live/initrd.img
#}
#menuentry "PeppermintOS Devuan on nvme0n1p5" {
# linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p5 quiet splash
# initrd /live/initrd.img
#menuentry "PeppermintOS Debian on nvme0n1p5" {
# linux /live/vmlinuz ro boot=local root=/dev/nvme0n1p5 quiet splash
# initrd /live/initrd.img
#}
}

View File

@ -1,18 +1,18 @@
### ISOLINUX config for Live-Session
#timeout 200
#ontimeout live
menu title PeppermintOS Devuan - Live
menu title PeppermintOS Debian - Live
default live
label live
menu label ^PeppermintOS Devuan (Arm64)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live components quiet splash
menu label ^PeppermintOS Debian (Arm64)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live components quiet splash
MENU begin advanced
MENU title PeppermintOS Devuan with Localisation Support
MENU title PeppermintOS Debian with Localisation Support
LABEL Albanian (sq)
say "Booting Albanian (sq)..."
linux /live/vmlinuz
@ -391,42 +391,42 @@ LABEL Welsh (cy)
LABEL mainmenu
MENU label Back
MENU exit
MENU end
MENU end
### Until this isn't UNPLEASANT, it stays commented in Beta releases.
#label persistent
# menu label ^Persistent PeppermintOS Devuan (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
# menu label ^Persistent PeppermintOS Debian (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
#label toram
# menu label ^PeppermintOS Devuan loaded in RAM
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash toram
# menu label ^PeppermintOS Debian loaded in RAM
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash toram
#label developer
# menu label ^Boot to Developer Desktop
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=local ro root=/dev/sdb126 quiet splash
# menu label ^Boot to Developer Desktop
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=local ro root=/dev/sdb126 quiet splash
#### ### ## # This line is intentionaly left blank. # ## ### ####
### By following the constucts above, We can add additional entries
#label Alternative boot
# menu label ^Alternative PeppermintOS Devuan (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
# say Now booting alternative method
# menu label ^Alternative PeppermintOS Debian (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
# say Now booting alternative method
#### ### ## # This line is intentionaly left blank. # ## ### ####
### By following the constucts above, We can add additional entries
#label Alternative boot
# menu label ^Alternative PeppermintOS Devuan (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
# say Now booting alternative method
# menu label ^Alternative PeppermintOS Debian (Arm64)
# linux /live/vmlinuz
# initrd /live/initrd.img
# append boot=live components quiet splash persistence
# say Now booting alternative method