mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo I: Create initramfs if it does not exist.
|
|
update-initramfs -c -k `ls /boot | grep vmlinuz- | sed 's/vmlinuz-//g'`
|