mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
The original idea of having this custom script for zipl is when running setup-disk, I did not realize that we could inject zipl config to new sysroot's /etc/zipl.conf (effectively $mnt/etc/zipl.conf. See more at https://github.com/alpinelinux/alpine-conf/pull/14). It was easy for dev purposes but not ideal for production (cannot just update bootloader parms from /proc/cmdline).
5 lines
33 B
Bash
5 lines
33 B
Bash
#!/bin/sh
|
|
|
|
/sbin/zipl --verbose
|
|
|