Juergen Daubert
53ce63301e
To avoid an unclean unmount of "/" on next shutdown, reload the init process after the glibc update. Either run the included post-install script or use the following command: /sbin/telinit U
5 lines
28 B
Bash
5 lines
28 B
Bash
#!/bin/sh
|
|
|
|
/sbin/telinit U
|
|
|