Skip to content

Commit

Permalink
Added init link to root of initramfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dslm4515 committed Jun 21, 2022
1 parent f70607c commit eb64786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/3-Chroot/097-Initramfs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ cp -rv /lib/udev/* lib/udev/
touch etc/modprobe.d/modprobe.conf

# Copy the init script
cp -v ../files/initramfs-init sbin/init
cp -v ../files/initramfs-init init
ln -sv ../init sbin/init

# Copy required libraries
for l in libreadline.so.8 libhistory.so.8 libcurses.so \
Expand Down

0 comments on commit eb64786

Please sign in to comment.