Skip to content

Commit

Permalink
Migrate 1st layer to debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
DT3264 committed Jun 25, 2023
1 parent 68c6f64 commit 10cbae7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions base-system/bootloader/legacy/huronos.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ MENU AUTOBOOT [Esc] -> options, Booting in # second{,s}
default persistent
LABEL persistent
MENU LABEL ^Start contest system
KERNEL /boot/vmlinuz-6.0.15-huronos+
KERNEL /boot/vmlinuz-6.1.31-huronos+
APPEND vga=normal acpi=force initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 quiet loglevel=3 huronos.flags=(system.uuid=UUID;event.uuid=UUID;contest.uuid=UUID;persistence=true)

#LABEL fresh
#MENU LABEL ^Start restore mode
#KERNEL /boot/vmlinuz-6.0.15-huronos+
#KERNEL /boot/vmlinuz-6.1.31-huronos+
#APPEND vga=normal acpi=force initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 quiet loglevel=3 huronos.flags=(system.uuid=UUID;event.uuid=UUID;contest.uuid=UUID;persistence=false)

LABEL nosync
MENU LABEL ^Start no-sync mode
KERNEL /boot/vmlinuz-6.0.15-huronos+
KERNEL /boot/vmlinuz-6.1.31-huronos+
APPEND vga=normal acpi=force initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 quiet loglevel=3 huronos.flags=(system.uuid=UUID;event.uuid=UUID;contest.uuid=UUID;persistence=true;demo=true)

LABEL debug
MENU LABEL ^Debug huronOS
KERNEL /boot/vmlinuz-6.0.15-huronos+
KERNEL /boot/vmlinuz-6.1.31-huronos+
APPEND vga=normal acpi=force initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 apparmor=0 debug loglevel=7 huronos.flags=(system.uuid=UUID;event.uuid=UUID;contest.uuid=UUID;persistence=true;debug=true)
Binary file removed base-system/bootloader/vmlinuz-5.10.103-huronos
Binary file not shown.
Binary file removed base-system/bootloader/vmlinuz-6.0.15-huronos+
Binary file not shown.
Binary file added base-system/bootloader/vmlinuz-6.1.31-huronos+
Binary file not shown.
4 changes: 2 additions & 2 deletions base-system/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export PATH=.:./tools:../tools:/usr/sbin:/usr/bin:/sbin:/bin:/
export LIVEKITNAME="huronOS"
export BUILD_YEAR="2023"
export BUILD_VERSION="0027"
export VMLINUZ=/boot/vmlinuz-6.0.15-huronos+
export KERNEL="6.0.15-huronos+"
export VMLINUZ=/boot/vmlinuz-6.1.31-huronos+
export KERNEL="6.1.31-huronos+"
export MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
export NETWORK=false
export HBT_LAB="/tmp/huronOS-build-lab-$$"
Expand Down
4 changes: 2 additions & 2 deletions base-system/deps-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gddrescue
genisoimage
gpart
netcat
netcat-openbsd
smartmontools
unzip
zip
zip

0 comments on commit 10cbae7

Please sign in to comment.