mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-30 20:31:14 +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.*)
|
||||
;;
|
||||
*)
|
||||
rm -f /boot/initrd.img*
|
||||
rm -f /boot/initrd.img-*
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user