commit 05e9ff13c6169203ba1e53103d92e09d579f5207
parent 29ce228a57971cebcb01f41a07a76937c92e48ce
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 26 Jul 2022 02:42:24 +0200
extlinux.conf in postinstall.aat
Diffstat:
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/postinstall.aat b/postinstall.aat
@@ -62,6 +62,26 @@
|END{
/boot +
/boot/extlinux.conf +
+CN # Managed by /usr/src/core-system
+ DEFAULT menu.c32
+ PROMPT 0
+ MENU TITLE Alpine/Linux Boot Menu
+ #MENU HIDDEN
+ #MENU AUTOBOOT Alpine will be booted automatically in # seconds.
+ TIMEOUT 30
+
+ LABEL virt
+ MENU LABEL Current linux-virt
+ LINUX vmlinuz-virt
+ INITRD initramfs-virt
+ APPEND root=/dev/mapper/vg-install_root init=/current/init/bin/init modules=sd-mod,usb-storage,ext4,xfs,lvm rootflags=noatime
+
+ LABEL virt-previous
+ MENU LABEL Previous linux-virt
+ LINUX vmlinuz-virt
+ INITRD initramfs-virt
+ APPEND root=/dev/mapper/vg-install_root init=/previous/init/bin/init modules=sd-mod,usb-storage,ext4,xfs,lvm rootflags=noatime
+
/etc +
/etc/passwd +
/etc/group +
diff --git a/postinstall.fileset b/postinstall.fileset
@@ -1,5 +1,25 @@
/boot +
/boot/extlinux.conf +
+CN # Managed by /usr/src/core-system
+ DEFAULT menu.c32
+ PROMPT 0
+ MENU TITLE Alpine/Linux Boot Menu
+ #MENU HIDDEN
+ #MENU AUTOBOOT Alpine will be booted automatically in # seconds.
+ TIMEOUT 30
+
+ LABEL virt
+ MENU LABEL Current linux-virt
+ LINUX vmlinuz-virt
+ INITRD initramfs-virt
+ APPEND root=/dev/mapper/vg-install_root init=/current/init/bin/init modules=sd-mod,usb-storage,ext4,xfs,lvm rootflags=noatime
+
+ LABEL virt-previous
+ MENU LABEL Previous linux-virt
+ LINUX vmlinuz-virt
+ INITRD initramfs-virt
+ APPEND root=/dev/mapper/vg-install_root init=/previous/init/bin/init modules=sd-mod,usb-storage,ext4,xfs,lvm rootflags=noatime
+
/etc +
/etc/passwd +
/etc/group +