diff options
author | Cody A.W. Somerville <cody.somerville@canonical.com> | 2010-05-21 07:14:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-23 12:29:58 +0200 |
commit | bf9cfa4dad052eec0fd9360985d6015d9e6a12af (patch) | |
tree | 472512a92bb2c94ae980eb92574810eeb7a014fa /helpers | |
parent | eea2becec4065b1ea287cb163a1f44bf69da21ef (diff) | |
download | vyos-live-build-bf9cfa4dad052eec0fd9360985d6015d9e6a12af.tar.gz vyos-live-build-bf9cfa4dad052eec0fd9360985d6015d9e6a12af.zip |
Generating casper uuid file in casper initrd.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks index 72e722136..f3cdb3ca3 100755 --- a/helpers/chroot_hacks +++ b/helpers/chroot_hacks @@ -142,7 +142,7 @@ EOF esac # Update initramfs (always, because of udev rules in initrd) -Chroot chroot "update-initramfs -k all -t -u" +Chroot chroot "CASPER_GENERATE_UUID=1 update-initramfs -k all -t -u" # Ensure readable permissions on initramfs. loop-aes-utils sets umask to # protect GPG keys, which live-helper does not support. |