Skip to content

Commit

Permalink
Atualizado para versão 3.1.2-9
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarneir0 committed Feb 7, 2024
1 parent 2c6de47 commit 1226834
Show file tree
Hide file tree
Showing 43 changed files with 426 additions and 423 deletions.
2 changes: 1 addition & 1 deletion .disk/archive_trace
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Nov 2 02:25:39 UTC 2023
Mon Jan 15 20:33:19 UTC 2024
2 changes: 1 addition & 1 deletion .disk/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Debian GNU/Linux none "Sid" - Official Snapshot amd64 LIVE Binary 20231102-15:04
Debian GNU/Linux none "Sid" - Official Snapshot amd64 LIVE Binary 20240116-08:14
2 changes: 1 addition & 1 deletion .disk/mkisofs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xorriso -as mkisofs -R -r -J -joliet-long -l -cache-inodes -iso-level 3 -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -partition_offset 16 -A "Debian Live" -p "live-build 20230502.drbl2; https://salsa.debian.org/live-team/live-build" -publisher "Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org" -V "Debian sid 20231102-15:04" --modification-date=2023110207043000 -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus -o live-image-amd64.hybrid.iso binary
xorriso -as mkisofs -R -r -J -joliet-long -l -cache-inodes -iso-level 3 -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -partition_offset 16 -A "Debian Live" -p "live-build 20230502.drbl2; https://salsa.debian.org/live-team/live-build" -publisher "Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org" -V "Debian sid 20240116-08:14" --modification-date=2024011600143800 -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus -o live-image-amd64.hybrid.iso binary
4 changes: 2 additions & 2 deletions Clonezilla-Live-Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
clonezilla-live-3.1.1-27-amd64-SME
clonezilla-live-3.1.2-9-amd64-SME
This Clonezilla live zip file was created by this command:
ocs-live-dev -c -s --extra-boot-param quiet loglevel=0 -y 6.03 -i 3.1.1-27-amd64-SME
ocs-live-dev -c -s --extra-boot-param quiet loglevel=0 -y 6.03 -i 3.1.2-9-amd64-SME
Binary file modified EFI/boot/bootia32.efi
Binary file not shown.
Binary file modified EFI/boot/grubx64.efi
Binary file not shown.
Binary file modified boot/grub/efi.img
Binary file not shown.
15 changes: 10 additions & 5 deletions boot/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ insmod efi_gop
insmod efi_uga
# legacy BIOS
# insmod vbe
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
font=$prefix/unifont.pf2
fi

if loadfont $pref/unicode.pf2; then
if loadfont $font; then
set gfxmode=auto
insmod gfxterm
# Set the language for boot menu prompt, e.g., en_US, zh_TW...
Expand Down Expand Up @@ -100,8 +105,8 @@ menuentry "Clonezilla live (VGA 800x600 & To RAM)" --id live-toram {
menuentry "Clonezilla live (VGA 800x600)" --id live-default {
search --set -f /live/vmlinuz
$linux_cmd /live/vmlinuz boot=live union=overlay username=user config components quiet loglevel=0 noswap edd=on nomodeset enforcing=0 noeject locales=pt_BR.UTF-8 keyboard-layouts=br ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0 nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 ocs_repository="ssh://atendimento@172.23.7.185/img/" ocs_prerun="sudo dhclient"
$initrd_cmd /live/initrd.img
}
$initrd_cmd /live/initrd.img
}

menuentry --hotkey=m "Memtester (VGA 800x600 & To RAM)" --id memtester {
search --set -f /live/vmlinuz
Expand Down Expand Up @@ -129,12 +134,12 @@ menuentry 'uEFI firmware setup' 'uefi-firmware' {
fwsetup
}

menuentry "Clonezilla live 3.1.1-27-amd64-SME info"{
menuentry "Clonezilla live 3.1.2-9-amd64-SME info"{
echo Clonezilla, the OpenSource Clone System.
echo NCHC Free Software Labs, Taiwan.
echo clonezilla.org, clonezilla.nchc.org.tw
echo \* Boot menu for EFI machine
echo \* Clonezilla live version: 3.1.1-27-amd64-SME. (C) 2003-2023, NCHC, Taiwan
echo \* Clonezilla live version: 3.1.2-9-amd64-SME. (C) 2003-2024, NCHC, Taiwan
echo \* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
echo \* Maintainer: Matheus Carneiro - @m.carneir0
sleep --verbose --interruptible 10
Expand Down
Binary file modified boot/grub/i386-efi/bli.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/bufio.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/efinet.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/http.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/multiboot.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/multiboot2.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/net.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/normal.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/peimage.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/relocator.mod
Binary file not shown.
Binary file modified boot/grub/i386-efi/xfs.mod
Binary file not shown.
Binary file modified boot/grub/ocswp-grub2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boot/grub/x86_64-efi/bli.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/bufio.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/efinet.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/http.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/multiboot.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/multiboot2.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/net.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/normal.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/peimage.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/relocator.mod
Binary file not shown.
Binary file modified boot/grub/x86_64-efi/xfs.mod
Binary file not shown.
4 changes: 2 additions & 2 deletions live/Clonezilla-Live-Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
clonezilla-live-3.1.1-27-amd64-SME
clonezilla-live-3.1.2-9-amd64-SME
This Clonezilla live zip file was created by this command:
ocs-live-dev -c -s --extra-boot-param quiet loglevel=0 -y 6.03 -i 3.1.1-27-amd64-SME
ocs-live-dev -c -s --extra-boot-param quiet loglevel=0 -y 6.03 -i 3.1.2-9-amd64-SME
Loading

0 comments on commit 1226834

Please sign in to comment.