system-builder 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module SystemBuilder
5
- VERSION = '0.0.9'
5
+ VERSION = '0.0.10'
6
6
 
7
7
  @@configurations = {}
8
8
 
@@ -63,7 +63,7 @@ class SystemBuilder::DiskSquashfsImage
63
63
 
64
64
  def compress_root_fs
65
65
  FileUtils::sudo "mksquashfs #{boot.root}/ build/filesystem.squashfs -noappend -e /boot"
66
- FileUtils::sudo "chown #{ENV['USER']}:#{ENV['USER']} build/filesystem.squashfs && chmod +r build/filesystem.squashfs"
66
+ FileUtils::sudo "chown #{ENV['USER']} build/filesystem.squashfs && chmod +r build/filesystem.squashfs"
67
67
 
68
68
  mount_boot_fs do |mount_dir|
69
69
  FileUtils::sudo "cp build/filesystem.squashfs #{mount_dir}/filesystem.squashfs"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alban Peignier