Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Mount the original iso.

    Code Block
    mkdir CD
    sudo mount -o ro -t iso9660 debian-11.0.0-amd64-netinst.iso CD
  2. Copy the initrd.gz file that needs to modification to your local folder.

    Code Block
    cp -p CD/install.amd/initrd.gz .
  3. Unmount the iso again.

    Code Block
    cpsudo -pumount CD/install.amd/initrd.gz .
  4. Extract the initramfs directory.

    Code Block
    sudo unmkinitramfs initrd.gz initramfs
  5. Edit the start-udev script.

    Code Block
    sudo vi initramfs/lib/debian-installer/start-udev

...