• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Jason Sauders
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Topics

    • J

      Images remain in /images/dev following upload.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      7
      0 Votes
      7 Posts
      3k Views
      ch3iC

      @Jason-Sauders Hi, have you solved your problem ?

    • J

      Trying to understand best practice with FOG, Sysprep, and Windows 8.1

      Watching Ignoring Scheduled Pinned Locked Moved General
      5
      0 Votes
      5 Posts
      2k Views
      JunkhackerJ

      the option to resize partitions is done by simply choosing the “single disk - resizeable” Image Type. the rest is done automatically for you. i can’t remember if ext resizing is implemented in 1.2.0, but it is in the svn version that will become the next release.

    • J

      Imaging Linux systems, UUID for swap not matching on deployed systems. Eh?

      Watching Ignoring Scheduled Pinned Locked Moved Linux Problems
      31
      0 Votes
      31 Posts
      22k Views
      K

      So, it’s still even in FOG 1.4.4…
      If you want to deploy debian-based(mint in my case) distribs propertly, i made a
      workaround, just copy-paste it in terminal(as root), change sda5 to your swap partition name, right before you get ready to made an image(before clicking the capture button). Then made a capture task and reboot the machine.
      [CODE]
      echo ‘#!/bin/sh’ > /usr/bin/fst.sh
      echo ‘OLDUID=$(grep swap /etc/fstab |grep -v “#” |cut -d’ ’ -f1)’ >> /usr/bin/fst.sh
      echo ‘NEWUID="UUID=$(ls -la /dev/disk/by-uuid/ |grep sda5|rev|cut -d’ ’ -f3|rev)"’ >> /usr/bin/fst.sh
      echo ‘sed -ie “s/$OLDUID/$NEWUID/” /etc/fstab’ >> /usr/bin/fst.sh
      echo ‘crontab -u root -l | grep -v ‘/usr/bin/fst.sh’ | crontab -u root -’ >> /usr/bin/fst.sh
      echo ‘rm /usr/bin/fst.sh’ >> /usr/bin/fst.sh
      chmod +x /usr/bin/fst.sh
      (crontab -u root -l ; echo “@reboot /usr/bin/fst.sh > /dev/nul 2>&1”) | crontab -u root -

      [/CODE]

      https://www.pastiebin.com/5a36ef8163a91

    • 1 / 1