mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-28 18:11:14 +02:00
feat(generate): enable kernel logging (#58)
This commit is contained in:
parent
3a60bdc8fc
commit
71d97c85b4
@ -12,7 +12,7 @@ DEFAULT Dianemo
|
|||||||
LABEL Dianemo
|
LABEL Dianemo
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
INITRD /boot/initramfs.xz
|
INITRD /boot/initramfs.xz
|
||||||
APPEND quiet ip=dhcp consoleblank=0 console=tty0 console=ttyS0 dianemo.autonomy.io/root=/dev/sda
|
APPEND ip=dhcp consoleblank=0 console=tty0 console=ttyS0 dianemo.autonomy.io/root=/dev/sda
|
||||||
EOF
|
EOF
|
||||||
mkisofs -o /out/dianemo.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
|
mkisofs -o /out/dianemo.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
|
||||||
}
|
}
|
||||||
@ -38,7 +38,7 @@ DEFAULT Dianemo
|
|||||||
LABEL Dianemo
|
LABEL Dianemo
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
INITRD /boot/initramfs.xz
|
INITRD /boot/initramfs.xz
|
||||||
APPEND quiet ip=dhcp consoleblank=0 console=tty0 console=ttyS0 dianemo.autonomy.io/root=/dev/sda
|
APPEND ip=dhcp consoleblank=0 console=tty0 console=ttyS0 dianemo.autonomy.io/root=/dev/sda
|
||||||
EOF
|
EOF
|
||||||
cp -v /rootfs/boot/* /mnt/boot
|
cp -v /rootfs/boot/* /mnt/boot
|
||||||
umount /mnt
|
umount /mnt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user