6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp -f /usr/sbin/update-initramfs /usr/sbin/update-initramfs-legacy
|