We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2b933 commit 3c41aaaCopy full SHA for 3c41aaa
4-Final_System/096-Bootscripts
@@ -48,15 +48,3 @@ chown -v utmp:utmp /run/utmps
48
mv -v /var/log/wtmp /run/utmps/
49
ln -sv /run/utmps /var/log/utmps
50
51
-# Bootscripts do not require system boot with a initramfs image.
52
-# But kernel parameters should boot with root filesystem as
53
-# read-only for checking root filesystem at boot (i.e. linux root=/dev/sda2 ro
54
-# To use the iniramfs build script, Copy the script to /sbin:
55
-install -v -m755 mkinitrd/mkinitramfs /sbin/
56
-
57
-# Copy the configuration:
58
-mkdir -p /usr/share/mkinitramfs
59
-install -v -m644 mkinitrd/init.in /usr/share/mkinitramfs/
60
61
-# To use, use the running kernel version:
62
-mkinitramfs $(uname -r)
0 commit comments