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

Commit 7eaaddc

Browse files
committed
v0.9.7.12
- Added support for SlackEX and Siduction. - Some bug fixes. Thanks to all users for reporting bugs.
1 parent ef6ce69 commit 7eaaddc

File tree

9 files changed

+1625
-2
lines changed

9 files changed

+1625
-2
lines changed

AIO/Files/PartIMG/PartIMG_ROOT.img

0 Bytes
Binary file not shown.

AIO/Tools/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2017122300
1+
2018010600

AIO/grub/menuoff/eset.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### eset-sysrescue.1.0.9.0.enu.iso
33
set extract_path=""
44
set timeout=0
5-
menuentry "[1] Dr.Web LiveCD" --hotkey=1 {
5+
menuentry "[1] ESET SysRescue" --hotkey=1 {
66
linux ${extract_path}/casper/vmlinuz boot=casper cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid live-media-path=${extract_path}/casper/ quiet splash --
77
initrd ${extract_path}/casper/initrd.lz
88
}

AIO/grub/menuoff/slackex.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Start
2+
### slackex-14.2-64bit-kde-nvidia-efi-1620mb-171223.iso
3+
set extract_path=""
4+
set timeout=0
5+
menuentry "[1] Run SlackEX" --hotkey=1 {
6+
linux ${extract_path}/slackex/boot/vmlinuz vga=769 load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slackex.flags=perch from=${extract_path}/slackex
7+
initrd ${extract_path}/slackex/boot/initrfs.img
8+
}
9+
### End

AIOCreator.exe

0 Bytes
Binary file not shown.

EFI/BOOT/en-US/bootia32.efi.mui

58.3 KB
Binary file not shown.

EFI/BOOT/en-US/bootx64.efi.mui

58.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)