Results 1 to 2 of 2

Thread: [GRUB] Modifying the initrd automatically help

  1. #1
    Join Date
    Mar 2008
    Beans
    30

    [GRUB] Modifying the initrd automatically help

    I'm trying to setup a system where a script gets run. It accesses a FTP server, pulls a script that in turns does whatever i want it to do.
    But since the initrd gets pulled each time from the menu.lst, it just overwrites my changes each bootup and restores the files.

    What i want is to know if there is a way to modify my initrd, repackage it via
    find ./ | cpio -o -H newc > ./initrd
    Then replace the current session changed initrd with the one menu.lst pulls.

  2. #2
    Join Date
    Mar 2008
    Beans
    30

    Re: [GRUB] Modifying the initrd automatically help

    Bump de bump.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •