mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 07:32:22 +00:00
server: delete the initrd but not initrd.img symlink
The initrd is recreated later. Leave the symlink.
This commit is contained in:
parent
a768818bea
commit
b79160bf08
@ -20,7 +20,7 @@ case $PASS in
|
|||||||
ubuntu-server-minimal.ubuntu-server.installer.*)
|
ubuntu-server-minimal.ubuntu-server.installer.*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
rm -f /boot/initrd.img*
|
rm -f /boot/initrd.img-*
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user