Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Added Wifislax 4.11.1 support
Browse files Browse the repository at this point in the history
Added Wifislax 4.11.1 support
  • Loading branch information
nguyentumine committed Jun 15, 2016
1 parent 1af509d commit fcf5cfc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Boot/grub/linux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ menuentry "Linux Mint 17.3 [64-bit]" --class linuxmint {
fi
}

menuentry "Wifislax [KDE Desktop]" {
set path="/Files/Linux/"
set file="wifislax.iso"
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
linux (loop)/boot/vmlinuz2 noload=000-Ker';'006-Xfce load=English from=${path}${file} autoexec=startx
initrd (loop)/boot/initrd.xz
else
missing ${file} ${path}
fi
}

submenu 'CentOS 7 Minimal CD' {
set gfxpayload=keep
insmod gzio
Expand Down
7 changes: 7 additions & 0 deletions Boot/grub4dos/linux.lst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ map --hook
kernel (0xff)/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/Files/Linux/linuxmint-17.3-64bit.iso quiet splash --
initrd (0xff)/casper/initrd.lz

title Wifislax [KDE Desktop]\n%copyfile% 'wifislax.iso' %intodir% '/Files/Linux/'
find --set-root --ignore-floppies /Files/Linux/wifislax.iso
map /Files/Linux/wifislax.iso (0xff) || map --mem /Files/Linux/wifislax.iso (0xff)
map --hook
kernel (0xff)/boot/vmlinuz2 noload=000-Ker;006-Xfce load=English from=/Files/Linux/wifislax.iso autoexec=startx
initrd (0xff)/boot/initrd.xz

title CentOS 7 Minimal CD\n%copyfile% 'CentOS-7-x86_64-Minimal.iso' %intodir% '/Files/Linux/'
find --set-root --ignore-floppies /Files/Linux/CentOS-7-x86_64-Minimal.iso
map /Files/Linux/CentOS-7-x86_64-Minimal.iso (0xff) || map --mem /Files/Linux/CentOS-7-x86_64-Minimal.iso (0xff)
Expand Down
8 changes: 7 additions & 1 deletion Boot/syslinux/syslinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ LABEL Linux Mint Live
TEXT HELP
Extract file "linuxmint.iso" to folder "/Files/linuxmint/"
ENDTEXT
LABEL Wifislax [KDE Desktop]
KERNEL /Files/Linux/wifislax/vmlinuz2
APPEND initrd=/Files/Linux/wifislax/initrd.xz noload=000-Ker;006-Xfce load=English from=/Files/Linux/wifislax.iso autoexec=startx
TEXT HELP
Copy file "wifislax.iso" into the folder "/Files/Linux/". Open "wifislax.iso" then copy file "vmlinuz2,initrd.xz" in "boot" folder into the folder "/Files/Linux/wifislax/"
ENDTEXT
LABEL CentOS Minimal
kernel /Files/centos/isolinux/vmlinuz
append initrd=/Files/centos/isolinux/initrd.img root=live:LABEL=AIO\x20BOOT inst.stage2=hd:LABEL=AIO\x20BOOT live_dir=/Files/centos/LiveOS
Expand All @@ -334,7 +340,7 @@ LABEL Kaspersky Rescue 10
KERNEL /rescue/rescue
APPEND root=live:CDLABEL=KRD10 rootfstype=auto vga=791 init=/init initrd=/rescue/rescue.igz kav_lang=en udev liveimg splash quiet doscsi nomodeset
TEXT HELP
Copy file "rescue.iso,rescue,rescue.igz" into the folder "/rescue/"
Copy file "rescue.iso" into the folder "/rescue/". Open "rescue.iso" then copy file "rescue,rescue.igz" in "boot" folder into the folder "/rescue/"
ENDTEXT
LABEL Bitdefender Rescue CD
KERNEL /Files/bitdefender/boot/kernel.i386-pc
Expand Down

0 comments on commit fcf5cfc

Please sign in to comment.