Skip to content

Commit 0a76711

Browse files
committed
Migrate 1st layer to debian 12
1 parent d98dc21 commit 0a76711

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

base-system/bootloader/legacy/huronos.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ MENU AUTOBOOT [Esc] -> options, Booting in # second{,s}
2727
default persistent
2828
LABEL persistent
2929
MENU LABEL ^Start contest system
30-
KERNEL /boot/vmlinuz-6.0.15-huronos+
30+
KERNEL /boot/vmlinuz-6.1.31-huronos+
3131
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)
3232

3333
#LABEL fresh
3434
#MENU LABEL ^Start restore mode
35-
#KERNEL /boot/vmlinuz-6.0.15-huronos+
35+
#KERNEL /boot/vmlinuz-6.1.31-huronos+
3636
#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)
3737

3838
LABEL nosync
3939
MENU LABEL ^Start no-sync mode
40-
KERNEL /boot/vmlinuz-6.0.15-huronos+
40+
KERNEL /boot/vmlinuz-6.1.31-huronos+
4141
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)
4242

4343
LABEL debug
4444
MENU LABEL ^Debug huronOS
45-
KERNEL /boot/vmlinuz-6.0.15-huronos+
45+
KERNEL /boot/vmlinuz-6.1.31-huronos+
4646
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)
-6.52 MB
Binary file not shown.
-6.2 MB
Binary file not shown.
7.61 MB
Binary file not shown.

base-system/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export PATH=.:./tools:../tools:/usr/sbin:/usr/bin:/sbin:/bin:/
55
export LIVEKITNAME="huronOS"
66
export BUILD_YEAR="2023"
77
export BUILD_VERSION="0027"
8-
export VMLINUZ=/boot/vmlinuz-6.0.15-huronos+
9-
export KERNEL="6.0.15-huronos+"
8+
export VMLINUZ=/boot/vmlinuz-6.1.31-huronos+
9+
export KERNEL="6.1.31-huronos+"
1010
export MKMOD="bin etc home lib lib64 opt root sbin srv usr var"
1111
export NETWORK=false
1212
export HBT_LAB="/tmp/huronOS-build-lab-$$"

base-system/deps-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gddrescue
22
genisoimage
33
gpart
4-
netcat
4+
netcat-openbsd
55
smartmontools
66
unzip
7-
zip
7+
zip
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
deb http://deb.debian.org/debian/ bullseye main contrib non-free
2-
deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
3-
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
4-
deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
5-
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
6-
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
1+
deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
2+
deb-src http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
3+
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
4+
deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
5+
deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
6+
deb-src http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware

0 commit comments

Comments
 (0)